> > On Thu, 22 Jun 2000, divakaran u.m wrote:
> > |i have enabled ipforwarding on the server also.

this involves 2 things you know. First to do echo 1 >
/proc/sys/net/ipv4/ip_forward and also to set an ipchains rule that
forwards. Just set the default policy: ipchains -P forward ACCEPT

The default policy for the forward chain in the linux kernel is ACCEPT, but
you linux distro might just be playing tricks on you.

> > |  1) the ip address of the server NIC ( eth0) ia 10.10.1.1
> > |  2) the ip address assigned to the ppp0 is 10.10.1.2
> > | what should be the routing info on the server to enable me to access 
> > |resources on the lan connected to the server.

There shouldn't have to be any routing on the server if it's just one host
you're trying to get connected to the network. You should have a routing
entry for the LAN on the client machine though. A defaultroute to the
network will do, unless you have more than one interface on the client
(excluding lo in this count).

-- 
------------------
Sarel Botha
[EMAIL PROTECTED]
------------------

99 little bugs in the code, 99 bugs in the code,
          fix one bug, compile it again...
          101 little bugs in the code....


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to