This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:openvpn-bridges-prep-os [2023/10/23 14:38] admin [Configure the Interfaces] |
technical:openvpn-bridges-prep-os [2023/10/23 14:47] (current) admin [Configure the Interfaces] |
||
---|---|---|---|
Line 29: | Line 29: | ||
</ | </ | ||
- | <code bash> | + | <file bash rc.local> |
#!/bin/bash | #!/bin/bash | ||
Line 62: | Line 62: | ||
exit 0 | exit 0 | ||
- | </code> | + | </file> |
* If your server has two or more physical interfaces we do on need to first define a dummy interface. | * If your server has two or more physical interfaces we do on need to first define a dummy interface. | ||
<file bash rc.local> | <file bash rc.local> | ||
Line 91: | Line 91: | ||
exit 0 | exit 0 | ||
</ | </ | ||
+ | <WRAP center round info 90%> | ||
+ | We don't use a Netplan file since it does not currently support things like setting a card in promiscuous mode. | ||
+ | </ | ||
+ | |||
===== Add a Systemd Service for rc.local ===== | ===== Add a Systemd Service for rc.local ===== |