Securifi Community Forum
Securifi Products => Almond+ => Topic started by: dbsseven on November 12, 2014, 11:18:13 am
-
I have been having a consistent problem with my Almond+ in that every ~24 hours I cannot connect to the internet anymore. I am connecting to Time Warner Cable through a Ubee cable modem. If I unplug/replug the router or the cable modem it'll work. Everything on the A+ and computers say the network is up, and connected to the modem, just no connection to the internet. Windows suggests a DNS error.
I have left all the settings as default. Any suggestions.
Apologies if this has already been discussed.
-
I have the exact same problem after applying R67. R66 had Wifi issues for me, R67 seemed a lot better, but all my clients lose internet connectivity.
Interesting enough, when I ssh into the router, the router can access the internet just fine.
Help!
-
Please try R069 - http://forum.securifi.com/index.php?topic=2229
-
I have tried up to R069. A bit more detail. The device appears connected in the touch screen but in the web interface there is no IP address. Resetting this in OpenWRT or the Almond+ software fixes this.
-
I am getting the same problem. I am on Time Warner Cable also. I get an error in the OpenWRT System. Logs udhcpc
Dec 20 07:36:19 AlmondPlus user.info sysinit: sh: missing ]
Dec 20 07:36:19 AlmondPlus user.info sysinit: 1..pid......
Dec 20 07:36:19 AlmondPlus user.info sysinit: udhcpc is not killed yet
Dec 20 07:36:30 AlmondPlus daemon.info udhcpc[4433]: udhcpc (v1.22.1) started
Dec 20 07:36:30 AlmondPlus user.info firewall: removing lan (br-lan) from zone lan
Dec 20 07:36:31 AlmondPlus daemon.info udhcpc[4433]: Sending discover...
Dec 20 07:36:31 AlmondPlus daemon.info udhcpc[4433]: Sending select for 192.168.0.8...
Dec 20 07:36:31 AlmondPlus daemon.info udhcpc[4433]: Lease of 192.168.0.8 obtained, lease time 3600
Dec 20 07:36:32 AlmondPlus user.notice ifup: Enabling Router Solicitations on loopback (lo)
Dec 20 07:36:32 AlmondPlus user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Dec 20 07:36:32 AlmondPlus user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Dec 20 07:36:32 AlmondPlus daemon.crit dnsmasq[4792]: failed to create listening socket for port 53: Address already in use
Dec 20 07:36:32 AlmondPlus daemon.crit dnsmasq[4792]: FAILED to start up
Dec 20 07:36:32 AlmondPlus user.notice rdate: No usable time server for loopback found
Dec 20 07:36:32 AlmondPlus user.notice ifup: Enabling Router Solicitations on lan (br-lan)
Dec 20 07:36:33 AlmondPlus user.info firewall: adding lan (br-lan) to zone lan
Dec 20 07:36:33 AlmondPlus user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Dec 20 07:36:33 AlmondPlus user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Dec 20 07:36:33 AlmondPlus daemon.crit dnsmasq[4912]: failed to create listening socket for port 53: Address already in use
Dec 20 07:36:33 AlmondPlus daemon.crit dnsmasq[4912]: FAILED to start up
Dec 20 07:36:33 AlmondPlus user.notice rdate: No usable time server for lan found
Dec 20 07:36:33 AlmondPlus daemon.info dnsmasq[3280]: reading /tmp/resolv.conf.auto
Dec 20 07:36:33 AlmondPlus daemon.info dnsmasq[3280]: using nameserver 209.18.47.62#53
Dec 20 07:36:33 AlmondPlus daemon.info dnsmasq[3280]: using nameserver 209.18.47.61#53
Dec 20 07:36:33 AlmondPlus daemon.info dnsmasq[3280]: using local addresses only for domain lan
Dec 20 07:36:38 AlmondPlus cron.err crond[3430]: time disparity of 374912 minutes detected
Dec 20 07:36:54 AlmondPlus user.info sysinit: sh: missing ]
Dec 20 07:36:54 AlmondPlus user.info sysinit: 1..pid......
Dec 20 07:36:54 AlmondPlus user.info sysinit: udhcpc is not killed yet
-
I have the same issue with router disconnecting from internet every now and then. Unplugging & re-plugging the LAN cable between my modem(6141) and Almond, fixes it temporarily until it happens again..
Internet provider: TWC
Modem: SB6141
Almond + FW: R069
Very frustrating issue to deal with every day..
-
I have the same issue with router disconnecting from internet every now and then. Unplugging & re-plugging the LAN cable between my modem(6141) and Almond, fixes it temporarily until it happens again..
Internet provider: TWC
Modem: SB6141
Almond + FW: R069
Very frustrating issue to deal with every day..
Update your firmware with R070, you can update through LCD UI.
-
Upgraded, will let u know how it goes..
-
Sadly this update hasn't fixed the issue for me..All devices on the network are still able to connect to Almond + but there is no internet. Unplugging and replugging the internet cable/reboot fixes the issue, but only temporarily..
This is what I see in the logs when this happens: (but I also see this when the network is functioning fine)
Feb 14 06:54:42 AlmondPlus user.info sysinit: The source address 10.10.10.145 for group 239.255.255.250, is not in any valid net for upstream VIF.
I also have some logs that I was able to capture from the server, can send via PM/email, but not quite sure if the disconnect event has been logged anywhere as it happened in the middle of the night!
-
I have my Almond+ router working on TWC internet.
Internet provider: TWC
Modem: SB6183-9.2.0.0-GA-03-29-NOSH
Almond + FW: R070
Log into your cable modem
http://192.168.100.1
Copy your Status Downstream Upstream power levels.
Also in the Almond+ Realtime Connections look for a ip address of 142.254.213.x !!
This is the TWC Dhcp Server. (my area TWC DHCP Server address is 142.254.213.73 )
To fix the problem try these Firewall rules below. Cut and paste to Firewall - Custom Rules ..
Also change the x in the IP address to the correct ip for your area.
Firewall - Custom Rules
--------- cut cut below -------------- cut below ----------------------- cut below -----------------------------
iptables -t raw -I PREROUTING -p udp --sport 67 --dport 68 -s 142.254.208.0/20 -d 255.255.255.255 -j ACCEPT
iptables -t raw -I PREROUTING -p udp --dport 67 --sport 68 -s 0.0.0.0 -d 255.255.255.255 -j ACCEPT
iptables -I INPUT -p udp --sport 67 --dport 68 -s 142.254.208.0/20 -d 255.255.255.255 -j ACCEPT
iptables -I OUTPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 10.10.10.0/24 -j ACCEPT
------cut above ---------------------- cut above ----------------------------------- cut above ---------------------
-
This happened to me wih the new firmware and extender mode. Reboot has solved the issue so far.
-
I have my Almond+ router working on TWC internet.
Internet provider: TWC
Modem: SB6183-9.2.0.0-GA-03-29-NOSH
Almond + FW: R070
Log into your cable modem
http://192.168.100.1
Copy your Status Downstream Upstream power levels.
Also in the Almond+ Realtime Connections look for a ip address of 142.254.213.x !!
This is the TWC Dhcp Server. (my area TWC DHCP Server address is 142.254.213.73 )
To fix the problem try these Firewall rules below. Cut and paste to Firewall - Custom Rules ..
Also change the x in the IP address to the correct ip for your area.
Firewall - Custom Rules
--------- cut cut below -------------- cut below ----------------------- cut below -----------------------------
iptables -t raw -I PREROUTING -p udp --sport 67 --dport 68 -s 142.254.213.x -d 255.255.255.255 -j ACCEPT
iptables -t raw -I PREROUTING -p udp --dport 67 --sport 68 -s 0.0.0.0 -d 255.255.255.255 -j ACCEPT
iptables -I INPUT -p udp --sport 67 --dport 68 -s 142.254.213.x -d 255.255.255.255 -j ACCEPT
iptables -I OUTPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 10.10.10.0/24 -j ACCEPT
------cut above ---------------------- cut above ----------------------------------- cut above ---------------------
Interesting, have reached out to securifi support and hope fully there will be some insight into the issue here..In the mean time I might give your suggestions a try to see if it fixes it!
-
Interesting, have reached out to securifi support and hope fully there will be some insight into the issue here..In the mean time I might give your suggestions a try to see if it fixes it!
--------- cut cut below -------------- cut below -----------------------
# Allow_DHCP_force_Renew
iptables -t raw -I PREROUTING -p udp --dport 53 -d 10.10.10.254 -s 10.10.10.0/24 -j ACCEPT
iptables -t raw -I PREROUTING -p udp --dport 67 --sport 68 -s 10.10.10.0/24 -d 255.255.255.255 -j ACCEPT
iptables -t raw -I PREROUTING -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 255.255.255.255 -j ACCEPT
iptables -t raw -I PREROUTING -p udp --dport 67 --sport 68 -s 0.0.0.0 -d 255.255.255.255 -j ACCEPT
iptables -t raw -I PREROUTING -p udp --sport 67 --dport 68 -s 142.254.208.0/20 -d 255.255.255.255 -j ACCEPT
iptables -t raw -I OUTPUT -p udp --sport 53 -s 10.10.10.254 -d 10.10.10.0/24 -j ACCEPT
iptables -t raw -I OUTPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 255.255.255.255 -j ACCEPT
iptables -t raw -I OUTPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 10.10.10.0/24 -j ACCEPT
iptables -I INPUT -p udp --dport 53 -s 10.10.10.0/24 -d 10.10.10.254 -j ACCEPT
iptables -I INPUT -p udp --dport 67 --sport 68 -s 10.10.10.0/24 -d 255.255.255.255 -j ACCEPT
iptables -I INPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 255.255.255.255 -j ACCEPT
iptables -I INPUT -p udp --dport 67 --sport 68 -s 0.0.0.0 -d 255.255.255.255 -j ACCEPT
iptables -I INPUT -p udp --sport 67 --dport 68 -s 142.254.208.0/20 -d 255.255.255.255 -j ACCEPT
iptables -I OUTPUT -p udp --sport 53 -s 10.10.10.254 -d 10.10.10.0/24 -j ACCEPT
iptables -I OUTPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 255.255.255.255 -j ACCEPT
iptables -I OUTPUT -p udp --sport 67 --dport 68 -s 10.10.10.254 -d 10.10.10.0/24 -j ACCEPT
------cut above ---------------------- cut above -----------------------------------
-
Interesting, have reached out to securifi support and hope fully there will be some insight into the issue here..In the mean time I might give your suggestions a try to see if it fixes it!
You may also setup up an auto reboot crontab.
Go to OpenWRT
1: OpenWRT
2: System
3: Scheduled Tasks
4: add new rule
0 5 * * * reboot
This will reboot your router at 5 am every day.. You may change the 5 to what ever time you would like it to reboot.
Every time you reboot you router you also have to setup your Timezone. This will reset to UTC time zone when you reboot your router.
To reset your time zone go to openwrt
1: OpenWRT
2: System
3: System
4: Timezone
Change to your timezone
-
This issue is happening to me since I updated to R070, before the update I never had such issue.
It uses to happen at night, connection works fine all over the day, but when I wake up I have a no internet connectivity warning in all my devices (PC and Android). By entering in Internet connection and reapplying the PPPoE settings, the issue is fixed for another 24h (more or less).
-
System logs
Feb 24 06:20:00 AlmondPlus daemon.notice pppd[16898]: Modem hangup
Feb 24 06:20:01 AlmondPlus daemon.warn pppd[16920]: LCP: timeout sending Config-Requests
Feb 24 06:20:01 AlmondPlus daemon.notice pppd[16920]: Connection terminated.
Feb 24 06:20:01 AlmondPlus daemon.notice pppd[17117]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:01 AlmondPlus daemon.notice pppd[16920]: Modem hangup
Feb 24 06:20:01 AlmondPlus daemon.info pppd[17117]: Using interface ppp3
Feb 24 06:20:01 AlmondPlus daemon.notice pppd[17117]: Connect: ppp3 <--> /dev/pts/3
Feb 24 06:20:01 AlmondPlus daemon.notice pppd[17120]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:01 AlmondPlus daemon.info pppd[17120]: Using interface ppp4
Feb 24 06:20:01 AlmondPlus daemon.notice pppd[17120]: Connect: ppp4 <--> /dev/pts/4
Feb 24 06:20:04 AlmondPlus daemon.err pppoe[16900]: Timeout waiting for PADO packets
Feb 24 06:20:04 AlmondPlus daemon.err pppoe[16902]: Timeout waiting for PADO packets
Feb 24 06:20:04 AlmondPlus daemon.info pppd[16896]: Exit.
Feb 24 06:20:04 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:04 AlmondPlus daemon.info pppd[16898]: Exit.
Feb 24 06:20:04 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:05 AlmondPlus daemon.err pppoe[16922]: Timeout waiting for PADO packets
Feb 24 06:20:05 AlmondPlus daemon.info pppd[16920]: Exit.
Feb 24 06:20:05 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:05 AlmondPlus daemon.notice pppd[17162]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:05 AlmondPlus daemon.info pppd[17162]: Using interface ppp5
Feb 24 06:20:05 AlmondPlus daemon.notice pppd[17162]: Connect: ppp5 <--> /dev/pts/5
Feb 24 06:20:09 AlmondPlus daemon.notice pppd[17176]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:09 AlmondPlus daemon.info pppd[17176]: Using interface ppp6
Feb 24 06:20:09 AlmondPlus daemon.notice pppd[17176]: Connect: ppp6 <--> /dev/pts/6
Feb 24 06:20:09 AlmondPlus daemon.notice pppd[17178]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:09 AlmondPlus daemon.info pppd[17178]: Using interface ppp7
Feb 24 06:20:09 AlmondPlus daemon.notice pppd[17178]: Connect: ppp7 <--> /dev/pts/7
Feb 24 06:20:10 AlmondPlus daemon.notice pppd[17200]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:10 AlmondPlus daemon.info pppd[17200]: Using interface ppp8
Feb 24 06:20:10 AlmondPlus daemon.notice pppd[17200]: Connect: ppp8 <--> /dev/pts/8
Feb 24 06:20:20 AlmondPlus daemon.warn pppd[16988]: LCP: timeout sending Config-Requests
Feb 24 06:20:20 AlmondPlus daemon.notice pppd[16988]: Connection terminated.
Feb 24 06:20:20 AlmondPlus daemon.notice pppd[16988]: Modem hangup
Feb 24 06:20:24 AlmondPlus daemon.err pppoe[16990]: Timeout waiting for PADO packets
Feb 24 06:20:24 AlmondPlus daemon.warn pppd[17036]: LCP: timeout sending Config-Requests
Feb 24 06:20:24 AlmondPlus daemon.notice pppd[17036]: Connection terminated.
Feb 24 06:20:24 AlmondPlus daemon.info pppd[16988]: Exit.
Feb 24 06:20:24 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:24 AlmondPlus daemon.notice pppd[17036]: Modem hangup
Feb 24 06:20:28 AlmondPlus daemon.err pppoe[17038]: Timeout waiting for PADO packets
Feb 24 06:20:28 AlmondPlus daemon.warn pppd[17069]: LCP: timeout sending Config-Requests
Feb 24 06:20:28 AlmondPlus daemon.notice pppd[17069]: Connection terminated.
Feb 24 06:20:28 AlmondPlus daemon.info pppd[17036]: Exit.
Feb 24 06:20:28 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:28 AlmondPlus daemon.notice pppd[17069]: Modem hangup
Feb 24 06:20:29 AlmondPlus daemon.notice pppd[17268]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:29 AlmondPlus daemon.info pppd[17268]: Using interface ppp0
Feb 24 06:20:29 AlmondPlus daemon.notice pppd[17268]: Connect: ppp0 <--> /dev/pts/0
Feb 24 06:20:30 AlmondPlus user.info sysinit: RECV Membership query from 10.10.10.254 to 224.0.0.1
Feb 24 06:20:32 AlmondPlus daemon.err pppoe[17072]: Timeout waiting for PADO packets
Feb 24 06:20:32 AlmondPlus daemon.warn pppd[17117]: LCP: timeout sending Config-Requests
Feb 24 06:20:32 AlmondPlus daemon.notice pppd[17117]: Connection terminated.
Feb 24 06:20:32 AlmondPlus daemon.info pppd[17069]: Exit.
Feb 24 06:20:32 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:32 AlmondPlus daemon.warn pppd[17120]: LCP: timeout sending Config-Requests
Feb 24 06:20:32 AlmondPlus daemon.notice pppd[17120]: Connection terminated.
Feb 24 06:20:32 AlmondPlus daemon.notice pppd[17117]: Modem hangup
Feb 24 06:20:32 AlmondPlus daemon.notice pppd[17120]: Modem hangup
Feb 24 06:20:33 AlmondPlus daemon.notice pppd[17316]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:33 AlmondPlus daemon.info pppd[17316]: Using interface ppp1
Feb 24 06:20:33 AlmondPlus daemon.notice pppd[17316]: Connect: ppp1 <--> /dev/pts/1
Feb 24 06:20:35 AlmondPlus user.info sysinit: RECV V2 member report from 10.10.10.254 to 239.255.255.250
Feb 24 06:20:35 AlmondPlus user.info sysinit: The IGMP message was from myself. Ignoring.
Feb 24 06:20:36 AlmondPlus daemon.err pppoe[17119]: Timeout waiting for PADO packets
Feb 24 06:20:36 AlmondPlus daemon.info pppd[17117]: Exit.
Feb 24 06:20:36 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:36 AlmondPlus daemon.warn pppd[17162]: LCP: timeout sending Config-Requests
Feb 24 06:20:36 AlmondPlus daemon.notice pppd[17162]: Connection terminated.
Feb 24 06:20:36 AlmondPlus daemon.err pppoe[17122]: Timeout waiting for PADO packets
Feb 24 06:20:36 AlmondPlus daemon.info pppd[17120]: Exit.
Feb 24 06:20:36 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:36 AlmondPlus daemon.notice pppd[17162]: Modem hangup
Feb 24 06:20:37 AlmondPlus daemon.notice pppd[17349]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:37 AlmondPlus daemon.info pppd[17349]: Using interface ppp2
Feb 24 06:20:37 AlmondPlus daemon.notice pppd[17349]: Connect: ppp2 <--> /dev/pts/2
Feb 24 06:20:40 AlmondPlus daemon.err pppoe[17167]: Timeout waiting for PADO packets
Feb 24 06:20:40 AlmondPlus daemon.warn pppd[17176]: LCP: timeout sending Config-Requests
Feb 24 06:20:40 AlmondPlus daemon.notice pppd[17176]: Connection terminated.
Feb 24 06:20:40 AlmondPlus daemon.info pppd[17162]: Exit.
Feb 24 06:20:40 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:40 AlmondPlus daemon.warn pppd[17178]: LCP: timeout sending Config-Requests
Feb 24 06:20:40 AlmondPlus daemon.notice pppd[17178]: Connection terminated.
Feb 24 06:20:40 AlmondPlus daemon.notice pppd[17176]: Modem hangup
Feb 24 06:20:40 AlmondPlus daemon.notice pppd[17178]: Modem hangup
Feb 24 06:20:41 AlmondPlus daemon.warn pppd[17200]: LCP: timeout sending Config-Requests
Feb 24 06:20:41 AlmondPlus daemon.notice pppd[17200]: Connection terminated.
Feb 24 06:20:41 AlmondPlus daemon.notice pppd[17397]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:41 AlmondPlus daemon.notice pppd[17200]: Modem hangup
Feb 24 06:20:41 AlmondPlus daemon.info pppd[17397]: Using interface ppp3
Feb 24 06:20:41 AlmondPlus daemon.notice pppd[17397]: Connect: ppp3 <--> /dev/pts/3
Feb 24 06:20:41 AlmondPlus daemon.notice pppd[17400]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:41 AlmondPlus daemon.info pppd[17400]: Using interface ppp4
Feb 24 06:20:41 AlmondPlus daemon.notice pppd[17400]: Connect: ppp4 <--> /dev/pts/4
Feb 24 06:20:44 AlmondPlus daemon.err pppoe[17181]: Timeout waiting for PADO packets
Feb 24 06:20:44 AlmondPlus daemon.err pppoe[17182]: Timeout waiting for PADO packets
Feb 24 06:20:44 AlmondPlus daemon.info pppd[17176]: Exit.
Feb 24 06:20:44 AlmondPlus daemon.info pppd[17178]: Exit.
Feb 24 06:20:44 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:44 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:45 AlmondPlus daemon.err pppoe[17202]: Timeout waiting for PADO packets
Feb 24 06:20:45 AlmondPlus daemon.notice pppd[17442]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:45 AlmondPlus daemon.info pppd[17442]: Using interface ppp5
Feb 24 06:20:45 AlmondPlus daemon.notice pppd[17442]: Connect: ppp5 <--> /dev/pts/5
Feb 24 06:20:45 AlmondPlus daemon.info pppd[17200]: Exit.
Feb 24 06:20:45 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:20:49 AlmondPlus daemon.notice pppd[17461]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:49 AlmondPlus daemon.notice pppd[17460]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:49 AlmondPlus daemon.info pppd[17461]: Using interface ppp6
Feb 24 06:20:49 AlmondPlus daemon.info pppd[17460]: Using interface ppp7
Feb 24 06:20:49 AlmondPlus daemon.notice pppd[17461]: Connect: ppp6 <--> /dev/pts/6
Feb 24 06:20:49 AlmondPlus daemon.notice pppd[17460]: Connect: ppp7 <--> /dev/pts/7
Feb 24 06:20:50 AlmondPlus daemon.notice pppd[17484]: pppd 2.4.4 started by root, uid 0
Feb 24 06:20:50 AlmondPlus daemon.info pppd[17484]: Using interface ppp8
Feb 24 06:20:50 AlmondPlus daemon.notice pppd[17484]: Connect: ppp8 <--> /dev/pts/8
Feb 24 06:21:00 AlmondPlus daemon.warn pppd[17268]: LCP: timeout sending Config-Requests
Feb 24 06:21:00 AlmondPlus daemon.notice pppd[17268]: Connection terminated.
Feb 24 06:21:00 AlmondPlus daemon.notice pppd[17268]: Modem hangup
Feb 24 06:21:04 AlmondPlus daemon.err pppoe[17270]: Timeout waiting for PADO packets
Feb 24 06:21:04 AlmondPlus daemon.warn pppd[17316]: LCP: timeout sending Config-Requests
Feb 24 06:21:04 AlmondPlus daemon.notice pppd[17316]: Connection terminated.
Feb 24 06:21:04 AlmondPlus daemon.info pppd[17268]: Exit.
Feb 24 06:21:04 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:04 AlmondPlus daemon.notice pppd[17316]: Modem hangup
Feb 24 06:21:08 AlmondPlus daemon.err pppoe[17318]: Timeout waiting for PADO packets
Feb 24 06:21:08 AlmondPlus daemon.warn pppd[17349]: LCP: timeout sending Config-Requests
Feb 24 06:21:08 AlmondPlus daemon.notice pppd[17349]: Connection terminated.
Feb 24 06:21:08 AlmondPlus daemon.info pppd[17316]: Exit.
Feb 24 06:21:08 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:08 AlmondPlus daemon.notice pppd[17349]: Modem hangup
Feb 24 06:21:09 AlmondPlus daemon.notice pppd[17552]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:09 AlmondPlus daemon.info pppd[17552]: Using interface ppp0
Feb 24 06:21:09 AlmondPlus daemon.notice pppd[17552]: Connect: ppp0 <--> /dev/pts/0
Feb 24 06:21:12 AlmondPlus daemon.err pppoe[17351]: Timeout waiting for PADO packets
Feb 24 06:21:12 AlmondPlus daemon.info pppd[17349]: Exit.
Feb 24 06:21:12 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:12 AlmondPlus daemon.warn pppd[17397]: LCP: timeout sending Config-Requests
Feb 24 06:21:12 AlmondPlus daemon.notice pppd[17397]: Connection terminated.
Feb 24 06:21:12 AlmondPlus daemon.warn pppd[17400]: LCP: timeout sending Config-Requests
Feb 24 06:21:12 AlmondPlus daemon.notice pppd[17400]: Connection terminated.
Feb 24 06:21:12 AlmondPlus daemon.notice pppd[17397]: Modem hangup
Feb 24 06:21:12 AlmondPlus daemon.notice pppd[17400]: Modem hangup
Feb 24 06:21:13 AlmondPlus daemon.notice pppd[17600]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:13 AlmondPlus daemon.info pppd[17600]: Using interface ppp1
Feb 24 06:21:13 AlmondPlus daemon.notice pppd[17600]: Connect: ppp1 <--> /dev/pts/1
Feb 24 06:21:16 AlmondPlus daemon.err pppoe[17399]: Timeout waiting for PADO packets
Feb 24 06:21:16 AlmondPlus daemon.warn pppd[17442]: LCP: timeout sending Config-Requests
Feb 24 06:21:16 AlmondPlus daemon.notice pppd[17442]: Connection terminated.
Feb 24 06:21:16 AlmondPlus daemon.err pppoe[17402]: Timeout waiting for PADO packets
Feb 24 06:21:16 AlmondPlus daemon.info pppd[17397]: Exit.
Feb 24 06:21:16 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:16 AlmondPlus daemon.notice pppd[17442]: Modem hangup
Feb 24 06:21:16 AlmondPlus daemon.info pppd[17400]: Exit.
Feb 24 06:21:16 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:17 AlmondPlus daemon.notice pppd[17634]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:17 AlmondPlus daemon.info pppd[17634]: Using interface ppp2
Feb 24 06:21:17 AlmondPlus daemon.notice pppd[17634]: Connect: ppp2 <--> /dev/pts/2
Feb 24 06:21:20 AlmondPlus daemon.err pppoe[17445]: Timeout waiting for PADO packets
Feb 24 06:21:20 AlmondPlus daemon.info pppd[17442]: Exit.
Feb 24 06:21:20 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:20 AlmondPlus daemon.warn pppd[17460]: LCP: timeout sending Config-Requests
Feb 24 06:21:20 AlmondPlus daemon.notice pppd[17460]: Connection terminated.
Feb 24 06:21:20 AlmondPlus daemon.warn pppd[17461]: LCP: timeout sending Config-Requests
Feb 24 06:21:20 AlmondPlus daemon.notice pppd[17461]: Connection terminated.
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17460]: Modem hangup
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17461]: Modem hangup
Feb 24 06:21:21 AlmondPlus daemon.warn pppd[17484]: LCP: timeout sending Config-Requests
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17484]: Connection terminated.
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17737]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17484]: Modem hangup
Feb 24 06:21:21 AlmondPlus daemon.info pppd[17737]: Using interface ppp3
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17737]: Connect: ppp3 <--> /dev/pts/3
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17740]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:21 AlmondPlus daemon.info pppd[17740]: Using interface ppp4
Feb 24 06:21:21 AlmondPlus daemon.notice pppd[17740]: Connect: ppp4 <--> /dev/pts/4
Feb 24 06:21:25 AlmondPlus daemon.err pppoe[17464]: Timeout waiting for PADO packets
Feb 24 06:21:25 AlmondPlus daemon.err pppoe[17466]: Timeout waiting for PADO packets
Feb 24 06:21:25 AlmondPlus daemon.info pppd[17461]: Exit.
Feb 24 06:21:25 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:25 AlmondPlus daemon.info pppd[17460]: Exit.
Feb 24 06:21:25 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:25 AlmondPlus daemon.err pppoe[17487]: Timeout waiting for PADO packets
Feb 24 06:21:25 AlmondPlus daemon.notice pppd[17782]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:25 AlmondPlus daemon.info pppd[17782]: Using interface ppp5
Feb 24 06:21:25 AlmondPlus daemon.notice pppd[17782]: Connect: ppp5 <--> /dev/pts/5
Feb 24 06:21:25 AlmondPlus daemon.info pppd[17484]: Exit.
Feb 24 06:21:25 AlmondPlus daemon.notice pppoe-connect: PPPoE connection lost; attempting re-connection.
Feb 24 06:21:30 AlmondPlus daemon.notice pppd[17815]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:30 AlmondPlus daemon.info pppd[17815]: Using interface ppp6
Feb 24 06:21:30 AlmondPlus daemon.notice pppd[17815]: Connect: ppp6 <--> /dev/pts/6
Feb 24 06:21:30 AlmondPlus daemon.notice pppd[17817]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:30 AlmondPlus daemon.info pppd[17817]: Using interface ppp7
Feb 24 06:21:30 AlmondPlus daemon.notice pppd[17817]: Connect: ppp7 <--> /dev/pts/7
Feb 24 06:21:30 AlmondPlus daemon.notice pppd[17839]: pppd 2.4.4 started by root, uid 0
Feb 24 06:21:31 AlmondPlus daemon.info pppd[17839]: Using interface ppp8
Feb 24 06:21:31 AlmondPlus daemon.notice pppd[17839]: Connect: ppp8 <--> /dev/pts/8
Feb 24 06:21:40 AlmondPlus daemon.warn pppd[17552]: LCP: timeout sending Config-Requests
Feb 24 06:21:40 AlmondPlus daemon.notice pppd[17552]: Connection terminated.
Feb 24 06:21:40 AlmondPlus daemon.notice pppd[17552]: Modem hangup
-
I fixed the issue by going back to R069 SW