charleswong
Group: Members
Posts: 26
Joined: May 2004 |
|
Posted: May 20 2004,02:53 |
|
After I've reviewed the steps again, I know what was missing. Since I'm trying to connect networks under VPNs, IP forwarding must be enable. The tutuial wrote this:
echo 1 > /proc/sys/net/ipv4/ip_forward. But the file ip_foword had not been updated after I issued this command. I think this is because file systems are read only.
But how can I enable IP forwarding in DSL without re-compiling kernel (what a difficult task)?
|