株式会社ヴァンデミックシステム

Blog

<スポンサーリンク>

enp0s3が192.168.0.0/24
enp0s8が192.168.1.0/24
とした場合に、双方向から行き来する場合の設定。
ネットワークデバイスを両方ともexternalにしている。
その場合、双方がマスカレードされることで、双方向からの行き来ができるようになる。

firewall-cmd --get-active-zones
firewall-cmd --direct --get-all-rules
nmcli connection modify enp0s3 connection.zone external
nmcli connection modify enp0s8 connection.zone external
firewall-cmd --get-active-zone
firewall-cmd --zone=external --query-masquerade

cat /proc/sys/net/ipv4/ip_forward

<スポンサーリンク>

コメントを残す

Allowed tags:  you may use these HTML tags and attributes: <a href="">, <strong>, <em>, <h1>, <h2>, <h3>
Please note:  all comments go through moderation.

*

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)