Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi, I am wondering why I can't block packets coming in on udp ports 137 and 138 in iptables?
I have a win client that uses udp broadcasts to resolve netbios names. I thought it used udp port 138 for this but when I block it with iptables, name resolution still works:
-A RH-Lokkit-0-50-INPUT -p udp -m udp --dport 0:1023 -j REJECT
Also, doesn't nmbd listen on port 137? How can clients send it browsing information if packets are set to be rejected in the firewall? When you open up network neighbourhood, does not this list come from nmbd? How can nmbd respond if packets don't reach the port because of the firewall rule?
But I thought all name resolution was done by udp. If I type, net use * \\<samba server hostname> on my windows client, wouldn't the name resolution request go to nmbd on a udp port on my samba server. If I have all of these ports closed on the firewall, why does name resolution work. The netbios cache or whatever it is called is empty on my windows box.
Originally posted by dbaker But I thought all name resolution was done by udp. If I type, net use * \\<samba server hostname> on my windows client, wouldn't the name resolution request go to nmbd on a udp port on my samba server. If I have all of these ports closed on the firewall, why does name resolution work. The netbios cache or whatever it is called is empty on my windows box.
UDP is the primary protocol for name resolution but I think it will revert to tcp if it fails on udp.
OK, I found out what is going on. I had an entry for my samba server in the lmhosts file on my windows box. It was not even going to the server for name resolution. Now if I block udp port 137, the port that nmbd is listening on, name resolution does not work and everything makes sense.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.