John wrote:
> Change the IP addresses if you're worried about it. It's basically the
> broadcast and netmask info I'm looking for.
What kind of problem are you having? Can you ping hosts on the ppp
link? How about hosts on the eth0 link? Does this change when the ppp
link is up or down?
Most of the time, but not always, you'll use a 24 bit netmask on your
links (that's 255.255.255.0), but ppp uses a 32 bit netmask
(255.255.255.255). The network number should be calculated for you from
the IP and netmask.
If you can ping those hosts, but can't route (assuming that's your
goal), then try:
echo 1 > /proc/sys/net/ipv4/ip_forward
If that fixes your problem, use linuxconf to enable IP forwarding (or
set
FORWARD_IPV4=yes
in /etc/sysconfig/network)
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.