Victims of Military abductions surfaced due to Writ of Amparo
Full text of the writ of Amparo can be found here

Printed copies available, email rbahaguejr [at] gmail [dot] com

Wednesday, March 15, 2006

IP aliasing in debian

your /etc/network/interfaces should look like the following:

iface eth0 inet static
address 10.0.0.5
netmask 255.255.255.0
gateway 10.0.0.1

# ip aliases for eth0
auto eth0:0
iface eth0:0 inet static
address 192.168.0.225
netmask 255.255.255.0
# gateway 10.0.0.1


where ethN:X are your ethernet aliases

No comments: