Wednesday, April 23, 2008

Change TCP/IP gateway via comman line interface

Set the gateway to 192.168.1.10:
d:\>netsh interface ip set address name="wireless" gateway=192.168.1.10 gwmetric=0
Set to the gateway provided by DHCP:
d:\>netsh interface ip set address name="wireless" gateway=none
~ts

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...