after a few changes my output from iptables -L is
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:4662
ACCEPT tcp -- anywhere bn-slack.berrancenetworks.co.uk tcp dpt:4662
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere 192.168.0.2 tcp dpt:4662
ACCEPT tcp -- anywhere bn-slack.berrancenetworks.co.uk tcp dpt:4662
ACCEPT tcp -- anywhere bn-slack.berrancenetworks.co.uk tcp dpt:4662
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
from my understanding i need to deleat the 3 strings in the FORWARD section and create one in the OUTPUT sectoin if this s write how can i do this is i am geting very confused at the moment LOL
