netsh problem

A

Agostino Sclauzero

Issuing this:
netsh interface ip>set address lan static 81.200.132.131 255.255.255.240
81.200.
132.128
I get a generic syntax error, but the syntax seems right (lan is the name of
my connection).
can anyone help me with this mistake? thanks in advance
Agostino
 
P

Pegasus \(MVP\)

Agostino Sclauzero said:
Issuing this:
netsh interface ip>set address lan static 81.200.132.131 255.255.255.240
81.200.132.128
I get a generic syntax error, but the syntax seems right (lan is the name
of my connection).
can anyone help me with this mistake? thanks in advance
Agostino

Try this explicit command. You can run it from the Command Prompt.
netsh interface ip set address name=LAN source=static
addr=81.200.132.131 mask=255.255.255.240
gateway=81.200.132.128
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top