When using the PFC200 in an environment where the IP address can change, it may be necessary to enable a feature called IPV4 forwarding. This is done with the following steps.
-
ssh into the controller (PFC200)
-
Type:
nano /etc/sysctl.conf
-
Find the line that reads
#net.ipv4.ip_forward = 0
change to
net.ipv4.ip_forward = 1
-
Save the file with Ctrl-X and Y.
-
Reboot the PFC200.

Hi Kurt,
I thought this parameter was overwritten by the WBM ?
(It doesn’t follow the /ets/sysctl.cnf value though but have the same effect ?)
2 Likes
I found it also possible by entering lines:
-
sysctl net.ipv4.ip_forward to check its current value
and
-
sysctl -w net.ipv4.ip_forward=1 to enable it (=0 to disable)
-
reboot
-
confirm that forwarding is enabled by running first command again
1 Like