[Help] netsh int ip delete addr 1 127.0.0.1 problem
any time i do "netsh int ip delete addr 1 127.0.0.1" i can't connect to mysql or 127.0.0.1 CMS Wesbite , Why ?
Re: [Help] netsh int ip delete addr 1 127.0.0.1 problem
Quote:
Originally Posted by
MrCrazy
addr 1 127.0.0.1
1 127.0.0.1
127.0.0.1
127.0.0.1
127.0.0.1
Re: [Help] netsh int ip delete addr 1 127.0.0.1 problem
Why not remove the access to the computers own network services 0_0?
"netsh int ip add addr 1 127.0.0.1" LOL
Re: [Help] netsh int ip delete addr 1 127.0.0.1 problem
Quote:
Originally Posted by
MrCrazy
any time i do "netsh int ip delete addr 1 127.0.0.1" i can't connect to mysql or 127.0.0.1 CMS Wesbite , Why ?
When you executed that command, you deleted the local address(127.0.0.1) from your pseudo loopback adapter, that's why your local servers(wamp, sql, etc) have stopped connecting.
Using Netsh: Here, Here
Using MS-Loopback: Here, Here