added rules to fastlight and updated README to include IP addresses
This commit is contained in:
parent
ea94c58486
commit
719142e808
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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) |
|
||||
|
|
Loading…
Reference in a new issue