Results 1 to 10 of 11
Hi,
My computer has a LAN connection and after setting up all parameters - IP, DNS, Gateway, etc.. i'am not able to load Web pages or these pages are loading ...
- 04-03-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 4
Internet connection problems...
Hi,
My computer has a LAN connection and after setting up all parameters - IP, DNS, Gateway, etc.. i'am not able to load Web pages or these pages are loading very slow. I.e Yahoo.com. Others are loading very quick ( google, ethereal.com). I did the same test from Windows XP and Knopix and there are no problems. I'm currently using Mandrake 10.1 . Any suggestion?
The traceroute shows me that the 4-5 hop didn't answer. I noticed some checksum errors in the sniffer. Is this a known issue....
P.S. - I'm using a nonroutable IP address 192.168.7.174 mapped one to one ( using NAT ) to a routable address
Thanks
Bogdan
- 04-03-2005 #2Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
Are you using a local DNS server, it sounds like it might be a problem with that... what's the output of:
Code:route
- 04-03-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 4
The DNS is 192.168.254.168 but I think it just forward the request
Code:root@gogu root]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.7.0 * 255.255.255.0 U 0 0 0 eth0 default 192.168.7.1 0.0.0.0 UG 0 0 0 eth0 [root@gogu root]#
- 04-03-2005 #4Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
first, post your /etc/conf.d/net.eth0 file, and try going between dhcp and static configuration, and make sure that portmap is running, just type 'portmap' without quotes in the terminal.
- 04-03-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 4
There is no file you mentioned, but I supposed this is what you want. I changed the METRIC from 10 to 30, BTW I'm posting this messages from my Linux and I have no traceroute to linuxforums.org
It is so slow.....
[root@gogu root]# more /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.7.174
NETMASK=255.255.255.0
NETWORK=192.168.7.0
BROADCAST=192.168.7.255
ONBOOT=yes
METRIC=30
MII_NOT_SUPPORTED=no
[root@gogu root]#
- 04-03-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 13
I'd be interested in a solution as well, I've been hunting around for a couple of weeks trying to find a fix to the same issue.
I've tried pretty much everything that I've found out on the Web and I'm nearly at wits end.
- 04-04-2005 #7
Have you tried using a DNS that your ISP gave you? or a public DNS server. In my DNS servers, i have my ISP's dns servers, and my connection is working nicely. It could be that your internal DNS server doesn't have that many entries, so if u ask it to translate say www.google.com to an ip it is taking a long time because it then has to figure it out (if it knows how)
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-04-2005 #8Just Joined!
- Join Date
- Mar 2005
- Posts
- 13
I looked into my router's firewall security log and located my ISP's two DNS server addies.
I then used Mandrake control center to manually build a new lan connection under Network and Internet.
I plugged in the two DNS server numbers I found as DNS servers one and two. Is there some way to confirm that Mandrake isn't ignoring the new DNS's?
I seem to be having mixed results, but essentially I established a static IP connection with my router. I'll have to keep plugging away at it.
Thanks.
- 04-04-2005 #9
u built a new lan connection? So u essentially have eth0 and eth1? If u want to use internal DNS to resolv local computer names, just add the local DNS server to a new line on the end of /etc/resolv.conf after the word name server eg;
but change xxx.xxx.xxx.xxx to the local DNS serverCode:nameserver xxx.xxx.xxx.xxx
"I am not an alcoholic, alcoholics go to meetings"
Registered Linux user = #372327
- 04-04-2005 #10Just Joined!
- Join Date
- Apr 2005
- Posts
- 4
I have only eth0 and no internal DNS. The DNS that ISP has gave me does only caching ( i guess ). The small number of entries doesn't explain why form Knopix and XP works fine..
finklewicz - did you try another OS on the same connection?


Reply With Quote
