added rules to fastlight and updated README to include IP addresses

This commit is contained in:
Oracle Public Cloud User 2024-08-05 19:37:16 +00:00
parent ea94c58486
commit 719142e808
2 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,9 @@ ORIGINAL_DESTINATION_IP="10.0.0.104"
FORWARD_TO_IP="10.0.100.10" FORWARD_TO_IP="10.0.100.10"
RULES=( RULES=(
"25:25" "25:25"
"80:80"
"443:443"
"22:2222"
) )
# Runs the actual script # Runs the actual script

View file

@ -1,3 +1,10 @@
# NAT Rules for the Fixed IPv4 Provider # 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. 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) |