> I have a LAN using IP numbers supplied by Telstra. My Linux server also
has another IP provided >by the PPP connection. I can reach my server from
the internet using the PPP IP but not the LAN >IP. I have registered the
network routing information with bigpond and checked that it is listed
>correctly in my account details. I am using Telstra as my domain's primary
and secondary >nameservers.

I have the same exact setup. Sounds like a routing problem to me. Your
default route should point to the Telstra network. What options are you
using with ppp? I use the following if it's of any help:

/usr/sbin/pppd /dev/ttyS1 115200 debug lock modem crtscts \
defaultroute $LOCAL_IP:$REMOTE_IP \
netmask $NETMASK connect $DIALER_SCRIPT

when I use the "route" command I see a default route to telstra as follows:

default         gw.civ6.Canberr 0.0.0.0         UG    0      0        0 ppp0

HTH

Cheers.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Darrell Burkey @ Home
Canberra, ACT



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to