Re: [Nolug] Help please

From: pltaylor <pltaylor_at_sstar.com>
Date: Thu, 01 Apr 2004 16:33:32 -0600
Message-ID: <406C98BC.50504@sstar.com>

>
>>From the 3GHz box, can you ping the firewall?
>
> If so, I'd want to see /etc/network/interfaces (strip out blank
> lines and comments first), and the output of "/sbin/route -n".
>

plt@chon:~$ ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1): 56 data bytes
64 bytes from 192.168.0.1: icmp_seq=0 ttl=64 time=0.4 ms
64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=5 ttl=64 time=0.3 ms
64 bytes from 192.168.0.1: icmp_seq=6 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=7 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=8 ttl=64 time=0.2 ms
64 bytes from 192.168.0.1: icmp_seq=9 ttl=64 time=0.2 ms

--- 192.168.0.1 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 0.2/0.2/0.4 ms

lt@chon:~$ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

  Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
         address 192.168.0.2
         netmask 255.255.255.0
         gateway 192.168.0.1

Here it is, I hope you can help,

PAUL

___________________
Nolug mailing list
nolug@nolug.org
Received on 04/01/04

This archive was generated by hypermail 2.2.0 : 12/19/08 EST