mirror of
https://github.com/knorrie/network-examples
synced 2025-08-30 05:58:31 +00:00
This line was missing
This commit is contained in:
parent
3b7fc81658
commit
0fd2a48579
@ -36,6 +36,10 @@ Although this is a nice first step, Carl realizes it's not ready yet. Something
|
||||
|
||||
The internal network has been split up, and the various parts of it cannot communicate with each other any more. Using the public network segment to point RFC1918 routes to the other routers is not really an option, since it will result in complex firewall/NAT exceptions, because of the SNAT rules for outgoing traffic, which rewrite the RFC1918 addresses. So, as a best-practice, Carl does not like to mix RFC1918 with public routable addresses on the same vlan, knowing it will cause too many headaches.
|
||||
|
||||
## An internal routing vlan
|
||||
|
||||
Carl decides to introduce an extra vlan, which is going to be used for exchanging traffic between the routers:
|
||||
|
||||

|
||||
|
||||
Using this extra vlan, each router can be configured with routes to the rest of the network. This is already much better.
|
||||
|
Loading…
x
Reference in New Issue
Block a user