[Users] Samba server using veth

albinootje albinootje at gmail.com
Tue Dec 2 08:52:50 EST 2008


Frank wrote:

Hi,

> I'm trying to set up a VE as a Samba PDC Server ( template is a Centos 5).
--- cut ---
> But if we try to start nmbd daemon we get the following messages:
> 
> [2008/12/01 13:49:04, 3] nmbd/nmbd.c:open_sockets(615)
>  open_sockets: Broadcast sockets opened.
> [2008/12/01 13:49:04, 3] lib/interface.c:add_interface(65)
>  not adding non-broadcast interface XX.XX.XX.XX
> [2008/12/01 13:49:04, 0] lib/interface.c:load_interfaces(229)
>  WARNING: no network interfaces found
> [2008/12/01 13:49:04, 0] nmbd/nmbd_subnetdb.c:create_subnets(190)
>  create_subnets: No local interfaces !
> [2008/12/01 13:49:04, 0] nmbd/nmbd_subnetdb.c:create_subnets(191)
>  create_subnets: Waiting for an interface to appear ...

I'm using samba as PDC + Veth successfully with an ubuntu dapper container.

smb.conf has the line :  interfaces = 192.168.1.4

the network-settings in /etc/network/interfaces :

auto veth18.5 lo

iface veth18.5 inet static
        address 192.168.1.4
        netmask 255.255.255.0
        broadcast 192.168.1.255
        gateway 192.168.1.6

iface lo inet loopback


HTH.
Regards,
A.



More information about the Users mailing list