Christian Jonak-Möchel

Results 18 comments of Christian Jonak-Möchel

> Maybe a possible way is to allow wireless interfaces as child interfaces, if the data model allows it? That would be great - many vendors model multiple SSIDs one...

I could successfully set this up with one dynamic IP and one static at least. (Leaving both addresses empty).

@AdSchellevis: I am not sure what exactly changed, but for me it is now not working anymore. Not sure if it was a coincidence it worked back then or something...

Are they really set up similar? I do not know where the generated files are coming from but looking at ```/usr/local/etc/swanctl/swanctl.conf```, the old method generates ```local_addrs``` and ```remote_addrs``` configuration for...

Changing the updown event script as follows: ``` diff --git a/src/opnsense/scripts/ipsec/updown_event.py b/src/opnsense/scripts/ipsec/updown_event.py index dd3030460..6facc4b13 100755 --- a/src/opnsense/scripts/ipsec/updown_event.py +++ b/src/opnsense/scripts/ipsec/updown_event.py @@ -59,9 +59,8 @@ if __name__ == '__main__': spds = []...

I am not using static addresses - thats the whole point of this issue right? ;) "Phase 1" (Connections): Local: Remote: "Local Authentication" (Connections): Round: 0 Authentication: PSK id: [A...

It worked when i was on 21.1.1 + manually applying the patch. But i suspect it maybe worked because back then i did just disable the old config and enabled...

Yes it does include the line - but the script probably fails as written in my above comment - because the tunnel property is never applied. > ``` > Traceback...

Yes - this works and brings up the tunnel. Interestingly after disconnecting the tunnel and connecting again after tearing down and bringing up the VTI, the static routes for the...

I agree. Somehow the Gateway Interface magically changed to some arbitrary interface... Anyway I'd call this case closed :)