I'm trying to allow users from a less secure dmz to login to an NT server on the inside. I've tried allowing the 137, 138, 139 and 135 ports udp, tcp but have not been successful. Is this possible to do? Thanks
It is possible but it can be tricky to get working with NT. About a year ago I had two domains one in the inside and one in the dmz but I wanted a trust relationship between the two. It took a couple of weeks to crack but it was worth the trouble in the end. Hope this info helps solve your troubles.
PDC on INSIDE = 192.168.100.1
PDC NAME = SERVER
NT DOMAIN = EXAMPLE
Firstly you must be able to ping the PDC from a computer on the DMZ. If you cannot ping it you must have missed the static route i.e.
this static should allow you to ping 192.168.100.1 from a DMZ client to your PDC. Next you must open the following ports which are:
conduit permit tcp host 192.168.100.1 eq 139 any
conduit permit udp host 192.168.100.1 eq netbios-ns any
conduit permit udp host 192.168.100.1 eq netbios-dgm any
If you still have trouble you may need to add these lines to a client lmhosts file {its been a while so I hope I got the correct info. It might be worth checking on microsoft website}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.