LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Please help me with my internet connection (https://www.linuxquestions.org/questions/linux-software-2/please-help-me-with-my-internet-connection-64978/)

panzram 06-11-2003 11:18 AM

Please help me with my internet connection
 
Hello there.

I am a RH 9 user and I have problems configuring the "Ethernet Connection" as described in the RH 9 manual.

After having configured it and pressed "Activate" it seems to have worked out alright since I don't get any error messages. But when I try to access a webpage I get unkown host.

Here is my ISP info:

ip-number: 213.141.83.254
netmask: 255.255.255.224
gateway: 213.141.83.129
dns: dns: 213.141.80.1 and 213.141.78.2

Here is the output of ifconfig:

eth0 Link encap:Ethernet HWaddr 00:05:1C:04:DB:38
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:795 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:91290 (89.1 Kb) TX bytes:1920 (1.8 Kb)
Interrupt:5 Base address:0x8000

eth0:1 Link encap:Ethernet HWaddr 00:05:1C:04:DB:38
inet addr:213.141.83.254 Bcast:213.141.83.255 Mask:255.255.255.224
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:795 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:91290 (89.1 Kb) TX bytes:1920 (1.8 Kb)
Interrupt:5 Base address:0x8000

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:1656 errors:0 dropped:0 overruns:0 frame:0
TX packets:1656 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:86091 (84.0 Kb) TX bytes:86091 (84.0 Kb)

----------------------------------------------------------------------------


Here is the resolv.conf file:

nameserver 213.141.80.1
nameserver 213.141.78.2

-----------------------------------------------------------------------------

Here is the output of me pinging my own ip-number:

PING 213.141.83.254 (213.141.83.254) 56(84) bytes of data.
64 bytes from 213.141.83.253: icmp_seq=1 ttl=64 time=0.040 ms
64 bytes from 213.141.83.253: icmp_seq=2 ttl=64 time=0.038 ms
64 bytes from 213.141.83.253: icmp_seq=3 ttl=64 time=0.034 ms
64 bytes from 213.141.83.253: icmp_seq=4 ttl=64 time=0.037 ms
64 bytes from 213.141.83.253: icmp_seq=5 ttl=64 time=0.036 ms
64 bytes from 213.141.83.253: icmp_seq=6 ttl=64 time=0.037 ms
64 bytes from 213.141.83.253: icmp_seq=7 ttl=64 time=0.037 ms
64 bytes from 213.141.83.253: icmp_seq=8 ttl=64 time=0.037 ms
64 bytes from 213.141.83.253: icmp_seq=9 ttl=64 time=0.035 ms
64 bytes from 213.141.83.253: icmp_seq=10 ttl=64 time=0.039 ms

--- 213.141.83.254 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 8997ms
rtt min/avg/max/mdev = 0.034/0.037/0.040/0.001 ms

Half_Elf 06-11-2003 11:47 AM

what's the output of netstat -rn ?

panzram 06-11-2003 12:25 PM

This is the result of /sbin/route anyway:

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
213.141.83.224 * 255.255.255.224 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo

ugenn 06-11-2003 01:04 PM

hmm...it looks like ur routes aren't setup properly. default
destinations should be routed to the gateway. which might
explain why u can ping urself but not connect to the outside
world.


All times are GMT -5. The time now is 12:21 AM.