VPN on Linux (急)在kernel 2.6.5 上安装了Cisco vpn 4.0.4a
initialization 没问题,运行 ./vpnclient connect inside-nus
输入user和密码,通过。到最后的时候,它显示 Local Lan Access Disabled
不能上网。
我已经吧firewall关了,eth0 也是active的。
哪位高手给点指示??谢谢了
I don't think the word "Lan Access Disabled" matters.. try this..
leave the vpn window open, and see whether you can browse other website.
Regarding iptable, there are a lot of tutorials or documents online. Or you can just man "iptables".
If you just want to disable it, use the command in /etc/init.d, should be something like "/etc/init.d/iptables stop" . Do not just flush the chain because you will have a number of chains to flush.
To verify the firewall rules, "iptables -L" . If the output shows the policy is ACCEPT and there is no rules, that means the firewall is not blocking anything.
Regarding iptable, there are a lot of tutorials or documents online. Or you can just man "iptables".
If you just want to disable it, use the command in /etc/init.d, should be something like "/etc/init.d/iptables stop" . Do not just flush the chain because you will have a number of chains to flush.
To verify the firewall rules, "iptables -L" . If the output shows the policy is ACCEPT and there is no rules, that means the firewall is not blocking anything.