X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=examples%2Fsimple-bridging-with-dhcp-server-side.mdwn;h=85ae7ac737e7ad3fc535357d6a4af26fac26d60c;hb=88d7b27291882e23bb9dc1298d5759af1e54d918;hp=f63be0fb29521a6ec3eb4847f29689f2931c3792;hpb=207b37b1d5a26d9b30d5e776dd27d096a285a87b;p=wiki diff --git a/examples/simple-bridging-with-dhcp-server-side.mdwn b/examples/simple-bridging-with-dhcp-server-side.mdwn index f63be0f..85ae7ac 100644 --- a/examples/simple-bridging-with-dhcp-server-side.mdwn +++ b/examples/simple-bridging-with-dhcp-server-side.mdwn @@ -1,7 +1,9 @@ +> [[!meta title="simple-bridging-with-dhcp-server-side"]] +> > # Company: PowerCraft Technology > # Author: Copyright Jelle de Jong > # Note: Please send me an email if you enhanced the document -> # Date: 2010-05-24 +> # Date: 2010-05-24 / 2010-07-04 > # License: CC-BY-SA > > # This document is free documentation; you can redistribute it and/or @@ -97,6 +99,7 @@ > bridge_ports tun1 > bridge_maxwait 1 > bridge_fd 2.5 +> post-up /bin/echo 1 > /proc/sys/net/ipv4/conf/br0/proxy_arp > > cat /etc/network/interfaces >