Remove eject-with icmp-port-unreachable

Post Reply
Legin76
Junior Member
Posts: 8
Joined: 25 Jun 2012, 16:47

Remove eject-with icmp-port-unreachable

Post by Legin76 »

Hi

I've got a customers IP that has been blocked multiple times due to trying to set up their email with the wrong password. I've unblocked them multiple times and added them to the allow list so that they have time to sort things out their end. However they are still unable to access it.. When I do a search for their IP it brings up the following, which I do not appear to be able to unblock or remove. Any idea what I should do?


Table Chain num pkts bytes target prot opt in out source destination

filter DENYOUT 397 844 48738 REJECT all -- * !lo 0.0.0.0/0 xx.xx.xx.xx reject-with icmp-port-unreachable
Legin76
Junior Member
Posts: 8
Joined: 25 Jun 2012, 16:47

Re: Remove eject-with icmp-port-unreachable

Post by Legin76 »

It took me ages to work out the exact code but to remove it, it was as below.. Should I not be able to remove it via the control panel?

Code: Select all

iptables -D DENYOUT 397
Post Reply