Ticket #670 (closed bug: worksforme)

Opened 3 years ago

Last modified 5 months ago

Fonera using bridge mode appears offline on fon.com userzone

Reported by: mihaly.reg@… Owned by: iurgi@…
Priority: normal Milestone:
Component: fon-network Version: 2.3.6.0 (Gari)
Severity: unknown
Cc: Hardware: 2.0n (FON2300)

Description

 https://www.fon.com/en/userzone/myRouters Your router is offline, please make sure your router is connected or try restarting it

I checked settings > fonspot, is enabled. Checked the switch on the back of router, is ON. Still not "sharing". I have 2.3.6.0, bridge. Private signal is working fine. Public I did not tried to log in, but scan shows that the ssid is visible.

Attachments

Change History

Changed 3 years ago by matthijs

  • hardware set to 2.0n (FON2300)
  • status changed from new to investigate
  • version set to 2.3.6.0 (Gari)
  • component changed from unknown to fon-network
  • milestone Firmware 2.3.7.0 deleted

Perhaps this is caused by enabling bridge mode? Could you see what happens when you disable bridge mode for a while?

Changed 3 years ago by mihaly.reg@…

I could try non-bridge. It can take some time I have this F2 at a remote location. Please defune 'for a while'. 1 day? 1week? Other?

Changed 3 years ago by mihaly.reg@…

I tried to disable bridge mode and my fon spot is online again. So the problem comes with the bridge.

Changed 3 years ago by matthijs

  • severity set to unknown
  • summary changed from F2N 2.3.6.0 DEV public spot appears offline on fon.com userzone to Fonera using bridge mode appears offline on fon.com userzone

Changed 3 years ago by matthijs

  • milestone set to Firmware 2.3

Changed 3 years ago by "Nanomad <condellog@…

I'm using bridge mode since 2.3.6.0 and I do not have this problem. Did you check your DNS settings on the fonera?

Changed 3 years ago by mihaly.reg@…

i have my isp's dns set. And the internet is working fine through wifi. I don't think it's a dns issue.

Changed 3 years ago by matthijs

I think I have a suspicion what is causing this.

Could you run the following commands and paste the output? See reportbug? on info about running commands and pasting output.

root@Fonera:~# uci export network
root@Fonera:~# cat /etc/resolv.conf
root@Fonera:~# route -n

BTW, in bridge mode, your internet working does not necessarily mean that the DNS is set correctly. In bridge mode, you computer will get a DHCP lease (and DNS server address) from your modem, not from the Fonera. The Fonera, on the other hand, will use the DNS address you configured.

Changed 3 years ago by mihaly.reg@…

Fonera must be using a corrent DNS because Transmission is working fine, and it use tracker's hostnames!

Changed 3 years ago by mihaly.reg@…

root@Fonera:~# uci export network package 'network'

config 'interface' 'loopback'

option 'ifname' 'lo' option 'proto' 'static' option 'ipaddr' '127.0.0.1' option 'netmask' '255.255.255.0'

config 'interface' 'lan'

option 'ifname' 'eth0.1' option 'type' 'bridge' option 'proto' 'static' option 'netmask' '255.255.255.0' option 'gateway' '192.168.0.1' option 'dns' '213.157.167.157' option 'ipaddr' '192.168.0.2'

config 'interface' 'wan'

option 'ifname' 'eth0.2' option 'netmask' '255.255.255.0' option 'hostname' 'Fonera-' option 'username' option 'password' option 'ipaddr' '192.168.0.2' option 'dns' '213.157.167.157' option 'gateway' '192.168.0.1' option 'auto' '0' option 'proto' 'bridge'

config 'interface' 'hotspotwifi'

option 'proto' 'none'

config 'interface' 'hotspot'

option 'ifname' 'tun0' option 'proto' 'none'

config 'interface' 'vpn'

option 'ifname' 'tun-ovpn' option 'proto' 'none' option 'up' '1'

root@Fonera:~# cat /etc/resolv.conf nameserver 213.157.167.157 root@Fonera:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-lan 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 br-lan root@Fonera:~#

Changed 3 years ago by mihaly.reg@…

tested today the upgrade to 2.3.6.1. on 2.3.6.0 reset config to default, upgrade to 2.3.6.1 and setup wan with dhcp. on fon.com my router appeared online. then I simply changed the mode to bridge and it goes offline. here are the same commands result on 2.3.6.1:

login as: root root@192.168.0.2's password:

BusyBox? v1.11.1 (2010-08-23 18:28:00 CEST) built-in shell (ash) Enter 'help' for a list of built-in commands.

,_ .' '._

; \ / -=o=.-"""""" ; \ / /

...----...;_ ;.:"=._/

'-. -.`;::' |

-. ;::' ;

`'-.....-/::. /

|::. .'

/\
.-` jgs /';\ /| /'; ;`;| -'-;_/

Gari the Hummingbird jr.



root@Fonera:~# uci export network package 'network'

config 'interface' 'loopback'

option 'ifname' 'lo' option 'proto' 'static' option 'ipaddr' '127.0.0.1' option 'netmask' '255.255.255.0'

config 'interface' 'lan'

option 'ifname' 'eth0.1' option 'type' 'bridge' option 'proto' 'static' option 'netmask' '255.255.255.0' option 'gateway' '192.168.0.1' option 'dns' '213.157.167.157' option 'ipaddr' '192.168.0.2'

config 'interface' 'wan'

option 'ifname' 'eth0.2' option 'netmask' '255.255.255.0' option 'username' option 'password' option 'auto' '0' option 'hostname' 'Fonera-001884882287 ' option 'proto' 'bridge' option 'ipaddr' '192.168.0.2' option 'dns' '213.157.167.157' option 'gateway' '192.168.0.1'

config 'interface' 'hotspotwifi'

option 'proto' 'none'

config 'interface' 'hotspot'

option 'ifname' 'tun0' option 'proto' 'none'

config 'interface' 'vpn'

option 'ifname' 'tun-ovpn' option 'proto' 'none' option 'up' '1'

root@Fonera:~# cat /etc/resolv.conf search FON nameserver 192.168.0.1 nameserver 213.157.167.157 root@Fonera:~# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.182.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 br-lan 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-lan 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 br-lan root@Fonera:~#

Changed 15 months ago by anonymous

I stumbled upon this somewhat old ticket. Is this still a problem on 2.3.7.0 beta2? I just had a go at reproducing this problem, but it doesn't seem to happen for me on beta2 (though it could be that the userzone has just not been updated yet). Could you confirm this?

Changed 5 months ago by matthijs

  • status changed from investigate to closed
  • resolution set to worksforme

As part of the upcoming 2.3.7.0 firmware release, we're reviewing old open tickets to see if they are still relevant, which is why you get this response now.

I just powered on a 2.0n in bridge mode and it is shown as online now as expected. Possibly something was fixed on the server end to fix this.

If this issue still occurs with the  2.3.7.0 rc2 firmware, feel free to leave a comment here so we can further investigate.

Changed 5 months ago by matthijs

  • milestone Firmware 2.3 deleted

Add/Change #670 (Fonera using bridge mode appears offline on fon.com userzone)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
 
Note: See TracTickets for help on using tickets.