L2TP Client: OpenBSD: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
|||
| Line 64: | Line 64: | ||
===1. Create /etc/ifstated.conf === |
===1. Create /etc/ifstated.conf === |
||
with contents like these: |
with contents like these: |
||
<SyntaxHighlight> |
<SyntaxHighlight lang=shell> |
||
# 20-second poll to see if the tunnel is established. |
# 20-second poll to see if the tunnel is established. |
||
tunnel_if_up = '("ifconfig ppp0 | fgrep -q inet" every 20)' |
tunnel_if_up = '("ifconfig ppp0 | fgrep -q inet" every 20)' |
||