Blame view

etc/network.conf 588 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  auto lo
  auto eth0
  #auto eth0:0
  
  iface lo inet loopback
  iface eth0 inet dhcp
  #iface eth0 inet static
  #address 210.61.131.67
  #netmask 255.255.255.0
  #gateway 210.61.131.254
  #post-up route add default gw 210.67.131.254 metric 1
  #pre-down route del default gw 210.67.131.254
  
  #iface eth0:0 inet static
  #address 10.0.0.126
  #netmask 255.255.255.0
  #post-up route add default gw 10.0.0.254 metric 2
  #pre-down route del default gw 10.0.0.254
  
  #auto wlan0
  #allow-hotplug wlan0
  #iface wlan0 inet manual
  #wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
  #iface default inet dhcp