Add GA-Schloss. Renew WF.
This commit is contained in:
@ -7,22 +7,22 @@ iface lo inet loopback
|
||||
|
||||
|
||||
#-----------------------------
|
||||
# eth0 - WAN
|
||||
# eth2 - WAN
|
||||
#-----------------------------
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
address 192.168.16.254
|
||||
network 192.168.16.0
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.16.255
|
||||
# VDSL needs vlan
|
||||
post-up vconfig add eth0 7
|
||||
post-down vconfig rem eth0.7
|
||||
post-up vconfig add eth2 7
|
||||
post-down vconfig rem eth2.7
|
||||
|
||||
auto dsl-provider
|
||||
iface dsl-provider inet ppp
|
||||
pre-up /sbin/ifconfig eth0.7 up # line maintained by pppoeconf
|
||||
pre-up /sbin/ifconfig eth2.7 up # line maintained by pppoeconf
|
||||
provider dsl-provider
|
||||
|
||||
|
||||
@ -54,13 +54,21 @@ iface eth1:1 inet static
|
||||
|
||||
|
||||
#-----------------------------
|
||||
# eth2 - WLAN
|
||||
# eth0 - WLAN
|
||||
#-----------------------------
|
||||
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address 192.168.42.254
|
||||
network 192.168.42.0
|
||||
netmask 255.255.255.0
|
||||
broadcast 192.168.42.255
|
||||
|
||||
|
||||
|
||||
auto eth1:rescue
|
||||
iface eth1:rescue inet static
|
||||
address 172.16.1.1
|
||||
network 172.16.1.0
|
||||
netmask 255.255.255.0
|
||||
broadcast 172.16.1.255
|
||||
|
Reference in New Issue
Block a user