On Tue, Mar 20, 2001 at 03:45:48PM -0500, Michael Blinn
wrote:> Can you list more than one interface in the 'interfaces' config
option?
>
> I have two interfaces, one that does nmbd and smbd to my LAN, and another
> that will browse-sync with a remote samba machine with the same
> configuration of two network cards.
>
> I'm looking to do something like this:
>
> interfaces = eth1 $LAN_IP/24 127.0.0.1/24 eth0 $INET_IP/24
> bind interfaces only = yes
use:
interfaces = $LAN_IP/24 127.0.0.1/24 $INET_IP/24
Mike