whilenull / 7777-support

Documentation and support for 7777.
https://port7777.com
54 stars 3 forks source link

Internet routing using Transit gateway centralized egress #61

Open raouf-xh opened 2 months ago

raouf-xh commented 2 months ago

Hi, We have a centralized egress to the internet in a multi-account environment. The database is in a private subnet, with route to the Transit gateway attached to the VPC. The Transit gateway routes the traffic to a central egress VPC with NAT gateways. The connection from the Database subnet to the internet works fine (tested using Reachability Analyzer and a test EC2 instance) , but when trying to use 7777 it shows the error

Error: There is no subnet routing to the internet on VPC 
    vpc-xxxxxxxxx. See 
    https://github.com/whilenull/7777-support#troubleshooting for more 
    information.

Database subnet route image

iankyslytsya commented 1 month ago

Hi @deleugpn and @mnapoli, is there any progress on this issue? We really want to use your solution, however, we are stuck by this blocker.

raouf-xh commented 1 month ago

Hi @deleugpn and @mnapoli, Is there any update on this issue?
It's currently a blocker for us, as we're unable to use your solution. Thanks!

mnapoli commented 1 month ago

Unfortunately I have no news here, @raouf-xh can you reach out to support at port7777.com? If you can't use the product that's very unfortunate, I can refund your license until we have better news for you.

mnapoli commented 1 month ago

Hi all, we've published a new version that should help force 7777 to run on a subnet it cannot identify as connected to the internet.

You can use the --subnet= option to force the subnet, 7777 will now use it even if it cannot detect that it's connected to the internet.

Please let me know if that works!