Page 1 of 1

The dude and local ROS access

Posted: Sun Jul 26, 2020 7:21 am
by simplextech
Do I need a firewall rule in place for the dude running on HexS to access itself? I can access everything else in the network and across the VLAN's but so far a no-go with ROS access to the HexS that dude is running on.

Re: The dude and local ROS access  [SOLVED]

Posted: Sun Jul 26, 2020 10:41 am
by xvo
Depending on you firewall configuration you might need one.
The simplest way would be to accept in input chain from src-address-type=local to dst-address-type=local.

Re: The dude and local ROS access

Posted: Sun Jul 26, 2020 4:43 pm
by simplextech
Depending on you firewall configuration you might need one.
The simplest way would be to accept in input chain from src-address-type=local to dst-address-type=local.
Exactly what I was missing. Thanks!