This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
bridged_openvpn_server_setup [2018/08/18 06:05] nucar |
bridged_openvpn_server_setup [2018/12/21 03:44] (current) nucar |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bridged OpenVPN Server Setup ====== | ====== Bridged OpenVPN Server Setup ====== | ||
- | (Last updated August 18, 2018. The forum thread is [[https://www.emaculation.com/forum/viewtopic.php?f=3&t=8336|here]].) | + | (Last updated December 21, 2018. The forum thread is [[https://www.emaculation.com/forum/viewtopic.php?f=3&t=8336|here]].) |
===== Introduction ===== | ===== Introduction ===== | ||
Line 314: | Line 314: | ||
done | done | ||
- | ip link set $eth promisc off | + | ip link set $eth promisc off up |
ip addr add $eth_ip_netmask broadcast $eth_broadcast dev $eth | ip addr add $eth_ip_netmask broadcast $eth_broadcast dev $eth | ||