Newbie Internet Question

This is a discussion on Newbie Internet Question within the Linux Networking forums, part of the Linux Forums category; Hey guys, I'm really new to linux, and just installed Mandrake 10. I can't seem to get the ...


Go Back   Usenet Forums > Linux Forums > Linux Networking

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-09-2004
Kevin Mann
 
Posts: n/a
Default Newbie Internet Question

Hey guys,
I'm really new to linux, and just installed Mandrake 10. I can't
seem to get the internet to work, though. I'm on the georgia tech
campus network, and have tried manually typing in my ip address and also
getting it using dhcp, with no success with either. I also have tried
Mandrake Move and Overclockix(a version of knoppix) and couldn't get the
internet to work on either of those. I am using an integrated NIC card
on an nforce2 motherboard, but I don't think there is a driver problem
because it worked fine at home without me having to change any settings
in overclockix.

Can anyone offer any advice?

Thanks,
Kevin
Reply With Quote
  #2 (permalink)  
Old 04-09-2004
ynotssor
 
Posts: n/a
Default Re: Newbie Internet Question

In article <c56feg$h5k$1@news-int.gatech.edu> Kevin Mann <kevin765485@yahoo.com> wrote:

> Can anyone offer any advice?


They probably could if you would provide some fundamental information,
such as the output of "ifconfig -a" and "route -n".


tony

--
use hotmail com for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
  #3 (permalink)  
Old 04-09-2004
Kevin Mann
 
Posts: n/a
Default Re: Newbie Internet Question

ynotssor wrote:
> In article <c56feg$h5k$1@news-int.gatech.edu> Kevin Mann <kevin765485@yahoo.com> wrote:
>
>
>>Can anyone offer any advice?

>
>
> They probably could if you would provide some fundamental information,
> such as the output of "ifconfig -a" and "route -n".
>
>
> tony
>


I must be doing something wrong, because when I typed in both of those
commands in the terminal it says they are not recongized. I apologize
for my ignorance.
Reply With Quote
  #4 (permalink)  
Old 04-09-2004
ynotssor
 
Posts: n/a
Default Re: Newbie Internet Question

In article <c56h66$i0f$1@news-int.gatech.edu> Kevin Mann <kevin765485@yahoo.com> wrote:

>>>Can anyone offer any advice?

>>
>>
>> They probably could if you would provide some fundamental information,
>> such as the output of "ifconfig -a" and "route -n".


> I must be doing something wrong, because when I typed in both of those
> commands in the terminal it says they are not recongized. I apologize
> for my ignorance.


Since you're executing the commands as a normal user, they are not
in your default $PATH, so you need to use an absolute pathname:

/sbin/route -n
/sbin/ifconfig -a

--
use hotmail com for any email replies


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Reply With Quote
  #5 (permalink)  
Old 04-09-2004
x86processor
 
Posts: n/a
Default Re: Newbie Internet Question

You can also do "ifconfig" as root user. The output of
/etc/resolv.conf and the contents of
/etc/sysconfig/network-scripts/ifcfg-eth0 file will also be useful,

x86

SuSE Linux 9.0-Intel Pentium M 1.40GHz-512 MB-40
GB-14"-1024x768-4.5-4.9 lbs-CD-RW/DVD-ROM-Intel PRO/1000 Gigabit
Ethernet-Intel PRO/Wireless Network Connection 802.11b

----------------------------------------
The post originated from Linux Forum:
----------------------------------------
http://www.linuxforum.com
http://www.linuxforum.com/forums


Reply With Quote
  #6 (permalink)  
Old 04-09-2004
Kevin Mann
 
Posts: n/a
Default Re: Newbie Internet Question


> Since you're executing the commands as a normal user, they are not
> in your default $PATH, so you need to use an absolute pathname:
>
> /sbin/route -n
> /sbin/ifconfig -a
>



Here's the output:
[kevin@128 kevin]$ /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:04:61:46:7A:7D
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:292 errors:0 dropped:0 overruns:0 frame:0
TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:35091 (34.2 Kb) TX bytes:4446 (4.3 Kb)
Interrupt:11 Base address:0xf000

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

[kevin@128 kevin]$ /sbin route -n
bash: /sbin: is a directory
[kevin@128 kevin]$ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface



Btw, it also says failed to load eth0 interface during the bootup process

Thanks again,
Kevin
Reply With Quote
  #7 (permalink)  
Old 04-09-2004
Joachim Mæland
 
Posts: n/a
Default Re: Newbie Internet Question

On Fri, 09 Apr 2004 13:57:05 -0400, Kevin Mann wrote:

> Here's the output:
> [kevin@128 kevin]$ /sbin/ifconfig -a
> eth0 Link encap:Ethernet HWaddr 00:04:61:46:7A:7D
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:292 errors:0 dropped:0 overruns:0 frame:0
> TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:35091 (34.2 Kb) TX bytes:4446 (4.3 Kb)
> Interrupt:11 Base address:0xf000


Obviously your card is recognized... There are driver issues, but for
now...:

su - Become root

/etc/init.d/network restart

What's the output?

cat /etc/sysconfig/network-scripts/ifcfg-eth0

What's the output?

--
mvh/regards
Joachim Mæland

If everything seems under control, you're just not going fast enough.
-Mario Andretti

Reply With Quote
  #8 (permalink)  
Old 04-09-2004
Kevin Mann
 
Posts: n/a
Default Re: Newbie Internet Question

Joachim Mæland wrote:
> On Fri, 09 Apr 2004 13:57:05 -0400, Kevin Mann wrote:
>
>
>>Here's the output:
>>[kevin@128 kevin]$ /sbin/ifconfig -a
>>eth0 Link encap:Ethernet HWaddr 00:04:61:46:7A:7D
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:292 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:1000
>> RX bytes:35091 (34.2 Kb) TX bytes:4446 (4.3 Kb)
>> Interrupt:11 Base address:0xf000

>
>
> Obviously your card is recognized... There are driver issues, but for
> now...:
>
> su - Become root
>
> /etc/init.d/network restart
>
> What's the output?
>
> cat /etc/sysconfig/network-scripts/ifcfg-eth0
>
> What's the output?
>



Hey, thanks for the help. I had a friend who's a linux whiz come and
look at it, and he figured out the problem. In his words:

"The forcedeth driver just didn't recognize his hw address correctly for
?some? reason, so I did a quick MAC addr change and it worked like a
charm with dhcp."


-Kevin
Reply With Quote
  #9 (permalink)  
Old 04-10-2004
Jeff Breitner
 
Posts: n/a
Default Re: Newbie Internet Question

Kevin Mann wrote:
> ynotssor wrote:
>
>> In article <c56feg$h5k$1@news-int.gatech.edu> Kevin Mann
>> <kevin765485@yahoo.com> wrote:
>>
>>
>>> Can anyone offer any advice?

>>
>>
>>
>> They probably could if you would provide some fundamental information,
>> such as the output of "ifconfig -a" and "route -n".
>>
>>
>> tony
>>

>
> I must be doing something wrong, because when I typed in both of those
> commands in the terminal it says they are not recongized. I apologize
> for my ignorance.



Try "/sbin/ifconfig".

If this worked at home and you had network connectivity, then something
is different with respect to your home network and your campus network.
Focus on identifying that difference and I'm sure you'll find the problem.

Are you certain your campus network actually works?


--

WWJD? JWRTFM
Rot13 for email address: yvfgf @ ehqa.pbz
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:56 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0