wireless repeater: ping hosts from wan port to wlan

Report wireless and/or network connectivity problems in this forum.

Moderator: Moderators

Post Reply
cotarelo
Posts: 30
Joined: Wed Dec 07, 2011 4:04 pm

wireless repeater: ping hosts from wan port to wlan

Post by cotarelo »

Hello all, :D

I set up correctly a wireless Wireless Bridge/Repeater with Gargoyle in la Fonera 2100 (atheros wlan and 1lan).

I have one host (192.168.1.247) connected to the wan port (ethernet) of the gargoyle and one wireless host connected through the wifi (192.168.1.246) to the gargoyle (192.168.1.254).

Everything works fine and each host can access to internet and to the hosts that are on the neighbour lan(192.168.1.0/24), but I cant ping or connect from the wireless client to the lan client.

I have to say that if I ssh to the gargoyle, from it I can connect to both, so, I can connect from the wireless host to the gargoyle by ssh and then, inside the prompt I can ssh to the lan host. However I want full communication between the hosts.

Googling, I have tried making a bridge with the command

Code: Select all

brctl stp br-lan on
and also tried to make a iptables rule

Code: Select all

iptables -I zone_lan_forward -i br-lan -o br-lan -j ACCEPT
But none worked. Here is the output of ifconfig

Code: Select all

ath0      Link encap:Ethernet  HWaddr 06:18:84:13:EB:28
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:44256 errors:0 dropped:44256 overruns:0 frame:0
          TX packets:32275 errors:4 dropped:4 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:46116576 (43.9 MiB)  TX bytes:4953875 (4.7 MiB)

ath0-1    Link encap:Ethernet  HWaddr 00:18:84:13:EB:28
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:33563 errors:0 dropped:33563 overruns:0 frame:0
          TX packets:48801 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5017275 (4.7 MiB)  TX bytes:38565120 (36.7 MiB)

br-lan    Link encap:Ethernet  HWaddr 06:18:84:13:EB:28
          inet addr:192.168.1.254  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:39749 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40481 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:5512118 (5.2 MiB)  TX bytes:7097054 (6.7 MiB)

eth0      Link encap:Ethernet  HWaddr 00:18:84:13:EB:27
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7726 errors:0 dropped:0 overruns:0 frame:0
          TX packets:15254 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:863189 (842.9 KiB)  TX bytes:11663259 (11.1 MiB)
          Interrupt:4 Base address:0x1000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:380 (380.0 B)  TX bytes:380 (380.0 B)

wifi0     Link encap:UNSPEC  HWaddr 00-18-84-13-EB-28-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:241846 errors:0 dropped:0 overruns:0 frame:21793
          TX packets:84264 errors:3493 dropped:4 overruns:0 carrier:0
          collisions:0 txqueuelen:195
          RX bytes:81525818 (77.7 MiB)  TX bytes:46284078 (44.1 MiB)
          Interrupt:3 Memory:b0000000-b000ffff
Please, anybody knows what's happenning? :twisted:

I don't know if it is a openwrt, atheros or fonera issue

cotarelo
Posts: 30
Joined: Wed Dec 07, 2011 4:04 pm

Re: wireless repeater: ping hosts from wan port to wlan

Post by cotarelo »

Anybody which has enabled the wireless bridge can tell me if he can from a wlan host to a cabled (lan) host?

Post Reply