matthewk Posted July 2, 2005 Posted July 2, 2005 On the network, we have a login page that will display when it has been noticed that the computer is trying to access the internet using the dns server. Sometimes, a user will have to refresh/query a webpage multiple times before this login page will show. On the other hand, if the user goes directly to http://the.dns.server.ip.addr, then the login page will show without problems. How do I find out the computername or hostname for the dns server, so that helping users on the network will be easier (http://computername)? The only idea I've came up with is running a webserver that will redirect to the http://the.dns.server.ip.addr. Thanks in advance
matthewk Posted July 2, 2005 Author Posted July 2, 2005 I also wrote this: echo 10.61.32.1 login >> %windir%\system32\drivers\etc\hostsThis will allow the user to type login in the address bar rather than the ip. Is there a default computername or way to reference the DNS ip? Thanks again
horaz Posted July 11, 2005 Posted July 11, 2005 matthewk: How to create that think on network? I mean How to limit users to access internet by adding password like that?
BrandonS_Mil Posted July 12, 2005 Posted July 12, 2005 i think going thru a proxy server would be easier....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now