So I have successfully bridged my repeater wifi router (WNR2000 v3) to the base wifi router connected directly to my modem. However, I don't know how to get the LAN ports on the repeater to get an internet signal. I'm sure as a relative newb, a GUI would work wonders for me. But as you can see, I don't have enough memory for a fancy GUI. And all my work has to be CLI. I have tested and confirm that wifi internet connection is good on the repeater access point. However, connecting any wired device to the repeater LAN ports lead to no internet.
Here's my overall setup: I flashed the repeater router via the standard web UI firmware upgrade. The openwrt image I used came from the wiki hardware link for openwrt-ar71xx-generic-wnr2000v3-squashfs-factory.img. I then added a few packages as recommended by others: relayd and igmpproxy. DHCP and Firewall are disabled.
Somebody, please help me get my LAN ports up and running.
Here are some output from my repeater router:
root@OpenWrt:~# uname -a
Linux OpenWrt 4.1.23 #1 Fri Jun 3 06:06:21 UTC 2016 mips GNU/Linux
root@OpenWrt:~# cat /proc/cpuinfo
system type : Atheros AR7241 rev 1
machine : NETGEAR WNR2000 V3
processor : 0
cpu model : MIPS 24Kc V7.4
BogoMIPS : 239.61
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0f fb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented : mips16
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
root@OpenWrt:~# cat /proc/meminfo
MemTotal: 28060 kB
MemFree: 8164 kB
MemAvailable: 14500 kB
Buffers: 1848 kB
Cached: 5596 kB
SwapCached: 0 kB
Active: 5768 kB
Inactive: 3044 kB
Active(anon): 1416 kB
Inactive(anon): 20 kB
Active(file): 4352 kB
Inactive(file): 3024 kB
Unevictable: 0 kB
Mlocked: 0 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 1372 kB
Mapped: 2008 kB
Shmem: 68 kB
Slab: 5032 kB
SReclaimable: 1228 kB
SUnreclaim: 3804 kB
KernelStack: 312 kB
PageTables: 256 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 14028 kB
Committed_AS: 4308 kB
VmallocTotal: 1048372 kB
VmallocUsed: 1532 kB
VmallocChunk: 1043648 kB
root@OpenWrt:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel master br-lan state
link/ether 28:c6:8e:bd:be:e1 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN qlen 1000
link/ether 28:c6:8e:bd:be:e0 brd ff:ff:ff:ff:ff:ff
6: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 28:c6:8e:bd:be:e2 brd ff:ff:ff:ff:ff:ff
inet 192.168.14.253/24 brd 192.168.14.255 scope global wlan0
valid_lft forever preferred_lft forever
inet6 fe80::2ac6:8eff:febd:bee2/64 scope link
valid_lft forever preferred_lft forever
7: wlan0-1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP q
link/ether 2a:c6:8e:bd:be:e2 brd ff:ff:ff:ff:ff:ff
inet6 fe80::28c6:8eff:febd:bee2/64 scope link
valid_lft forever preferred_lft forever
9: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
link/ether 28:c6:8e:bd:be:e1 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.31/24 brd 192.168.14.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fe80::2ac6:8eff:febd:bee1/64 scope link
valid_lft forever preferred_lft forever
/etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd1e:95fe:dadc::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.10.31'
option gateway '192.168.14.1'
option netmask '255.255.255.0'
option dns '192.168.14.1'
# option ip6assign '60'
config interface 'wwan'
option proto 'static'
option ipaddr '192.168.14.253'
option netmask '255.255.255.0'
option gateway '192.168.14.1'
config 'interface' 'stabridge'
option 'proto' 'relay'
option 'network' 'lan wwan'
option ipaddr '192.168.14.253'
/etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '6'
option hwmode '11g'
option path 'pci0000:00/0000:00:00.0'
option htmode 'HT20'
option disabled '0'
config wifi-iface
option ssid 'home'
option encryption 'psk'
option device 'radio0'
option mode 'sta'
option network 'wwan'
option key 'key'
config wifi-iface
option device 'radio0'
option mode 'ap'
option ssid 'home2'
option encryption 'psk'
option key 'key'
option network 'lan'
(Last edited by bakasaru on 5 Jun 2016, 09:51)