File: TODO.scripts

package info (click to toggle)
ifupdown 0.6.8%2Bnmu1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,496 kB
  • ctags: 131
  • sloc: ansic: 1,821; sh: 735; perl: 460; makefile: 254
file content (27 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

	bridging
iface brg0 inet static
    bridge eth0 eth1
    address 1.2.3.4
    netmask 255.255.255.0

	bonding
(same as bonding, except both cards go to the same place)
(i think it's that simple)

	multiple-addresses (can be on varied subnets) [87862]
iface brg0 inet static
    address 1.2.3.4
    netmask 255.255.255.0
    gateway 1.2.3.1
    extra-addresses 1.2.3.5 192.168.1.16   

	set-mac [84602]
	set-mtu [57731]

	pppoe? [92993]
iface ppp1 inet ppp


	NFS mounts?
	DNS