Browse Source

Fix errors

master
Thomas Chevalier 4 years ago
parent
commit
f4ffd1f0cc
  1. 2
      config/interfaces.nft
  2. 2
      config/networks/nerim.nft

2
config/interfaces.nft

@ -19,4 +19,4 @@ define admin_if = {
$if_prod,
$if_switchs,
$if_dmz_wireguard,
}
}

2
config/networks/nerim.nft

@ -15,7 +15,7 @@ table inet firewall {
chain fwd_fabien_pathier{
# Machine de Fabien Pathier accessible en SSH depuis l'extérieur
dnat to 10.2.4.105:22
ip version 4 ip protocol tcp dnat to 10.2.4.105:22
}
chain dnat_nerim {

Loading…
Cancel
Save