John Dick wrote:
> The install of the Server and Gateway - Dialup went great. I
> can ping the e-smith box, I get DHCP addresses from it, it
> dials my ISP and get a successful connection. the route table
> looks like this when done:
...
> I cannot ping public IP addresses from the e-smith box. Why
> not ??
When you have a connection, log in as root and run this command:
/sbin/ifconfig ppp0
You should see something like:
ppp0 Link encap:Point-to-Point Protocol
inet addr:a.b.c.d P-t-P:a.b.c.z Mask:255.255.255.255
...
The first address a.b.c.d should be your publicly known address.
And you should be able to ping a.b.c.z from your server. If you can't, then no other outside access has a chance of working.
Let me know how you get on.
Regards
Charlie