[Openswan Users] Hub and Spoke issue

steve srtye at outlook.com
Wed Jul 2 11:39:59 EDT 2014


Nick, awesome.  I am almost there.
I am able to now ping from spoke to spoke.  However, I am trying to ping 
from my client at 192.168.10.0/24 through to Ireland, 192.168.69.0/24 and 
its fails.  Should the 192.168.10.0/24 network be added anywhere else?

Here is my new Hub IPsec.conf
Hub
conn SauPaulo-to-Oregon
        type=tunnel
        authby=secret
        left=%defaultroute
        leftid=54.232.199.31
        leftnexthop=%defaultroute
        leftsubnets=10.0.0.0/16,192.168.69.0/24
        right=54.186.82.78
        rightsubnets=172.31.0.0/16,192.168.10.0/24,192.168.69.0/24
        ike=aes256-sha
        esp=aes256-sha1
        pfs=yes
        auto=start

conn SauPaulo-to-Ireland
        type=tunnel
        authby=secret
        left=%defaultroute
        leftid=54.232.199.31
        leftnexthop=%defaultroute
        leftsubnets=10.0.0.0/16,172.31.0.0/16
        right=54.76.160.103
        rightsubnets=172.31.0.0/16,192.168.10.0/24,192.168.69.0/24
        ike=aes256-sha
        esp=aes256-sha1
        pfs=yes
        auto=start



More information about the Users mailing list