LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   teach me how to get online (https://www.linuxquestions.org/questions/linux-networking-3/teach-me-how-to-get-online-257636/)

demmylls 11-21-2004 01:37 PM

teach me how to get online
 
i've just installed fedora core 3 and trying to get online through D-Link DSL-500G combo (modem and router) and Netgear FS605 v2 switch connected to ADSL.(everything works fine in windows xp)

i have two PC here which connected using both the device mentioned above. both of us got the internet connections and can browse the net in windows xp.

after installing FC3 i go to Network section of the Linux to set my eth0 and the NIC detected correctly.

i configure it as follows
IP Address: 10.1.1.4
Subnet mask : 255.0.0.0
Default Gateway : 10.1.1.1

all the informations are the same in windows xp

then i active the eth0 but when i opens my browser (firefox and konqueror) it cant go into any site at all.

i tried ping 10.1.1.1 and 10.1.1.8(which is another computer in the network) i got respond.

how do i get online, did i configure the things wrongly?

Guide me Thank You!

The_JinJ 11-21-2004 01:49 PM

Try....

# route add default gw 10.1.1.1

Set your DNS to 10.1.1.1 as well

david_ross 11-21-2004 01:50 PM

Can you get anything by IP address?
http://64.179.4.149

If so then you just need to add your ISPs dns servers to /etc/resolv.conf - ie:
nameserver ip.of.primary.dns
nameserver ip.of.second.dns

wensveen 11-21-2004 04:28 PM

You might need to install and configure pppoe. The company I work for has ADSL and needed to do this, I think...

demmylls 11-22-2004 04:31 AM

Thank you guys

i can now get online.

in the network setting i only need to set DNS to 10.1.1.1 and reactivate it and i can online now...


All times are GMT -5. The time now is 07:29 PM.