Hi,
I'm trying to build a vpn tunnel ASTARO to CISCO. I did the following:
ASTARO side:
iptunnel add tun0 mode gre remote xx.xx.xx.xx local yy.yy.yy.yy ttl 255
ifconfig tun0 inet 172.16.8.2 netmask 255.255.255.0
ifconfig tun0 up
CISCO side:
interface Tunnel0
ip address 172.16.8.1 255.255.255.0
tunnel source xx.xx.xx.xx
tunnel destination yy.yy.yy.yy
It should be as simple as this, but it doesn't work.
Has anyone done this?
Thanks
This thread was automatically locked due to age.