From 719142e80823af1ad08be576e774dd54ea8d733d Mon Sep 17 00:00:00 2001 From: Oracle Public Cloud User Date: Mon, 5 Aug 2024 19:37:16 +0000 Subject: [PATCH] added rules to fastlight and updated README to include IP addresses --- NAT_2_fastlight | 3 +++ README.md | 7 +++++++ 2 files changed, 10 insertions(+) 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) |