LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can't get online... (https://www.linuxquestions.org/questions/linux-software-2/cant-get-online-296348/)

nenyo 03-01-2005 01:07 PM

Can't get online...
 
i cant get online with my linux machine !!!

ok...
when i boot up and go into verbose mode i get this


Code:

Bringing up interface eth0:
Determining IP Information for eth0... failed

when it says "Bringing up interface eth0:" it just sits there for about 3 minuts.

it then moves on to say the other thing, does some other stuff and boots like normal.

i use a linksys wireless card named eth1. it works through linuxant driverloader. when i start the prog it connects to the network (supposedly) and looks to be acting normaly. when i open a browser i cant get to any sites, i can't download anything, and can't even get updates and stuff though urpmi.

i can, however, connect to the network and get to the router settings. when i checked it everything was fine. ive tried to get on my syster's comp (with windoze) and it worked just perfectly.

:cry:

what do i do...? It used to work just fine...

I'm running mandrake 10.1 on an averatec 3150 laptop. I know very little in the way of linux so please speak in terms that a newb would understand.

fluxrad 03-01-2005 01:23 PM

Re: Can't get online...
 
Quote:

Originally posted by nenyo
i use a linksys wireless card named eth1. it works through linuxant driverloader. when i start the prog it connects to the network (supposedly) and looks to be acting normaly. when i open a browser i cant get to any sites, i can't download anything, and can't even get updates and stuff though urpmi.

That sounds like a DNS problem. Provided you can ping stuff (ip addresses, not names) then check /etc/resolv.conf and make sure you have a nameserver setup.

harken 03-01-2005 01:49 PM

Why is your card named eth1 instead of eth0? Do you have a second one?

NoStop 03-01-2005 03:20 PM

Obviously. He's already said that. He has eth0 and eth1. The first would be his regular wired NIC and the latter his wireless card.

Cheers

FredL2 03-01-2005 04:06 PM

That sounds like a DHCP problem too.. how does your network setup look like?

nenyo 03-02-2005 12:57 PM

fluxrad:
i do have a nameserver set up. resolve.conf looks like this

<------------------------------------------>
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.3.65
<------------------------------------------>

ive never seen the second one but the first is the router ip.



FredL2:
what do you mean by "what does my network setup look like"?

fluxrad 03-02-2005 02:20 PM

can you ping your nameservers? do nslookups?

gillmanmac 03-02-2005 11:08 PM

Look in /etc/network/interfaces and check you settings from there
If you wind up changing anything do a
#ifdown eth0
#ifup eth0

Gillman

nenyo 03-03-2005 10:40 PM

the file
/etc/network/interfaces
doesn't exist... is this bad, or just because of my distro?
(lots of files described on this site dont exist on my computer)

gillmanmac 03-03-2005 10:44 PM

I am not quite sure I was gonna install mandrake on a new computer I got tomorrow so I'll let you know then. My guesses are its not in your distro. I'll figure out more tomorrow once I am behind mandrake

Gillman

nenyo 03-03-2005 10:50 PM

ok... but as i said before it used to work so you'll probably have no problems at all.
if you can figure it out it would be much apreciated.

gillmanmac 03-04-2005 09:53 AM

I just noticied you never answered if you could ping the outside world.

Try ping 64.233.161.104
Thats google

Gillman

nenyo 03-04-2005 05:37 PM

how do i ping??? (i know its a stupid Q...)

gillmanmac 03-05-2005 10:41 AM

at the terminal type:

ping 64.233.161.104

and then post the output

Gillman

nenyo 03-05-2005 12:59 PM

Code:

[nenyo@localhost nenyo]$ ping 64.233.161.104
PING 64.233.161.104 (64.233.161.104) 56(84) bytes of data.
64 bytes from 64.233.161.104: icmp_seq=1 ttl=243 time=152 ms
64 bytes from 64.233.161.104: icmp_seq=2 ttl=243 time=116 ms
64 bytes from 64.233.161.104: icmp_seq=3 ttl=243 time=164 ms
64 bytes from 64.233.161.104: icmp_seq=4 ttl=243 time=118 ms
64 bytes from 64.233.161.104: icmp_seq=5 ttl=243 time=113 ms
64 bytes from 64.233.161.104: icmp_seq=6 ttl=243 time=118 ms
64 bytes from 64.233.161.104: icmp_seq=7 ttl=243 time=107 ms
64 bytes from 64.233.161.104: icmp_seq=8 ttl=243 time=108 ms
64 bytes from 64.233.161.104: icmp_seq=9 ttl=243 time=121 ms
64 bytes from 64.233.161.104: icmp_seq=10 ttl=243 time=120 ms

it just goes on forever about the same each time... i asume that this means "yes i can ping"


All times are GMT -5. The time now is 07:00 AM.