New to OpenWRT, please help
installed official BB 14.07 on RG100A (a 5-port router including 1 WAN and 4 LAN ports)
This OpenWRT enabled router acts as second router connected to an ADSL router. Using static IP to connect to the ADSL Router. But the internet speed is only half for the PC connected to the OpenWRT compared with straight on connection to the ADSL Router (both wired or wireless connection to the OpenWRT).
"above diagram credit to member eone"
network config:
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 'eth1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
config interface 'wan'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.9.2'
option netmask '255.255.255.0'
option gateway '192.168.9.1'
option dns '192.168.9.1'
config switch
option name 'eth1'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'eth1'
option vlan '1'
option ports '0 1 2 3 4 5'
I did not change the firewall or other settings.
Please help.
Many thanks.
(Last edited by simonexpert on 22 Sep 2015, 19:33)