Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:basic:multiisp [2025/02/06 09:27] – created - external edit 127.0.0.1 | networking:basic:multiisp [2025/03/13 14:43] (current) – [All done?] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Multiple ISPs ====== | + | ====== |
Linux has very powerful routing capabilities, | Linux has very powerful routing capabilities, | ||
Line 49: | Line 49: | ||
The second line ensures that home server knows that all packets for 77.77.77.77 must be routed trough ISP gateway and interface. | The second line ensures that home server knows that all packets for 77.77.77.77 must be routed trough ISP gateway and interface. | ||
- | (note: the first line assumes you have already created the nat table and postrouting chain, and you already have SNAT in place for your home server as described [[router: | + | (note: the first line assumes you have already created the nat table and postrouting chain, and you already have SNAT in place for your home server as described [[networking: |
Line 134: | Line 134: | ||
Now you can access internet safely from the home network. | Now you can access internet safely from the home network. | ||
- | To learn how to reach the internal server from the **internet**, | + | To learn how to reach the internal server from the **internet**, |