GET INST BY VIRT: [failed]One of the reasons is that your config for CCD doesn't include a route for a subnet sitting behind your client link 1
Also you will have to check that ip_forwarding is turned on in your sysctl
sysctl -pand make sure that masquerading is enabled via iptables
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADEThese should sort out your problems
No comments:
Post a Comment