See inline... On Sun, Jul 12, 2020, 12:47 Mauricio Tavares <raubvogel at gmail.com> wrote:> On Sun, Jul 12, 2020 at 3:39 PM Kay Schenk <kay.schenk at gmail.com> wrote: > > > > On Sun, Jul 12, 2020, 12:31 Mauricio Tavares <raubvogel at gmail.com> > wrote: > > > > > On Sun, Jul 12, 2020 at 3:15 PM Kay Schenk <kay.schenk at gmail.com> > wrote: > > > > > > > > Hello all-- > > > > I'm in a bind trying to reset an older Nether DSL modem. I did a > manual > > > > reset on it. It was set up as "pass thru" by me and I want to "undo" > > > that. > > > > When I boot now, the joys of Network Manager!, I can not just enter > the > > > > modem manager IP address because I keep getting "network not > accessible" > > > . > > > > HELP! > > > > > > > Dumb question: is the modem directly connected to computer or > > > attached to a router? > > > > > > > Currently the modem is only attached to my computer. The modem WAS > attached > > to a router in pass thru mode. I did a reset on the modem which should > have > > gotten it back to "normal" modem mode. Now it's directly connected to my > > desktop -- no router. Once upon a time I could directly access the modem > > interface through my browser, now I can not. > > > With your current setup in mind, do you know the modem internal > IP? With that, set your computer's IP to be in the same network, > verify the default route, and see if you can reach out to the modem. >I did this with a new network profile and activated it, but no good. I need some info/tools on examining my "network" I think.> Personally I would have the router between the two, but that is > changing the problem instead of helping you fix yours. >Actually the router WAS between the modem and my desktop until I took things apart and the router Was not part of the equation. I wanted to verify the setup I had with JUST the modem, but I am at a loss on how to get CentOS7 to access a "local" url on the same local network without getting the "no network" business. Thank you for your suggestions. Regards, Kay> > > _______________________ > > > > Sent from MzK's phone. > > > > _______________________________________________ > > > > CentOS mailing list > > > > CentOS at centos.org > > > > https://lists.centos.org/mailman/listinfo/centos > > > _______________________________________________ > > > CentOS mailing list > > > CentOS at centos.org > > > https://lists.centos.org/mailman/listinfo/centos > > > > > _______________________________________________ > > CentOS mailing list > > CentOS at centos.org > > https://lists.centos.org/mailman/listinfo/centos > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >_______________________ Sent from MzK's phone.
José María Terry Jiménez
2020-Jul-13 09:34 UTC
[CentOS] Need HELP with old DSL modem setup on CentOS 7
El 13/7/20 a las 0:50, Kay Schenk escribi?:>> With your current setup in mind, do you know the modem internal >> IP? With that, set your computer's IP to be in the same network, >> verify the default route, and see if you can reach out to the modem. >> > I did this with a new network profile and activated it, but no good. I need > some info/tools on examining my "network" I think. > > >> Personally I would have the router between the two, but that is >> changing the problem instead of helping you fix yours. >> > Actually the router WAS between the modem and my desktop until I took > things apart and the router Was not part of the equation. I wanted to > verify the setup I had with JUST the modem, but I am at a loss on how to > get CentOS7 to access a "local" url on the same local network without > getting the "no network" business. > > Thank you for your suggestions. > > Regards, > Kay >As Mauricio said you must be in the same network that the DSL modem: Some considerations: I assume this is an Ethernet one and not USB one, right? Which IP are you trying to access? What is the computer IP and netmask? Did you tried to connect the MODEM directly to computer and set the IP to DHCP? Then look the IP you got and the gateway ( ip address show | grep -i "inet\ " **OR** ifconfig |grep -i "inet\ " ) and the default gateway ( ip route show | grep -i default ) The "usual" would be you try to access the MODEM in your gateway address, but may be other. The maker and model of MODEM would be great Good luck Best!
On Mon, Jul 13, 2020, 02:35 Jos? Mar?a Terry Jim?nez <jtj at tssystems.net> wrote:> El 13/7/20 a las 0:50, Kay Schenk escribi?: > >> With your current setup in mind, do you know the modem internal > >> IP? With that, set your computer's IP to be in the same network, > >> verify the default route, and see if you can reach out to the modem. > >> > > I did this with a new network profile and activated it, but no good. I > need > > some info/tools on examining my "network" I think. > > > > > >> Personally I would have the router between the two, but that is > >> changing the problem instead of helping you fix yours. > >> > > Actually the router WAS between the modem and my desktop until I took > > things apart and the router Was not part of the equation. I wanted to > > verify the setup I had with JUST the modem, but I am at a loss on how to > > get CentOS7 to access a "local" url on the same local network without > > getting the "no network" business. > > > > Thank you for your suggestions. > > > > Regards, > > Kay > > > As Mauricio said you must be in the same network that the DSL modem: > > Some considerations: > > I assume this is an Ethernet one and not USB one, right? > > Which IP are you trying to access? > > What is the computer IP and netmask? > > Did you tried to connect the MODEM directly to computer and set the IP > to DHCP? Then look the IP you got and the gateway ( ip address show | > grep -i "inet\ " **OR** ifconfig |grep -i "inet\ " ) and the default > gateway ( ip route show | grep -i default ) > > The "usual" would be you try to access the MODEM in your gateway > address, but may be other. > > The maker and model of MODEM would be great > > Good luck > > Best! >Well I thought I had made some progress yesterday and was actually able to ping my computer AND the old DSL modem. Unfortunately, I think my network card has actually died now. ? Switched back to an old Ethernet cable and same result. Thanks for all the help. My research led me to all sorts of useful information on network naming schemes. Regards, Kay> > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >