Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:102 [DokuWiki]

User Tools

Site Tools


cluster:102

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
cluster:102 [2011/06/29 11:59]
hmeij
cluster:102 [2020/08/24 07:16]
hmeij07
Line 1: Line 1:
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
 +
 +Note #1
 +
 +CentOS 8.1 with the standard firewalld.\\
 +If this is of interest to you this was how I managed to get it work:
 +<code>
 +EXTIFACE=MASTER_NODE_EXT_INTERFACE_DEVICE (e.g. eno1)
 +INTIFACE=MASTER_NODE_INTERNAL_INTERFACE_DEVICE (e.g. eno2)
 +INTIPADDR=MASTER_IP_OF_INTERNAL_IFAC
 +PREFIX=PREFIX_OF_INTERNAL_NETWORK
 +firewall-cmd --change-interface=${EXTIFACE} --zone=public
 +firewall-cmd --change-interface=${INTIFACE} --zone=trusted --permanent
 +firewall-cmd --permanent --direct --passthrough ipv4 -t nat -I POSTROUTING -o ${EXTIFACE} -j MASQUERADE -s ${INTIPADDR}/${PREFIX}
 +firewall-cmd --set-default-zone=trusted
 +firewall-cmd --reload
 +</code>
 + 
 +And make sure the default route is set on all compute nodes. 
  
 This is my second NAT story, for the first one look at [[cluster:51|The Story Of NAT, part 1]] This is my second NAT story, for the first one look at [[cluster:51|The Story Of NAT, part 1]]
cluster/102.txt ยท Last modified: 2020/08/24 07:19 by hmeij07