cyberchallenge-modem/conf/etc/network/interfaces

14 lines
196 B
Plaintext
Raw Normal View History

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-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-17 14:00:05 +02:00
auto client0
iface client0 inet dhcp