Re: only localhost ping in slink

2001-03-05 Thread MaD dUCK
what does /sbin/route display?

also, i hope you aren't trying to use the 192.168.1.xxx address
directly. i.e. i hope that your DSL router, or your NAT router sits
between your machine and the net.

martin

[greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
PROTECTED]@@@.net
-- 
windoze 98: n. useless extension to a minor patch release for 32-bit
  extensions and a graphical shell for a 16-bit patch to an 8-bit
  operating system originally coded for a 4-bit microprocessor, written
  by a 2-bit company that can't stand for 1 bit of competition.



Re: only localhost ping in slink

2001-03-05 Thread pplaw
On Mon, Mar 05, 2001 at 03:55:58PM -0500, MaD dUCK wrote:
 what does /sbin/route display?

//

cat /sbin/route gives me garbage characters.  (am i using the wrong command?)

//
 
 also, i hope you aren't trying to use the 192.168.1.xxx address
 directly. i.e. i hope that your DSL router, or your NAT router sits
 between your machine and the net.

 
//

...correct.  but this slink box (w/ ip addy 192.168.1.64) can't ping the dsl 
router (192.168.1.250) nor itself (192.168.1.64).  it can only ping 127.0.0.1 
(localhost).

(it's too weird, eh?)


thx.

bentley taylor.

//

 martin
 
 [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
 PROTECTED]@@@.net
 -- 
 windoze 98: n. useless extension to a minor patch release for 32-bit
   extensions and a graphical shell for a 16-bit patch to an 8-bit
   operating system originally coded for a 4-bit microprocessor, written
   by a 2-bit company that can't stand for 1 bit of competition.
 



Re: only localhost ping in slink

2001-03-05 Thread MaD dUCK
also sprach pplaw (on Mon, 05 Mar 2001 02:26:42PM +):
 cat /sbin/route gives me garbage characters.  (am i using the wrong command?)

just run /sbin/route.

actually, run

  /sbin/route -n

martin

ps: garbage characters... the file starts out with ^?ELF which
indicates that it is a binary executable of the ELF format new to
linux since 2.2.x i believe.

martin

[greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
PROTECTED]@@@.net
-- 
xerox does it again and again and again and ...



Re: only localhost ping in slink

2001-03-05 Thread pplaw
On Mon, Mar 05, 2001 at 04:29:35PM -0500, MaD dUCK wrote:
 also sprach pplaw (on Mon, 05 Mar 2001 02:26:42PM +):
  cat /sbin/route gives me garbage characters.  (am i using the wrong 
  command?)
 
 just run /sbin/route.
 
 actually, run
 
   /sbin/route -n
 
 martin
 
 ps: garbage characters... the file starts out with ^?ELF which
 indicates that it is a binary executable of the ELF format new to
 linux since 2.2.x i believe.
 
 martin
 
 [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
 PROTECTED]@@@.net
 -- 
 xerox does it again and again and again and ...

sometimes i can really be dense

thx.

bentley taylor.

att:  sbin_2

/sometimes i can really be dense

//
 
Script started on Mon Mar  5 21:43:52 2001
MAXIMUS:/home/bt# sbin    /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
127.0.0.0   0.0.0.0 255.0.0.0   U 0  01 lo
MAXIMUS:/home/bt# exit
exit

Script done on Mon Mar  5 21:44:07 2001


Re: only localhost ping in slink

2001-03-05 Thread MaD dUCK
also sprach pplaw (on Mon, 05 Mar 2001 02:52:32PM +):
 Destination Gateway Genmask Flags Metric RefUse Iface
 127.0.0.0   0.0.0.0 255.0.0.0   U 0  01 lo

well, you aren't routing anything via eth0. this may be due to a
configuration error, but try the following (as root):

/sbin/route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0
/sbin/route add default gw 192.168.1.250

what now?

martin

[greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
PROTECTED]@@@.net
-- 
the human brain is like an enormous fish --
 it is flat and slimy
 and has gills through which it can see.
   -- monty python



Re: only localhost ping in slink

2001-03-05 Thread Rick Rezinas
/sbin/route is an executable.  run it and it should give a little table
with routes.

rick

On Mon, 05 Mar 2001, pplaw wrote:

 On Mon, Mar 05, 2001 at 03:55:58PM -0500, MaD dUCK wrote:
  what does /sbin/route display?
 
 //
 
 cat /sbin/route gives me garbage characters.  (am i using the wrong command?)
 
 //
  
  also, i hope you aren't trying to use the 192.168.1.xxx address
  directly. i.e. i hope that your DSL router, or your NAT router sits
  between your machine and the net.
 
  
 //
 
 ...correct.  but this slink box (w/ ip addy 192.168.1.64) can't ping the dsl 
 router (192.168.1.250) nor itself (192.168.1.64).  it can only ping 127.0.0.1 
 (localhost).
 
 (it's too weird, eh?)
 
 
 thx.
 
 bentley taylor.
 
 //
 
  martin
  
  [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
  PROTECTED]@@@.net
  -- 
  windoze 98: n. useless extension to a minor patch release for 32-bit
extensions and a graphical shell for a 16-bit patch to an 8-bit
operating system originally coded for a 4-bit microprocessor, written
by a 2-bit company that can't stand for 1 bit of competition.
  
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



Re: only localhost ping in slink

2001-03-05 Thread pplaw
On Mon, Mar 05, 2001 at 04:52:49PM -0500, MaD dUCK wrote:
 also sprach pplaw (on Mon, 05 Mar 2001 02:52:32PM +):
  Destination Gateway Genmask Flags Metric RefUse 
  Iface
  127.0.0.0   0.0.0.0 255.0.0.0   U 0  01 lo
 
 well, you aren't routing anything via eth0. this may be due to a
 configuration error, but try the following (as root):
 
 /sbin/route add -net 192.168.1.0 netmask 255.255.255.0 dev eth0
 /sbin/route add default gw 192.168.1.250
 
 what now?
 
 martin
 
 [greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
 PROTECTED]@@@.net
 -- 
 the human brain is like an enormous fish --
  it is flat and slimy
  and has gills through which it can see.
-- monty python

//

i'm almost there:  ...the new slink box can ping itself (192.168.1.64) as well 
as the other 20 boxes on the lan and the dls router (192.168.1.250).  
(eggsalent!)

now i just need to specify my isp's dns's (207.76.102.251/252).  (i forget 
where that's specified.  locate *dns* gave me cold leads.)  where do i set that?

(martin, thanks for all your great help getting me to this point.)

bentley taylor.

//


 
Script started on Mon Mar  5 22:37:12 2001
MAXIMUS:/home/bt# ping 192.168.1.64
PING 192.168.1.64 (192.168.1.64): 56 data bytes
64 bytes from 192.168.1.64: icmp_seq=0 ttl=64 time=0.3 ms
64 bytes from 192.168.1.64: icmp_seq=1 ttl=64 time=0.1 ms

--- 192.168.1.64 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.2/0.3 ms
MAXIMUS:/home/bt# ping 192.168.1.250
PING 192.168.1.250 (192.168.1.250): 56 data bytes
64 bytes from 192.168.1.250: icmp_seq=0 ttl=255 time=2.3 ms
64 bytes from 192.168.1.250: icmp_seq=1 ttl=255 time=1.3 ms
64 bytes from 192.168.1.250: icmp_seq=2 ttl=255 time=1.3 ms

--- 192.168.1.250 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.3/1.6/2.3 ms
MAXIMUS:/home/bt# exit
exit

Script done on Mon Mar  5 22:37:47 2001
Script started on Mon Mar  5 22:38:13 2001
MAXIMUS:/home/bt# /sbin/route add gw 192.168.1.250
gw: Host name lookup failure
MAXIMUS:/home/bt# ping pcisys.net
ping: unknown host pcisys.net
MAXIMUS:/home/bt# ping 207.76.20  102.251
PING 207.76.102.251 (207.76.102.251): 56 data bytes
ping: sendto: Network is unreachable
ping: wrote 207.76.102.251 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 207.76.102.251 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote 207.76.102.251 64 chars, ret=-1

--- 207.76.102.251 ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
MAXIMUS:/home/bt# exit
exit

Script done on Mon Mar  5 22:39:03 2001


Re: only localhost ping in slink

2001-03-05 Thread MaD dUCK
 now i just need to specify my isp's dns's (207.76.102.251/252).  (i
 forget where that's specified.  locate *dns* gave me cold leads.)
 where do i set that?

/etc/resolv.conf

are you using a laptop or a desktop?

i am assuming the latter, so please do a

man interfaces

to find out how to permanently configure your machine.

martin

[greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
PROTECTED]@@@.net
-- 
may the bluebird of happiness twiddle your bits.



Re: only localhost ping in slink

2001-03-05 Thread pplaw
debs,

please ignor prior messageproblem resolved.  (i
didn't enter martin's suggestion exactly like he
wrote and i got the wrong results.  his info was
right on the money!  thanks!)   

i can ping all key players--myself, the lan, and the
isp(i didn't know pinging could be this
beautiful).

martin, thanks again.

(now i'm off for an upgrade to potato.)

bentley taylor.

//
   


.



Re: only localhost ping in slink

2001-03-05 Thread MaD dUCK
also sprach pplaw (on Mon, 05 Mar 2001 04:09:33PM +):
 i can ping all key players--myself, the lan, and the
 isp(i didn't know pinging could be this
 beautiful).

true. true.

 martin, thanks again.

no prob. someone helped me with that too at one point. since then i
can do routing tables in hebrew, reverse, while on drugs, standing on
my head, and during REM phase of sleep. the beauty of people out there
knowing the stuff. but mostly the beauty of *nix - because i couldn't
have told you jack if you had asked me to help you with a user
friendly, revolutionary, (butt-ugly), graphical interface fill in
the blank. i doubt micros~1 people even know what routing is...

if you do get a chance to play with a windoze machine, look at the
output of route.exe. then laugh with me :)

martin

[greetings from the heart of the sun]# echo [EMAIL PROTECTED]:1:[EMAIL 
PROTECTED]@@@.net
-- 
in any hierarchy, each individual rises
 to his own level of incompetence,
 and then remains there.
 -- murphy