Win2K Network Security

  • Thread starter Thread starter Ahmad
  • Start date Start date
A

Ahmad

I have a lab that have a pc's that running on Windows 2000
Profesional operating system.The problem is,when it logon
into network it can see another domain and can access
it.How i want to prevent this lab,to have an access to
another domain?
 
Ahmad said:
I have a lab that have a pc's that running on Windows 2000
Profesional operating system.The problem is,when it logon
into network it can see another domain and can access
it.How i want to prevent this lab,to have an access to
another domain?

Actually you probably cannot do that -- unless you disconnect the
network.

There used to be a setting in the (WINS/NetBIOS area on NT4 I believe)
in the control panel for disabling cross-domain browsing.

Even if you do this you are NOT disabling access but ONLY visibility in
the browser etc.

Short of disconnnecting the networks (or firewall, etc.) you can't do it.

I can always (assuming IP) use the command:

net use * \\192.168.1.10\ShareName$ * /user:ServerOrDomain\UserName

This will connect as long as our networks are routable and the need ports
are
not blocked.
 
Back
Top