Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have a one problem,i can change ip,subnet,gateway and both dns form server machine,below is ths link what i did

How to change IP,Subnet,Gateway,DNS(Prefers and alternate) in asp.net using vb[^]

But what i face,if i restart server machine and not login in to windows,i will try to change ip,subnet,gateway and dns form client machine,but all details not update in server machin.

How to solve this,bcz if we not use server for few mins it automatically logoff,but can access website url,database and so..,so pls tell me how configure ip,subnet,gateway,preferred and secondary dns address form client machine when server is logoff.

Regards
Aravind
Posted

1 solution

For security reasons, when you don't use machine, it must log you off. If you walk away from your session, another may use it without logging in. Logging you off does not stop you from accessing remote accessible services like web server, database, etc. You must restart your server or any machine where the referencing info is reset (ip, etc.) because the other servers must come to know it. You can reset info on server where info is served from, but this is not recommended and must be in range of what your network is allowed. Reading books on networking is strongly recommended.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900