mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
support linux l2 bridge (#1044)
* support linux l2 bridge * unified timeout name * typo * minor code style adaptions * feature define * feature define * feature define * feature define * added hint to bridging to help output * added hint to bridging * drafted bridging documentation * added bridging hint --------- Co-authored-by: Logan oos Even <46396513+Logan007@users.noreply.github.com>
This commit is contained in:
co-authored by
Logan oos Even
parent
39b9c6b1c0
commit
e01daf4a85
+3
-1
@@ -31,10 +31,12 @@ It is available a special community which provides interconnection between super
|
||||
The [TAP Configuration Guide](TapConfiguration.md) contains hints on various settings that can be applied to the virtual network device, including IPv6 addresses as well as notes on MTU and on how to draw IP addresses from DHCP servers.
|
||||
|
||||
|
||||
## Routing the Traffic
|
||||
## Bridging and Routing the Traffic
|
||||
|
||||
Reaching a remote network or tunneling all the internet traffic via n2n are two common tasks which require a proper routing setup. n2n supports routing needs by temporarily modifying the routing table (`tools/n2n-route`). Details can be found in the [Routing document](Routing.md).
|
||||
|
||||
Also, n2n supports [Bridging](Bridging.md) of LANs, e.g. to connect otherwise un-connected LANs by an encrypted n2n tunnel on level 2.
|
||||
|
||||
|
||||
## Traffic Restrictions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user