{
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
}
interfaces = 127.0.0.1 {
    defined $LocalIP ?
	"$LocalIP/$LocalNetmask" :
	""
}
