Click to See Complete Forum and Search --> : So how can I tell if.........


ferg
10-27-2001, 12:53 PM
I have internet connection through my DSL if I cannot ping and eth"n" are all up.

What commands can I run?

Thanks

scanez
10-27-2001, 03:44 PM
Huh, what is your question again? I'm sorry, your post was just a little hard to understand, I thought. Do you mean that the ethX are all up but you can't ping? Did you add your DNS servers to /etc/resolv.conf?

nameserver xxx.xxx.xxx.xxx

Little more info please, thanks
SC

ferg
10-27-2001, 03:51 PM
OK
I am currently running NT4/DSL as my gateway and simply want to unplug it from the TELOCITY DSL modem and plug in the RH7.1 router I am working on.

I did that once but, not having installed the GUI I am trying to see if the linux box is seeing the DSL etc. Thanks.

scanez
10-27-2001, 07:08 PM
Originally posted by ferg:
<STRONG>OK
I am currently running NT4/DSL as my gateway and simply want to unplug it from the TELOCITY DSL modem and plug in the RH7.1 router I am working on.

I did that once but, not having installed the GUI I am trying to see if the linux box is seeing the DSL etc. Thanks.</STRONG>
Run /sbin/ifconfig. It will list all your network devices and their addresses so you can see that way if you are connected to DSL.

Edit: Ah, just read your other post in this forum. Try running which ping or whereis ping, if nothing shows up, then indeed you don't have it installed.

Good luck
SC

SC

[ 27 October 2001: Message edited by: scanez ]

ferg
10-27-2001, 07:54 PM
Thanks.
Now the big question..How do I install ping.

scanez
10-27-2001, 08:09 PM
It should be on your RedHat CD's if you have some. If not, get it from rpmfind.net

SC

The Whizzard
10-27-2001, 08:11 PM
Ping should be in the network tools package.

ferg
10-27-2001, 08:34 PM
Thanks guys/gals for the pointers. Will give them a try.

ferg
10-28-2001, 06:39 PM
OK aside from not finding ping my little problem here continues. I firmly believe that it is not a major thing but I just cannot seem to lick it. Here goes:

I can ping all the windoze computers but not the linux box.
192.168.0.1 Linux box to be gateway/firewall
192.168.0.10 NT4 box current gateway to TELOCITY DSL. 2NICS
192.168.0.15 WIN2K Server NRF file storage and Exchange NRF
192.168.0.130 WIN2K Prof. workstation for the Mrs and kids.

First I am just trying to establish the Linux box on the network then will switch it to being the gateway/firewall. The NIC light is on and on bootup it showed a successful "UP" of both eth0 and eth1.

Where should I start checking? I don't believe it is a hardware problem but is a config script problem....HELLLLLLLLLLLP.

jumpedintothefire
10-28-2001, 06:59 PM
Is the cable ok? swap out and test. You may have a bad port at the hub, try switching the cables around on the hub to a different port. Did you plug the linux box into an uplink port if you have one? Since you have 2 nics are you using the correct at the linux box? try the other nic.

just my 2 cents worth

ferg
10-28-2001, 08:47 PM
Originally posted by jumpedintothefire:
<STRONG>Is the cable ok? swap out and test. You may have a bad port at the hub, try switching the cables around on the hub to a different port. Did you plug the linux box into an uplink port if you have one? Since you have 2 nics are you using the correct at the linux box? try the other nic.

just my 2 cents worth</STRONG>

Wrong assumption on my part. You are correct. Thanks for the objective view. I assumed eth0 and eth1 and absent a procedure to check which is which, I was just out in left field. Your suggestion worked though I thought it not a hardware problem and having checked it over and over. Thanks. Now that I can ping the linux box I will be working on the DSL part. BTW I am pretty sure I AM RUNNING PPOE, Do I need any other software to use my DSL here?

jumpedintothefire
10-28-2001, 11:53 PM
http://www.roaringpenguin.com/pppoe/

Lorithar
10-30-2001, 12:41 AM
You can also use a kernel capable of running PPPOE internally ... I noted the presence of PPPOE after 2.4.1 .. but it also required that pppd be upgraded.

Personally I'm running 2.4.13 kernel and pppd version 2.4.1 and iptables 1.2.4

roaring penguins software is GREAT if you don't wanna build pppoe into your kernel, one point to note is that sympatico (my provider) can no longer force me to roll my ip by up/downing the interface on their end *grin* which they do every 8 hours... unless they leave it down for more than 30 seconds...

ferg
10-30-2001, 09:40 AM
Originally posted by Lorithar:
<STRONG>You can also use a kernel capable of running PPPOE internally ... I noted the presence of PPPOE after 2.4.1 .. but it also required that pppd be upgraded.

Personally I'm running 2.4.13 kernel and pppd version 2.4.1 and iptables 1.2.4

roaring penguins software is GREAT if you don't wanna build pppoe into your kernel, one point to note is that sympatico (my provider) can no longer force me to roll my ip by up/downing the interface on their end *grin* which they do every 8 hours... unless they leave it down for more than 30 seconds...</STRONG>
That's what was going through my head. Is it absolutely necessary to run another piece of software just to have my TELOCITY DSL? Being new to linux (3 weeks) I have this and many other ???? unanswered. So simple ??
Aside from RH7.1, 2 NICS, TELOCITY DSL modem, what else do I need to get and stay connected and share my connection? Thanks