Skip to content

Instantly share code, notes, and snippets.

@schas002
Created December 7, 2017 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schas002/dae200870ca7b0849f14d869f0cd126a to your computer and use it in GitHub Desktop.
Save schas002/dae200870ca7b0849f14d869f0cd126a to your computer and use it in GitHub Desktop.
A bridged network

With bridged networking, your computer literally uses traffic from a host computer that receives and sends the traffic from somewhere else.

local network at 192.168.123.1
subnet mask is 255.255.255

+---------+  +-------+  +---------+
| +-----+ +--+bridged+--+ +-----+ |
| |     | |             | |     | |
| | 101 | |             | | 100 | +--> Internet
| |     | |             | |     | |
| +-----+ |             | +-----+ |
|         |             |         |
| * ===== |             | * ===== |
+---------+             +---------+

localhost               normality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment