|
Question : Running NAT from command prompt (using netsh)
|
|
Hi, I'd like to know whether there is a way to run and configure NAT from comamnd prompt using netsh???
Thanks
|
Answer : Running NAT from command prompt (using netsh)
|
|
Further note:
It is theoretically possible to add a demand-dial interface via netsh, eg:
netsh interface add interface "My Dial-up Connection" full
However, there must be a corresponding entry for "My Dial-up Connection" in the phonebook of the computer. In practise (i.e. my tests on my server) I always get an error when executing the above (says system phonebook cannot be found, or access denied).
Even if this method does work, the requirement for a phonebook entry means that the whole solution couldn't purely be achieved using netsh.
|
|
|
|