Howdy folks. I was hoping for some help with a problem. This is a really strange one that's been bugging me and the poor tech support guys at my ISP for about a week now. I'm running fc4 on a pentium 4 box. Everything was going great until I tried to set up internet through Qwest. It works, but when I type a URL into my browser (I've tried firefox, mozilla, lynx, and elinks), it only works about half the time. The other half it says it's connecting for five minutes or so then times out. I can ping any website and type that IP address into my browser to go there, but that's a real pain in the arse. I originally thought this problem must be with DNS, so I called up Qwest and asked for their DNS IPs so I could type them in manually. My /etc/resolv.conf looked like this after the router's automatic configuration:
; generated by /sbin/dhclient-script
search domain.actdsltmp
nameserver 192.168.0.1 (the router)
nameserver 205.171.3.65 (Qwest's primary DNS server)
After getting the DNS info from Qwest, I changed it to look like this:
search domain.actdsltmp
nameserver 205.171.3.65 (Qwest's primary)
nameserver 205.171.2.65 (Qwest's secondary)
Restarted the network and computer after this change. Still no luck. If anyone has any suggestions, I'd love to hear them. Here's a buttload more information:
My network card is a Realtek RTL-8139 plugged via RJ45 into a Actiontec GT701-WG DSL modem plugged via RJ16 into my wall phone jack.
An 'ifconfig' returns the following:
eth0 Link encap:Ethernet HWaddr 00:10

C:A2:86:03
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::210:dcff:fea2:8603/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2642 errors:0 dropped:0 overruns:0 frame:0
TX packets:2983 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1167939 (1.1 MiB) TX bytes:368694 (360.0 KiB)
Interrupt:3 Base address:0xc000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1254 errors:0 dropped:0 overruns:0 frame:0
TX packets:1254 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1368534 (1.3 MiB) TX bytes:1368534 (1.3 MiB)
and a 'route' returns this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default dslmodem.domain 0.0.0.0 UG 0 0 0 eth0
I don't know if this helps or not, but I wanted to tell you all as much as I could. If there's any other information I can give you (mother's maiden name, etc. JK!) let me know. Thanks in advance.