2020-05-21 19:31:17 +02:00
|
|
|
auto lo
|
2020-05-21 19:35:56 +02:00
|
|
|
iface lo inet loopback
|
|
|
|
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
2020-09-23 19:03:15 +02:00
|
|
|
pre-up sleep 20
|
2020-05-21 19:31:17 +02:00
|
|
|
|
2020-09-17 14:00:05 +02:00
|
|
|
auto ap0
|
|
|
|
iface ap0 inet static
|
2020-05-21 16:44:20 +02:00
|
|
|
address 192.168.77.1
|
2020-05-21 19:31:17 +02:00
|
|
|
netmask 255.255.255.0
|
2020-09-19 17:02:00 +02:00
|
|
|
|
|
|
|
auto client0
|
|
|
|
iface client0 inet manual
|
2020-09-21 13:41:29 +02:00
|
|
|
pre-up ifconfig $IFACE up
|
|
|
|
post-down ifconfig $IFACE down
|