Brian J. Murrell <br...@...> writes:
> I've got a DIR-825 running Backfire (r24038) and I am trying to isolate one
> of
> the LAN ports to be a second WAN port. I seem to have this concept of
> isolating the port working but in general things just don't seem right.
I got some wonderful help on IRC about this. I had to enable tagging on port 5
and discontinue using the parent (eth0) device. My final /etc/config/network
is:
config 'interface' 'loopback'
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'ifname' 'eth0.1'
option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '10.75.22.196'
option 'dns' '10.75.22.3'
option 'gateway' '10.75.22.254'
config 'interface' 'wan0'
option 'ifname' 'eth1'
option 'proto' 'dhcp'
config 'interface' 'wan1'
option 'proto' 'pppoe'
option 'ifname' 'eth0.2'
option 'username' '...'
option 'password' '...'
option 'ppp_redial' 'persist'
option 'peerdns' '0'
option 'defaultroute' '0'
config 'switch'
option 'name' 'rtl8366s'
option 'reset' '1'
option 'enable_vlan' '1'
config 'switch_vlan'
option 'device' 'rtl8366s'
option 'vlan' '1'
option 'ports' '1 2 3 5t'
config 'switch_vlan'
option 'device' 'rtl8366s'
option 'vlan' '2'
option 'ports' '0 5t'
Now it might be time to move up to nightly snapshots to get some of the stuff I
had committed since the most recent backfire release was made.
Cheers,
b.
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users