On 09/07/2016 08:26 PM, Michael D. Setzer II wrote:
On 7 Sep 2016 at 18:38, Mike Wright wrote:

  Did just notice if I do the traceroute with -I option it doesn't give the !X? 
Will
have to look into the difference between with -I and without??

traceroute -I says use ping to follow the connections.

   Again, it was working 2 days ago, so I am thinking that a recent update
   has done something??

You might try comparing the output of d7t iptables-save and d7r iptables-save. I have a hunch that's where the problem is.

   Not sure why the !X is occurring. These machines are on the same
   192.168.7.x network?

The last rule on the INPUT chain is this:

-A INPUT -j REJECT --reject-with icmp-host-prohibited

If a packet makes it that far without having been handled by one of the other chains you WILL receive an icmp-host-prohibited notification.

   Thanks.

Happy to have helped.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to