Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Linksys router administration
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Sat Jun 29, 2002 3:31 am    Post subject: Linksys router administration Reply with quote

I can't log into my Linksys router to change the settings. (I can with win98, mandrake linux and others). The operation times out. Did I need to adjust my USE settings or something? (I can't log in with konquerer, mozilla or lynx). I am extremely impresses with the documentation of gentoo, and the setup in general, however this stumps me....
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sat Jun 29, 2002 4:11 am    Post subject: Reply with quote

USE settings shouldn't have anything to do with this. I can get into my Linksys just fine.
What are your network settings? Do you have any other network problems? What
browser are you using?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Sat Jun 29, 2002 4:30 am    Post subject: Reply with quote

I have static ip address, reslov.conf is correct, web works fine, samba, etc... all working. I just can't log into my router with gentoo. I CAN log into the router with win9x,nt, mandrake linux with all the network setting similar on each OS. In gentoo, i have mozilla, konquerer, lynx as browsers; they all work fine, except the logging into the router. Box ip 192.168.44, router ip (internal) 192.168.1.1. The browsers just time out. (I can ping the router etc,..) I thought I misses some USE setting to have browsers be able to AUTH or something like that.
Back to top
View user's profile Send private message
handsomepete
Guru
Guru


Joined: 21 Apr 2002
Posts: 548
Location: Kansas City, MO

PostPosted: Sat Jun 29, 2002 5:01 am    Post subject: Reply with quote

It won't have anything to do with your USE settings (AFAIK there isn't a -don't-allow-router setting :) ). It might have everything to do with your routing. Did you set it up as your default gateway or are you using something else? Is your box's IP 192.168.1.44 or 192.168.44.1 or something different? What does a traceroute to 192.168.1.1 output?

Code:
[lydia.nerd.obsessive] >traceroute 192.168.1.1
traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 40 byte packets
 1  router (192.168.1.1)  1.189 ms  0.753 ms  0.754 ms


Is there more than one hop? Does it hop at all? Have you put it in your hosts file (not that that should really matter...)? i.e.:

Code:
[lydia.nerd.obsessive] >cat /etc/hosts
# hosts

127.0.0.1       localhost
192.168.1.1     router  router.nerd.obsessive


Does the log file from the router show an attempt to attach to it? Both of my browsers can attach to mine (Moz, Lynx). Can you log in to your gentoo box from the boxes that can attach to the router? What is the output when you type route? Just a couple questions to contemplate. I could be way off base.
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Sat Jun 29, 2002 5:42 am    Post subject: Reply with quote

Output of traceroute:

amdxp root # traceroute 192.168.1.1
traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 40 byte packets
1 192.168.1.1 (192.168.1.1) 1.908 ms 0.839 ms 0.784 ms

Output of route:
amdxp root # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 1 0 0 eth0

This is ifconfig:
amdxp root # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:A0:CC:D5:26:16
inet addr:192.168.1.44 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11053 errors:1 dropped:0 overruns:0 frame:0
TX packets:8701 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:11101295 (10.5 Mb) TX bytes:1265584 (1.2 Mb)
Interrupt:3 Base address:0xdc00

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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


Like I said... The network works flawlessly. I am (right now) logged into the gentoo box thru the linksys router from work using ssh port 22. (Set up using port forwarding in the router). The webbrowsing is fine... all is well... except I cannot log into the routers web interface to administer it (from gentoo). I CAN log into the router from win9x,nt,mandrake linux and administer it through a webbrowser using the same network setting i use in gentoo. This is what leads me to believe that I am missing a library, or did not compile something into networking to allow authorizations in http.
Back to top
View user's profile Send private message
handsomepete
Guru
Guru


Joined: 21 Apr 2002
Posts: 548
Location: Kansas City, MO

PostPosted: Sat Jun 29, 2002 2:32 pm    Post subject: Reply with quote

Well, here's a good test: Go d/l Netscape from their site and run the install program (in X). I believe it's a binary x86 install so it would be difficult to remove http auth from it (although IMHO it shouldn't have anything to do with http auth capabilities because it sounds like it's not even connecting in the first place - I wouldn't even know *how* you would remove that ability outside of editing the source code...). Now for some complete shots in the dark:

Local software firewall running?
Proxy?
Do you get an auth challenge from password FTP sites on the Internet?
Any bizarre port forwarding locally (or on the router specifically for .1.44)? Thought about removing those just for testing?
Router firmware flash?
Can you HTTP/FTP/SSH to your Mandrake/Windows boxes?

I'm pretty well stumped. Time for someone more knowledgable in such matters to step in.

And fun fact from Linksys's website (although unrelated):
the Wireless AP + Cable/DSL Router's web-based utility is accessible only through Internet Explorer or Netscape Navigator, versions 4.0 or higher for Macintosh

Still curious if your inbound router log file is recording hits from .1.44 or not...
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Sun Jun 30, 2002 12:49 am    Post subject: Reply with quote

Thanks for the help... I must take a break from this for a while... This is really just one little thing that bothers me, I can live with it for now.. I am building another gentoo system as we speak, and keeping a log of what I am doing. Maybe if I can get to the router in that build, I will have an idea of what went wrong.. BTW... no local software firewall running, just forwarding port 22 to the ... 1.44 (SSH) ant that works great. I SSH into the box from work just fine. I will try the build of mozilla from the moz site. But I really want lynx or some other text browser to work, as I want to administer the router from work (using ssh), and I dont run a remote X-Server from work. (And it is dialup for now) Thanks for some clues... I'll get it, and when I do, I'll post what I did... (I am sure it is something simple, and when I figure it out we will all say ' OH yea... Of course...'
Back to top
View user's profile Send private message
Nitro
Bodhisattva
Bodhisattva


Joined: 08 Apr 2002
Posts: 661
Location: San Francisco

PostPosted: Sun Jun 30, 2002 6:19 am    Post subject: Reply with quote

In the other operating systems that work, did you have the same IP address? First thing that comes to mind is that your router thinks you aren't local. Then again, my linksys and I divorced early on in favor of a netfilter firewall.

Try telnetting to the webserver.
Code:
telnet 192.168.1.1 80
If you get connection refused or time out, it is a network problem, or the linksys is ignoring you.
_________________
- Kyle Manna

Please, please SEARCH before posting.

There are three kinds of people in the world: those who can count, and those who can't.
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Mon Jul 01, 2002 4:00 am    Post subject: Reply with quote

All of the OSes I have, are ip address 192.168.1.44, gateway 192.168.1.1
I can ssh to the gentoo, and out of the gentoo, however when i telnet to the router from gentoo, nothing happens,(timeout). Even on a clean build of gentoo, nothing..... I can't believe I am the only one this has happened to. (lynksys befsr11)... Ive built gentoo on two different systems, and no-go either one. (The network works flawlessly otherwise)
I have even had one machine connect to the router dhcp, still nono. Can anyone think of anything in the kernel configuration I could have missed? something... (I won't let this little thing drive me crazy.... iwontletthis little thingdri ve me crazy.) help..
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jul 01, 2002 4:09 am    Post subject: Reply with quote

Just for the record, I'm using the BEFSR41 model. I've also upgraded the firmware recently. Have you looked into that?
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Mon Jul 01, 2002 4:10 am    Post subject: Reply with quote

wait a minute... would enabling snmp in the kernel have anything to do with this? I'll try it out tonight after work...
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 01, 2002 4:14 am    Post subject: Reply with quote

No, it shouldn't. Isn't the administration web-based?
Back to top
View user's profile Send private message
handsomepete
Guru
Guru


Joined: 21 Apr 2002
Posts: 548
Location: Kansas City, MO

PostPosted: Mon Jul 01, 2002 4:23 am    Post subject: Reply with quote

delta407 wrote:
No, it shouldn't. Isn't the administration web-based?


Yep. That's how this madness started (he couldn't access with Konq, Moz, lynx, etc.). I have a BEFSR41 and didn't have any problems (and never have. Next best thing to a dedicated linux firewall/router). AFAIK as long as the network is good, you should be able to access it. Nothing extra is required at all. This is really odd. Might be worth asking the gentoo mailing list and/or e-mailing Linksys support.
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Mon Jul 01, 2002 4:24 am    Post subject: Reply with quote

I am using 1.42.7 firmware... the latest one..
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jul 01, 2002 4:40 am    Post subject: Reply with quote

I think the problem doesn't really exist and you're just yanking our chain.


j/k :D
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 01, 2002 4:42 am    Post subject: Reply with quote

Make sure you're not set to use any HTTP proxies, too...
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Mon Jul 01, 2002 4:58 am    Post subject: Reply with quote

kanuslupus: I know where you are coming from. I have read posts and thought the person was crazy, however i am not pulling your chain...
Can someone give me a url where i would have to log in with a popup window, similar to the way I would log into the router? I just want to test the webbrowser to see if login popups work at all... I acnt test it till I get home.. hopefully 3 hours is enought for someone to come up with something... Ill be back....
Back to top
View user's profile Send private message
abhishek
Retired Dev
Retired Dev


Joined: 28 Jun 2002
Posts: 393
Location: Los Angeles, CA

PostPosted: Mon Jul 01, 2002 5:34 pm    Post subject: Reply with quote

While my dlink sucks, im happy that i can never run into this kind of problem with it.
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jul 01, 2002 5:40 pm    Post subject: Reply with quote

endoalpha wrote:
kanuslupus: I know where you are coming from. I have read posts and thought the person was crazy, however i am not pulling your chain...

I know I was j/k (just kidding).
Quote:
Can someone give me a url where i would have to log in with a popup window, similar to the way I would log into the router? I just want to test the webbrowser to see if login popups work at all... I acnt test it till I get home.. hopefully 3 hours is enought for someone to come up with something... Ill be back....

Good idea, I can't think of any off the top of my head though.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
handsomepete
Guru
Guru


Joined: 21 Apr 2002
Posts: 548
Location: Kansas City, MO

PostPosted: Mon Jul 01, 2002 11:20 pm    Post subject: Reply with quote

ftp://62.242.58.75

Up as of 7:20pm EST

I have no idea what the un/pw is, but you should at least get an auth challenge. I can't think of any http sites off the top of my head...
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Jul 01, 2002 11:30 pm    Post subject: Reply with quote

Just for the record, I tried the ftp site and received a popup window indicating too many users.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
handsomepete
Guru
Guru


Joined: 21 Apr 2002
Posts: 548
Location: Kansas City, MO

PostPosted: Tue Jul 02, 2002 3:58 am    Post subject: Reply with quote

Figures. Here, I know this one will be up forever. You have to click on the members link, but it should do what needs to be done.

http://www.driverguide.com/
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Tue Jul 02, 2002 7:53 am    Post subject: Reply with quote

Well..... I kinda hate to say this.... but the problem magically fixed itself... I moved my router to a shelf I made, and after plugging it back in.. magic happened... I can log in fine... I guess I should have tried the old 'unplug the router and bang it around' routine before... I also, did 'emerge rsync and emerge -u system' while I was at work... this whole thing is going to bother me a while, and I am rather embarrased :oops:
Thanks for all the help tho... I guess I will stick with gentoo a while longer.. I take back everything I said while you weren't listening...
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Tue Jul 02, 2002 4:28 pm    Post subject: Reply with quote

I have had issues with my Linksys pulling an IP from my ISP. My only solution was to reset
it or unplug it. New ISP, and those problems have gone.

Glad you 'resolved' it.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Nitro
Bodhisattva
Bodhisattva


Joined: 08 Apr 2002
Posts: 661
Location: San Francisco

PostPosted: Tue Jul 02, 2002 5:12 pm    Post subject: Reply with quote

endoalpha wrote:
Well..... I kinda hate to say this.... but the problem magically fixed itself... I moved my router to a shelf I made, and after plugging it back in.. magic happened... I can log in fine... I guess I should have tried the old 'unplug the router and bang it around' routine before... I also, did 'emerge rsync and emerge -u system' while I was at work... this whole thing is going to bother me a while, and I am rather embarrased :oops:
Thanks for all the help tho... I guess I will stick with gentoo a while longer.. I take back everything I said while you weren't listening...

Now, replace that linksys with that old pentium 180 laying in the closet. :) Linksys broadband routers are nothing but problems. I used to use one, and have replaced it with my Gentoo server. Klieber and I had issues with his when we built the forum server too. This isn't an isolated case at all.
_________________
- Kyle Manna

Please, please SEARCH before posting.

There are three kinds of people in the world: those who can count, and those who can't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum