Git init
[external/ifupdown.git] / _darcs / current / TODO.scripts
1
2         bridging
3 iface brg0 inet static
4     bridge eth0 eth1
5     address 1.2.3.4
6     netmask 255.255.255.0
7
8         bonding
9 (same as bonding, except both cards go to the same place)
10 (i think it's that simple)
11
12         multiple-addresses (can be on varied subnets) [87862]
13 iface brg0 inet static
14     address 1.2.3.4
15     netmask 255.255.255.0
16     gateway 1.2.3.1
17     extra-addresses 1.2.3.5 192.168.1.16   
18
19         set-mac [84602]
20         set-mtu [57731]
21
22         pppoe? [92993]
23 iface ppp1 inet ppp
24
25
26         NFS mounts?
27         DNS