[Samba] can't join a 2000 domain

Thomas.Cameron at CameronTech.com Thomas.Cameron at CameronTech.com
Wed Apr 10 15:50:02 GMT 2002


Maurice - to rule out a firewall conflict, do

service ipchains stop

and then try to join the domain.  If it works, then you need to modify 
your ipchains rules:

ipchains -I input -p tcp -d 12.34.56.78 137 -j ACCEPT
ipchains -I input -p udp -d 12.34.56.78 137 -j ACCEPT
ipchains -I input -p tcp -d 12.34.56.78 138 -j ACCEPT
ipchains -I input -p udp -d 12.34.56.78 138 -j ACCEPT
ipchains -I input -p tcp -d 12.34.56.78 139 -j ACCEPT
ipchains -I input -p udp -d 12.34.56.78 139 -j ACCEPT

Then run

service ipchains save

HTH
Thomas

Maurice GL wrote:


> Another bit of information: When I installed my RH server, I selected 
> medium security and that installed some ipchains rules that blocked off 
> access to swat. I had to rework the rules to allow me to connect to 
> swat. Maybe there are some other rules that prevent access to ports 137 
> to 139 that I have not spotted yet.








More information about the samba mailing list