if it is a routed network is samba announcing itself to the wins server? and if so if the server is using dhcp (from a pool) the wrong ip might be in the wins database. So make sure the linux machine has a static ip like jlevie said, and make sure that ip is the one listed in the wins db (if you use wins).
Main Topics
Browse All Topics





by: jleviePosted on 2003-07-11 at 10:17:55ID: 8904389
Might it be a firewall issue? Does 'ipchains -L" or 'iptables -L' return anything other than "ACCEPT?"
Is the Linux box set up to use DHCP and if so did the IP of the system change recently (like since the last boot)? Services bind to the IP of the machine when they start (typically at boot) and if the IP changes while the service is running there'll be problems. The solution is to configure the server with a static IP or to configure the DHCP server to give a static reservation to the system.