Differences
This shows you the differences between two versions of the page.
home_server:media_vm_setup [2021-05-22 Sat wk20 16:16] – [Kodi Server MariaDB (MySQL) Setup] baumkp | home_server:media_vm_setup [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 115: | Line 115: | ||
*To start the vpn service: '' | *To start the vpn service: '' | ||
*To check the end of the journal file for the vpn specific comments from the last boot: '' | *To check the end of the journal file for the vpn specific comments from the last boot: '' | ||
- | *To check current external IP address: '' | + | *__To check current external IP address: '' |
*To list current tables in nftables: '' | *To list current tables in nftables: '' | ||
*To start nftables: '' | *To start nftables: '' | ||
Line 139: | Line 139: | ||
To install nftables: "sudo apt update" | To install nftables: "sudo apt update" | ||
+ | ++++Old, to;dr;| | ||
If the nftables repository can not be found in Ubuntu 18.04 they will need to be added: '' | If the nftables repository can not be found in Ubuntu 18.04 they will need to be added: '' | ||
< | < | ||
Line 146: | Line 146: | ||
deb http:// | deb http:// | ||
</ | </ | ||
+ | ++++ | ||
====Sample NFTables configuration script for PrivatVPN==== | ====Sample NFTables configuration script for PrivatVPN==== | ||
'' | '' | ||
++++nftables.conf script| | ++++nftables.conf script| | ||
- | <file> | + | <code> |
# | # | ||
Line 227: | Line 228: | ||
} | } | ||
} | } | ||
- | </file> | + | </code> |
The use of the counter directive allows the usage to be checked. I commented out lines that were not being used. | The use of the counter directive allows the usage to be checked. I commented out lines that were not being used. | ||
++++ | ++++ | ||
+ | *To see active tables in load nftables '' | ||
+ | *To see table commands: '' | ||
*Select the server from [[https:// | *Select the server from [[https:// | ||
*The host IP address can be found using the following commands: | *The host IP address can be found using the following commands: |