Kod: Zaznacz cały
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
auto eth0
iface eth0 inet static
address 10.102.0.57
netmask 255.255.255.0
network 10.102.0.0
broadcast 10.102.0.255
gateway 10.102.0.1
dns-nameservers 194.204.152.34
post-up ip route add 192.168.150.0/23 via 10.102.0.254
Czy coś trzeba odblokować aby Squeeze zaczytywał wpis post-up?