On Saturday 20 September 2008 11:35:42 am hamacker wrote:
> # ifconfig eth0
> eth0      Link encap:Ethernet  HWaddr 00:0c:76:97:04:f3
>           inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0

eth0 should not have an address - it should belong only to bond0.
eth0 and eth1 are both slaves to the master bond0.

> # The primary network interface
> auto eth0
> iface eth0 inet static

Should probably more like:
iface bond0 inet static

> my smb.conf :
> [global]
>         unix charset = UTF8
>         workgroup = VIDY2005
>         server string = %h server (Samba %v)
>         interfaces = eth0, eth1

Should be:
interfaces = bond0, lo
bind interfaces only = Yes


--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to