Guys
I'm in a world of hurt over this. I have read a lot of stuff on this and am
not getting anywhere.
I can't ping the outside world from my client(local network) machine. I can
ping the router on both 192.168.1.4(I know it should really be 192.168.1.1
by convention)and the ppp0 dynamically assigned IP.

any ideas



************router (zardoz) connected to ozemail via ppp0


../rc.local
.
.
.
echo 1 > /proc/sys/net/ipv4/ip_forward
#ipchains -P forward DENY
#ipchains -A forward -p tcp -s 192.168.1.0/24 -j MASQ
#ipchains -A forward -p udp -s 192.168.1.0/24 -j MASQ    


etc/hosts


127.0.0.1       localhost       localhost.localdomain
192.168.1.4     zardoz.home     zardoz
192.168.1.1     zed1.home       zed1
192.168.1.2     zed2.home       zed2
203.108.193.15  ozemail.com.au  ozemail



resolv.conf

search home ozemail.com.au
nameserver 192.168.1.1
nameserver 203.2.193.124
nameserver 203.2.192.124

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.4     *               255.255.255.255 UH    0      0        0 eth0
203.108.193.15  *               255.255.255.255 UH    0      0        0 ppp0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         203.108.193.15  0.0.0.0         UG    0      0        0 ppp0
default         192.168.1.254   0.0.0.0         UG    0      0        0 eth0

******************Client (zed2)

/etc/hosts
192.168.1.4     zardoz  zardoz.home
127.0.0.1       localhost       localhost.localdomain
192.168.1.2     zed2    zed2.home
192.168.1.1     zed1    zed1.home


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.2     *               255.255.255.255 UH    0      0        0 eth0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         zardoz          0.0.0.0         UG    1      0        0 eth0

../ifcfg-eth0

DEVICE="eth0"
IPADDR="192.168.1.2"
GATEWAY="192.168.1.4"
BROADCAST="192.168.1.255"
NETMASK="255.255.255.0"
ONBOOT="yes"
BOOTPROTO="none"
IPXNETNUM_802_2=""
IPXPRIMARY_802_2="no"
IPXACTIVE_802_2="no"
IPXNETNUM_802_3=""
IPXPRIMARY_802_3="no"
IPXACTIVE_802_3="no"
IPXNETNUM_ETHERII=""
IPXPRIMARY_ETHERII="no"
IPXACTIVE_ETHERII="no"
IPXNETNUM_SNAP=""
IPXPRIMARY_SNAP="no"
IPXACTIVE_SNAP="no"





Rob Shugg
Kinetic Performance Technology
http://kinetitech.com.au
[EMAIL PROTECTED]

23 Banner Street
O'Connor
ACT 2602
Ph 61 408 900 885
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to