Hello Born,
Thanks for the reply.
Just to make sure that we're on the same page of music, I've already ran the ICS
GUI wizard on the linux pc that will be acting as the internet gateway for the
other machine.
Itlooks as though this installed Bind,Shorewall firewall, and DHCP.
I've decided to use another Linux box acting as the DHCP client. It is in fact
getting an address of 192.168.1.252/24 with a default route that points to
192.168.1.1, (where is the mysterious 192.168.1.1 coming from?
As a newbian this seems strange because the network that my ethernet adapter
is assisgned 192.168.111.2/24 on the linux pc acting as the internet
gateway.Going to put this on the 192.168.1.0/24 network now, as was mentioned
earlier so that both nic cards are on the same network.
Assigning new address of 192.168.1.50/24 with a DG of 192.168.1.1 and see if I
can at a minimum get ping connectivity.
......
Ok I can ping by ip between both machines now via the private ip addressing. I
can even
ping all the way to my PPP0 adapters host address but not beyond.
Here's the current setup.
(Linux internet gateway PC with ICS enabled and running.)
eth0 Link encap:Ethernet HWaddr 00:A0:CC
3
E:3A
inet addr:192.168.1.50 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1169 errors:5 dropped:0 overruns:0 frame:0
TX packets:125 errors:736 dropped:0 overruns:0 carrier:1462
collisions:0 txqueuelen:100
RX bytes:86634 (84.6 Kb) TX bytes:12722 (12.4 Kb)
Interrupt:5 Base address:0xa400
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:1780 errors:0 dropped:0 overruns:0 frame:0
TX packets:1780 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:179016 (174.8 Kb) TX bytes:179016 (174.8 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:63.187.233.179 P-t-P:63.187.254.9 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1524 Metric:1
RX packets:69 errors:0 dropped:0 overruns:0 frame:0
TX packets:84 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:36017 (35.1 Kb) TX bytes:7011 (6.8 Kb)
[root@localhost etc]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
sdn-ap-005watac * 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 sdn-ap-005watac 0.0.0.0 UG 0 0 0 ppp0
[root@localhost etc]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
63.187.254.9 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 63.187.254.9 0.0.0.0 UG 0 0 0 ppp0
[root@localhost etc]# cat resolv.conf
domain localdomain #kppp temp entry
# # search localdomain #entry disabled by kppp
# search localdomain #entry disabled by kppp
# nameserver 192.168.253.2
nameserver 207.217.120.83
nameserver 207.217.77.82
nameserver 127.0.0.1
# ppp temp entry
nameserver 207.217.120.83 #kppp temp entry
nameserver 207.217.77.82 #kppp temp entry
nameserver 206.134.133.10 # ppp temp entry
nameserver 206.134.224.5 # ppp temp entry
When I do the same on the linux pc acting as the dhcp client
I'm using dhcp and pointing to 192.168.1.1 for my default gateway and all is
well until i try and route past my
eth0 interface address out to the internet. As well the resolv.conf file dosn't
have my isp's dns server ip's listed either. When I manually add them it doesn't
help either..
This machine has a default gateway that is pointing to 192.168.1.1. I get good
ping
replies by ip all the way up to the ISP assigned ip and then it doesn't route
past that by ip or by name.
One thing that also gets me is that it seems like everytime I have Eth0 up and
then attemtp to dialup it makes to connection to the ISP but doesn't route any
dns. I have to manually shut down if-eth0 and then restart the PPP connection
again. Thanks for all of the help. I will look over the link that you sent
furhter. Thanks you. Seems to be still a routing issue at this point.
Thanks again your help.