SHOW:
|
|
- or go back to the newest paste.
1 | config interface 'loopback' | |
2 | option ifname 'lo' | |
3 | option proto 'static' | |
4 | option ipaddr '127.0.0.1' | |
5 | option netmask '255.0.0.0' | |
6 | ||
7 | config interface 'lan' | |
8 | option type 'bridge' | |
9 | option proto 'static' | |
10 | option ipaddr '192.168.1.1' | |
11 | option netmask '255.255.255.0' | |
12 | option nat '1' | |
13 | option ifname 'eth0.1' | |
14 | ||
15 | config 'atm-bridge' | |
16 | option unit '0' | |
17 | option encaps 'llc' | |
18 | option vpi '0' | |
19 | option vci '56' | |
20 | ||
21 | config 'atm-bridge' | |
22 | option unit '1' | |
23 | option encaps 'llc' | |
24 | option vpi '0' | |
25 | option vci '86' | |
26 | ||
27 | config 'atm-bridge' | |
28 | - | option unit '3' |
28 | + | |
29 | option encaps 'llc' | |
30 | option vpi '0' | |
31 | option vci '81' | |
32 | ||
33 | config interface 'voip' | |
34 | option ifname 'nas0' | |
35 | option proto 'dhcp' | |
36 | ||
37 | config interface 'wan' | |
38 | option ifname 'nas1' | |
39 | option proto 'pppoe' | |
40 | option password '' | |
41 | option username '' | |
42 | ||
43 | config interface 'iptv' | |
44 | option type 'bridge' | |
45 | option ifname 'nas2 eth0.2' | |
46 | ||
47 | config 'switch' | |
48 | option name 'eth0' | |
49 | option reset '1' | |
50 | option enable_vlan '1' | |
51 | ||
52 | config 'switch_vlan' | |
53 | option device 'eth0' | |
54 | option vlan '1' | |
55 | option ports '1 2 3 5t' | |
56 | ||
57 | config 'switch_vlan' | |
58 | option device 'eth0' | |
59 | option vlan '2' | |
60 | option ports '4 5t' | |
61 | ||
62 | config adsl-device 'adsl' | |
63 | option fwannex 'b' | |
64 | option annex 'auto' |