diff --git a/NAT_2_fastlight b/NAT_2_fastlight index 15cfb1c..48dbaae 100755 --- a/NAT_2_fastlight +++ b/NAT_2_fastlight @@ -8,6 +8,9 @@ ORIGINAL_DESTINATION_IP="10.0.0.104" FORWARD_TO_IP="10.0.100.10" RULES=( "25:25" + "80:80" + "443:443" + "22:2222" ) # Runs the actual script diff --git a/README.md b/README.md index 031f819..e0d390b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # NAT Rules for the Fixed IPv4 Provider In case I don't have a fixed IPv4 address, I use these rules to route the services through a fixed IPv4 provider like Oracle Cloud. + +## IP Addresses in Use + +| External IP | Internal IP | Description | +| --- | --- | --- | +| 129.151.211.229 | 10.0.0.104 | fastlight (Hostux FR) | +| 129.151.214.116 | 10.0.0.143 | norrsken (Hostux SE) |