uvok on Nostr: #ipv6 #linux #networking #dn42 Current setup: # cat /etc/rc.local #!/bin/sh ...
#ipv6 #linux #networking #dn42
Current setup:
# cat /etc/rc.local
#!/bin/sh
/usr/sbin/ip rule add table 250
/usr/sbin/ip -6 rule add table 250
/usr/sbin/ip rule add table 200
/usr/sbin/ip -6 rule add table 200
# cat /etc/iproute2/rt_tables
...
200 wg_local
250 dn42
// wg0 is my "local" wireguard tunnel between VPS and home
# cat /etc/wireguard/wg0.conf
[Interface]
# ...
Table = 200
# cat /etc/bird/bird.conf
protocol kernel {
kernel table 250;
...
Published at
2023-08-15 11:12:17Event JSON
{
"id": "043f40bdfc4a37436c33f8ff4cc31d1d3c5d2aab67020b5ab6998297ee1d0dee",
"pubkey": "b15e52e9623da51cfe460020e7da27a086de784731ae755e0bb94e9f1c113cb2",
"created_at": 1692097937,
"kind": 1,
"tags": [
[
"e",
"6312fd9af0d696e8dd8cdf34a3a218d073fe7f615ec8e05a83b10e2a5a8a0b17",
"wss://relay.mostr.pub",
"reply"
],
[
"t",
"ipv6"
],
[
"t",
"linux"
],
[
"t",
"networking"
],
[
"t",
"dn42"
],
[
"proxy",
"https://furry.engineer/users/uvok/statuses/110893330443903473",
"activitypub"
]
],
"content": "#ipv6 #linux #networking #dn42 \n\nCurrent setup:\n\n# cat /etc/rc.local \n#!/bin/sh\n/usr/sbin/ip rule add table 250\n/usr/sbin/ip -6 rule add table 250\n/usr/sbin/ip rule add table 200\n/usr/sbin/ip -6 rule add table 200\n\n# cat /etc/iproute2/rt_tables\n...\n200\twg_local\n250\tdn42\n\n// wg0 is my \"local\" wireguard tunnel between VPS and home\n\n# cat /etc/wireguard/wg0.conf \n[Interface]\n# ...\nTable = 200\n\n# cat /etc/bird/bird.conf \n\nprotocol kernel {\n kernel table 250;\n...",
"sig": "8ec125b9d571545b7c2a48b70755cb9c9c9aaf8d1899fef4dd13bef1f8af7b89ad06524b68555399306865aaf6c074043aff1e7bd4f88e751772dcf243a8929c"
}