iptables config question

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
thommy181
DD-WRT User


Joined: 16 Mar 2019
Posts: 353
Location: Szczecin, Poland EU

PostPosted: Sun Jul 21, 2019 16:02    Post subject: iptables config question Reply with quote
I have dd-wrt in the newest version on my Netgear WNR3500L v2. I see that event in my log:
Quote:
Jul 21 13:58:46 Myrouter kern.info kernel: nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.

I think it's something problem with iptables configuration. I have this values in iptables own configuration:
Quote:
iptables -A INPUT -s 51.255.109.168 -j REJECT
iptables -A OUTPUT -s 51.255.109.168 -j REJECT
iptables -A INPUT --proto icmp -j DROP
iptables -A OUTPUT --proto icmp -j DROP
iptables -t mangle -I POSTROUTING -o `get_wanface` -j TTL --ttl-set 129
iptables -A INPUT --proto igmp -j DROP
iptables -A OUTPUT --proto igmp -j DROP

Probably somewhere here is any mismatch. Could you hint me how Can I build optimal firewall rules for this behaviour. I need block icmp and igmp protocol, and this IP that sent me UDP packets.
Sponsor
egc
DD-WRT Guru


Joined: 18 Mar 2014
Posts: 12915
Location: Netherlands

PostPosted: Sun Jul 21, 2019 17:04    Post subject: Reply with quote
It is only a warning you can disregard it

To block ping, head over to the Security tab in the GUI and block anonymous WAN reguest (ping) actually I think it should be on by default.

You can check with iptables -vnL

Use Steve Gibson's GRC to test

Your firewall rules are, to put it politely, a bit unusual Smile

Furthermore these questions are better answered in the Advanced Networking forum (very smart people over there Wink )

_________________
Routers:Netgear R7000, R6400v1, R6400v2, EA6900 (XvortexCFE), E2000, E1200v1, WRT54GS v1.
Install guide R6400v2, R6700v3,XR300:https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=316399
Install guide R7800/XR500: https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=320614
Forum Guide Lines (important read):https://forum.dd-wrt.com/phpBB2/viewtopic.php?t=324087
kernel-panic69
DD-WRT Guru


Joined: 08 May 2018
Posts: 14245
Location: Texas, USA

PostPosted: Sun Jul 21, 2019 17:32    Post subject: Reply with quote
Enabling blocking anon WAN requests (ping) disables ping across the board, which is a broken feature IMHO. I have that disabled at the moment on 40352 public build, but it's not difficult to apply the proper rule(s) to block ping of death.
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6870
Location: Romerike, Norway

PostPosted: Sun Jul 21, 2019 18:52    Post subject: Reply with quote
iptables -A OUTPUT -s 51.255.109.168 -j REJECT

You probably want a destination here (-d), not source.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum