Bara ett inlägg till!
|
|
Reg.datum: Dec 2005
Inlägg: 1 863
|
|
Bara ett inlägg till!
Reg.datum: Dec 2005
Inlägg: 1 863
|
for i in `seq 1 5`; do echo auto eth0:$i; echo iface eth0:$i inet static; echo address 123.123.123.$i; echo netmask 255.255.255.224; echo -e ""; done
|