node will not connect to internet

Hi

My node was running and connecting but after 4 days it will not connect anymore to internet. When I check my router to see what devices are connected the node no longer shows up. I can connect to my node with putty internally, but nothing will connect to it outside my local net. I tried to ping googsl snd other places from my node but nothing, I can ping from my computer. I found s file resolv.conf, in etc
directry. but I am not sure what should be in this file if anything. Mine shows an ip address that isn’t used on my system it is 72.something.

Am i just looking at the wrong place and if so where should I look to fix problem?

This happens it seems everytime my internet provider changes the host ip address, I can only get back on line by running firsttime and setting everything up again. I am really tired of doing this every 4 to 5 days. There has to be a fix in some conf file some place, but I have very very linited linux experiance.

Can anyone help Please. I have tried everything I can think of which isn;t much.

Dave

Hi David,

Something about your setup doesn’t sound right, that you have to make adjustments to your node every time your ISP changes your public IP. You might experience some offline time waiting for the status update and the DNS update to complete, but then your node would be reachable again, without you having to do a thing. Maybe 30 minutes or so, I would guess.

The IP of your node, nor your DNS server settings, should ever change even if the ISP changes your public IP, so long as it is configured correctly on your LAN - behind your router.

Are you connected by wired or wireless to your LAN?

Can you ping your router’s IP from the node? (This has to work before anything else will.)

Can you ping www.microsoft.com from your node? (This would verify your DNS servers and gateway IP settings. This has to work also.)

What are these settings:

the LAN IP of your node

the netmask

the gateway

the dns server(s)

the LAN IP of your router

the netmask

Who is your ISP?

Please send the output of this command from your node.

traceroute www.microsoft.com

73

···

Danny

K5CG


From: “David Waters” dwaters5@yahoo.com
To: “Users of Asterisk App_rpt” app_rpt-users@lists.allstarlink.org
Sent: Tuesday, February 20, 2018 6:13:51 PM
Subject: [App_rpt-users] node will not connect to internet

Hi

My node was running and connecting but after 4 days it will not connect anymore to internet. When I check my router to see what devices are connected the node no longer shows up. I can connect to my node with putty internally, but nothing will connect to it outside my local net. I tried to ping googsl snd other places from my node but nothing, I can ping from my computer. I found s file resolv.conf, in etc
directry. but I am not sure what should be in this file if anything. Mine shows an ip address that isn’t used on my system it is 72.something.

Am i just looking at the wrong place and if so where should I look to fix problem?

This happens it seems everytime my internet provider changes the host ip address, I can only get back on line by running firsttime and setting everything up again. I am really tired of doing this every 4 to 5 days. There has to be a fix in some conf file some place, but I have very very linited linux experiance.

Can anyone help Please. I have tried everything I can think of which isn;t much.

Dave


App_rpt-users mailing list
App_rpt-users@lists.allstarlink.org
http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

IS your node DHCP or static? Can you ping yahoo.com?

David

···

On Tue, Feb 20, 2018 at 4:13 PM, David Waters dwaters5@yahoo.com wrote:

Hi

My node was running and connecting but after 4 days it will not connect anymore to internet. When I check my router to see what devices are connected the node no longer shows up. I can connect to my node with putty internally, but nothing will connect to it outside my local net. I tried to ping googsl snd other places from my node but nothing, I can ping from my computer. I found s file resolv.conf, in etc
directry. but I am not sure what should be in this file if anything. Mine shows an ip address that isn’t used on my system it is 72.something.

Am i just looking at the wrong place and if so where should I look to fix problem?

This happens it seems everytime my internet provider changes the host ip address, I can only get back on line by running firsttime and setting everything up again. I am really tired of doing this every 4 to 5 days. There has to be a fix in some conf file some place, but I have very very linited linux experiance.

Can anyone help Please. I have tried everything I can think of which isn;t much.

Dave


App_rpt-users mailing list

App_rpt-users@lists.allstarlink.org

http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

Thanks, David

“Laws that forbid the carrying of arms…disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one.”

Thomas Jefferson

I had this on one of my RPi nodes, it would loose the DNS servers in resolvconf. I used

sudo apt-get install --reinstall resolvconf and it fixed a file that went bad (maybe user mayfunction).
Check to see if it can ping by name or by ip address next time this happens, to confirm if it is loosing connection to outside world or just lossing dns.

···

On Tue, Feb 20, 2018 at 9:23 PM, David Shaw shawpbx@gmail.com wrote:

IS your node DHCP or static? Can you ping yahoo.com?

David


App_rpt-users mailing list

App_rpt-users@lists.allstarlink.org

http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

Thanks, David

“Laws that forbid the carrying of arms…disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one.”

Thomas Jefferson

On Tue, Feb 20, 2018 at 4:13 PM, David Waters dwaters5@yahoo.com wrote:

Hi

My node was running and connecting but after 4 days it will not connect anymore to internet. When I check my router to see what devices are connected the node no longer shows up. I can connect to my node with putty internally, but nothing will connect to it outside my local net. I tried to ping googsl snd other places from my node but nothing, I can ping from my computer. I found s file resolv.conf, in etc
directry. but I am not sure what should be in this file if anything. Mine shows an ip address that isn’t used on my system it is 72.something.

Am i just looking at the wrong place and if so where should I look to fix problem?

This happens it seems everytime my internet provider changes the host ip address, I can only get back on line by running firsttime and setting everything up again. I am really tired of doing this every 4 to 5 days. There has to be a fix in some conf file some place, but I have very very linited linux experiance.

Can anyone help Please. I have tried everything I can think of which isn;t much.

Dave


App_rpt-users mailing list

App_rpt-users@lists.allstarlink.org

http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

Nathan Hardman

nhardman1428@gmail.com

N8THN@ARRL.NET

TO K5CG

Are you connected by wired or wireless to your LAN? wired

Can you ping your router’s IP from the node? (This has to work before anything else will.) no but I can connect to node using putty

Can you ping www.microsoft.com from your node? (This would verify your DNS servers and gateway IP settings. This has to work also.) no

What are these settings:

the LAN IP of your node 193.168.0.200

the netmask 255.255.255.0

the gateway 192.168.254.254 the gateway in frontier modem we connect our router is 192.168.254.11 for our router

the dns server(s) 192.168.254.254 0000 not sure why the zeros show up in router, gateway on frontier is 192.168.254.11

the LAN IP of your router 182.168.0.1

the netmask 255.255/255.0

Who is your ISP? Frontier

Please send the output of this command from your node.

traceroute www.microsoft.com tracerout says no command found I tried it in root and in etc directry and in asterisk directry same results

traceroute http://www.microsoft.com/

I also have these

Wan 182,168,254.1

submast 255.255.255.0

frontier wan 50.32.251.156

sub 255.255.255.255

in frontier the router has an ip of 182.168.254.11

frontier lan is 192.168.254.254

We have our wireless router plugged into the back of frontier (i will call it modem) we connect node through our router to get to internet. It has worked this was since we set it up weeks ago HOWEVER like I sed evertime our provider resets ther ip we loose node connection and must reload everything to get it running again. I am tired of reloading.

We do not use the frontier box for anything but a gateway to internet. everything in house workd but the node.

We have all the necessary ports forworded in both router and the frontier box.

wsd working until the provider did sn ip update sometime Monday night.

I had this on one of my RPi nodes, it would loose the DNS servers in resolvconf. I used

sudo apt-get install --reinstall resolvconf and it fixed a file that went bad (maybe user mayfunction).
Check to see if it can ping by name or by ip address next time this happens, to confirm if it is loosing connection to outside world or just lossing dns.

···

On Tuesday, February 20, 2018 11:19 PM, Nate Hardman nhardman1428@gmail.com wrote:

On Tue, Feb 20, 2018 at 9:23 PM, David Shaw shawpbx@gmail.com wrote:

IS your node DHCP or static? Can you ping yahoo.com?

David

Thanks, David

“Laws that forbid the carrying of arms…disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one.”

Thomas Jefferson

On Tue, Feb 20, 2018 at 4:13 PM, David Waters dwaters5@yahoo.com wrote:

Hi

My node was running and connecting but after 4 days it will not connect anymore to internet. When I check my router to see what devices are connected the node no longer shows up. I can connect to my node with putty internally, but nothing will connect to it outside my local net. I tried to ping googsl snd other places from my node but nothing, I can ping from my computer. I found s file resolv.conf, in etc
directry. but I am not sure what should be in this file if anything. Mine shows an ip address that isn’t used on my system it is 72.something.

Am i just looking at the wrong place and if so where should I look to fix problem?

This happens it seems everytime my internet provider changes the host ip address, I can only get back on line by running firsttime and setting everything up again. I am really tired of doing this every 4 to 5 days. There has to be a fix in some conf file some place, but I have very very linited linux experiance.

Can anyone help Please. I have tried everything I can think of which isn;t much.

Dave


App_rpt-users mailing list

App_rpt-users@lists.allstarlin k.org

http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rp t-users

To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rp t-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.


App_rpt-users mailing list

App_rpt-users@lists. allstarlink.org

http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_ rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_ rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”

You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

Nathan Hardman

nhardman1428@gmail.com

N8THN@ARRL.NET


App_rpt-users mailing list
App_rpt-users@lists.allstarlink.org
http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.

This is a jumble, but looking at it, I see several networks typed incorrectly.

Your Allstar box's IP needs to match the local subnet on your router.
currently this doesn't match.

You'll need to check what's in /etc/resolve.conf for your nameservers. Try
4.2.2.2 or 8.8.8.8 and see if it works.

ping 67.215.233.178 and see if it works. This is the IP of the registration
server which register.allstarlink.org points to.

The lack of a traceroute command is disturbing, as it's a standard command in
debian.

···

On 2/21/18 10:27 AM, David Waters wrote:

Are you connected by wired or wireless to your LAN? wired Can you ping your
router's IP from the node? (This has to work before anything else will.) no
but I can connect to node using putty Can you ping www.microsoft.com from
your node? (This would verify your DNS servers and gateway IP settings.
This has to work also.) no What are these settings:the LAN IP of your node
193.168.0.200 the netmask 255.255.255.0the gateway
192.168.254.254 the gateway in frontier modem we connect our router is
192.168.254.11 for our routerthe dns server(s) 192.168.254.254 0000 not
sure why the zeros show up in router, gateway on frontier is
192.168.254.11 the LAN IP of your router 182.168.0.1the netmask
255.255/255.0 Who is your ISP? Frontier Please send the output of this
command from your node. traceroute www.microsoft.com tracerout says
no command found I tried it in root and in etc directry and in asterisk
directry same results traceroute http://www.microsoft.com/ I also have
theseWan 182,168,254.1submast 255.255.255.0frontier wan 50.32.251.156
sub 255.255.255.255in frontier the router has an ip of
182.168.254.11frontier lan is 192.168.254.254We have our wireless router
plugged into the back of frontier (i will call it modem) we connect node
through our router to get to internet. It has worked this was since we set
it up weeks ago HOWEVER like I sed evertime our provider resets ther ip we
loose node connection and must reload everything to get it running again. I
am tired of reloading.We do not use the frontier box for anything but a
gateway to internet. everything in house workd but the node. We have all
the necessary ports forworded in both router and the frontier box.wsd
working until the provider did sn ip update sometime Monday night.

--
Bryan Fields

727-409-1194 - Voice
http://bryanfields.net

Bryan,

I’m helping David offline. It is a jumble at the moment.

He has Frontier DSL and the modem is configured as a router, then he has another WiFi router behind that (double NATs). I’m working with him to convert the Frontier DSL router to bridge mode to simplify things.

···

73

Danny

K5CG


From: “Bryan Fields” Bryan@bryanfields.net
To: “Users of Asterisk app_rpt” app_rpt-users@lists.allstarlink.org
Sent: Wednesday, February 21, 2018 9:35:58 AM
Subject: Re: [App_rpt-users] node will not connect to internet

On 2/21/18 10:27 AM, David Waters wrote:

Are you connected by wired or wireless to your LAN? wired Can you ping your
router’s IP from the node? (This has to work before anything else will.) no
but I can connect to node using putty Can you ping www.microsoft.com from
your node? (This would verify your DNS servers and gateway IP settings.
This has to work also.) no What are these settings:the LAN IP of your node
193.168.0.200 the netmask 255.255.255.0the gateway
192.168.254.254 the gateway in frontier modem we connect our router is
192.168.254.11 for our routerthe dns server(s) 192.168.254.254 0000 not
sure why the zeros show up in router, gateway on frontier is
192.168.254.11 the LAN IP of your router 182.168.0.1the netmask
255.255/255.0 Who is your ISP? Frontier Please send the output of this
command from your node. traceroute www.microsoft.com tracerout says
no command found I tried it in root and in etc directry and in asterisk
directry same results traceroute http://www.microsoft.com/ I also have
theseWan 182,168,254.1submast 255.255.255.0frontier wan 50.32.251.156
sub 255.255.255.255in frontier the router has an ip of
182.168.254.11frontier lan is 192.168.254.254We have our wireless router
plugged into the back of frontier (i will call it modem) we connect node
through our router to get to internet. It has worked this was since we set
it up weeks ago HOWEVER like I sed evertime our provider resets ther ip we
loose node connection and must reload everything to get it running again. I
am tired of reloading.We do not use the frontier box for anything but a
gateway to internet. everything in house workd but the node. We have all
the necessary ports forworded in both router and the frontier box.wsd
working until the provider did sn ip update sometime Monday night.

This is a jumble, but looking at it, I see several networks typed incorrectly.

Your Allstar box’s IP needs to match the local subnet on your router.
currently this doesn’t match.

You’ll need to check what’s in /etc/resolve.conf for your nameservers. Try
4.2.2.2 or 8.8.8.8 and see if it works.

ping 67.215.233.178 and see if it works. This is the IP of the registration
server which register.allstarlink.org points to.

The lack of a traceroute command is disturbing, as it’s a standard command in
debian.


Bryan Fields

727-409-1194 - Voice
http://bryanfields.net


App_rpt-users mailing list
App_rpt-users@lists.allstarlink.org
http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users

To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the “Unsubscribe or edit options button”
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.