You are not logged in.

#1 2008-11-12 21:18:24

Maciej
Member
Registered: 2008-10-30
Posts: 6

Can't access 192.168.2.1 + really slow browsing.

Hello, I have 2 problems.
Firstly, I cannot connect to 192.168.2.1 to change the router's settings, tried in both, firefox and konqueror.
Secondly, browsing websites is really annoying, the website's take 10 seconds to load but once connected to the website it runs fast.
e.g. I go to Archlinux.org and it loads 10-20s, but when I click lnk forums, it loads instantly.
No problems with browsing websites on windoze.

Any idea what's up?

Offline

#2 2008-11-12 21:58:31

syntaxerrormmm
Member
From: Italy
Registered: 2008-10-22
Posts: 80
Website

Re: Can't access 192.168.2.1 + really slow browsing.

Please post ifconfig -a output for your NIC plus route and /etc/resolv.conf.


syntaxerrormmm - Homepage

Offline

#3 2008-11-12 22:17:54

Maciej
Member
Registered: 2008-10-30
Posts: 6

Re: Can't access 192.168.2.1 + really slow browsing.

Looks like I fixed it

# Generated by dhcpcd from eth0
# /etc/resolv.conf.head can replace this line
search Belkin
nameserver 192.168.2.1
nameserver 208.67.222.222
nameserver 208.67.220.220
#nameserver 62.31.144.39
# /etc/resolv.conf.tail can replace this line
bash-3.2# cat /etc/rc.local
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#

echo "208.67.220.220" > /etc/resolv.conf
echo "208.67.220.222" >> /etc/resolv.conf

And the 192.168.2.1 started to magically work. Weird..

Offline

#4 2008-11-12 22:27:24

syntaxerrormmm
Member
From: Italy
Registered: 2008-10-22
Posts: 80
Website

Re: Can't access 192.168.2.1 + really slow browsing.

Mmh, I don't like your solution.

Mainly, if you get the address from a DHCP server, try to fix that. I bet something is not correctly configured router-side. Second, there's plenty of documentation on how to use /etc/rc.conf or netcfg + netprofiles on how to override DNS settings.


syntaxerrormmm - Homepage

Offline

#5 2008-11-12 23:29:29

Rydgel
Member
From: France
Registered: 2008-09-04
Posts: 166
Website

Re: Can't access 192.168.2.1 + really slow browsing.

Try to disable ipv6.

Offline

Board footer

Powered by FluxBB