This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:102 [2020/08/24 11:16] hmeij07 |
cluster:102 [2020/08/24 11:19] (current) hmeij07 |
||
---|---|---|---|
Line 20: | Line 20: | ||
And make sure the default route is set on all compute nodes. | And make sure the default route is set on all compute nodes. | ||
- | This is my second | + | Note #2 |
+ | |||
+ | configured Shorewall on a cluster to do NAT through | ||
+ | |||
+ | Edit the file / | ||
+ | < | ||
+ | MASQUERADE 192.168.0.0/ | ||
+ | </ | ||
+ | where 192.168.0 is the address range of your node interfaces - clearly you need to change this to fit | ||
+ | en01 is the external interface on the head node | ||
+ | |||
+ | My / | ||
+ | < | ||
+ | nat | ||
+ | nat | ||
+ | </ | ||
+ | so substitute ib0 for your internal ethernet interface | ||
+ | |||
+ | |||
+ | |||
==== NAT Story, part 2 ==== | ==== NAT Story, part 2 ==== | ||
+ | |||
+ | This is my second NAT story, for the first one look at [[cluster: | ||
+ | |||
+ | |||
Writing this up so I will remember what I did, and why. Basic problem is this: How do you make a filesystem in a public VLAN available on a private network? | Writing this up so I will remember what I did, and why. Basic problem is this: How do you make a filesystem in a public VLAN available on a private network? |