Choose style:

Author Topic: iptable rules not being respected  (Read 3641 times)

0 Members and 1 Guest are viewing this topic.

Offline jim

  • Backer
  • *
  • Posts: 11
  • Thanks: 0
  • Registered : 15/07/2014
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYears
iptable rules not being respected
« on: July 15, 2014, 01:38:06 pm »
So I have a configuration where I prevent my NAS from communication going of the WAN port of my router unless it is to a specific IP address.  I have this implemented on my previous router that was running Tomato firmware.

Here is what I did on my tomato router.

iptables -A wanout -s 192.168.15.21 ! -d xx.xx.xx.xx -j DROP
iptables -A wanin ! -s xx.xx.xx.xx -d 192.168.15.21 -j DROP

I changed the wanin to wanout to appropriate chains for the almond plus and it certainly doesn't work.  I get on my NAS and I am able to curl whatever websites I want.  I am my wits end on how to get this to work. 

I added those types of rules to every chain and it had zero impact. 

 

Page created in 0.051 seconds with 16 queries.

bottleneck