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:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...