Github user jayapalu commented on the pull request:

    https://github.com/apache/cloudstack/pull/690#issuecomment-130602329
  
    @remibergsma 
    I thought you are only looking at the rules issue.  You can look at the 
other issues in s2s vpn.
    You might have observed it but making it to your notice  In below rule 
space is needed at  '%s  -m' .  
    -        self.fw.append(["nat", "front", "-A POSTROUTING -t nat -o %s-m 
mark --set-xmark 0x525/0xffffffff -j ACCEPT" % dev])
    +        self.fw.append(["nat", "front", "-A POSTROUTING -t nat -o %s -m 
mark --mark 0x525/0xffffffff -j ACCEPT" % dev])
    I am actually looking at the ipsec with strongswan so I need s2s vpn 
iptables rules to applied for my testing.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to