context:
AWS VPN to multiple accounts with saml authentication
these two cases work fine:
CASE aws vpn client on mac:
- it just works
CASE aws vpn client on fedora linux (copr vorona/aws-rpm-packages) && client machine is connected to generic network:
- it just works
this is where the issue is:
CASE aws vpn client on fedora linux (copr vorona/aws-rpm-packages) && client machine is connected to mobile hostspot:
- specifically there are 2 RDS clusters in 2 different aws accounts I am trying to connect to:
- it always connects to one but does not connect to the other one in this case
- about the one failing to connect: the DNS query receives a successful response but it seems that the TCP session fails to initialize and it retry sending SYN packets until it times out
question:
anybody has any idea whay this might happen?
what I would expect to happen:
when on fedora linux I can connect to private resources regardless of which wifi/cabled connection my client machine is connected to
found the solution in the official documentation
I find it weird that the behaviour changes depending on which access point i am connected to, but I won't complain ;). If anybody has an Idea as to why this might happen I am very curious.