Search found 161 matches

Goto page 1, 2, 3 ... 9, 10, 11  Next
Author Message
  Topic: Can't block outbound or inbound IP's w/ Custom Chain
tkmds

Replies: 13
Views: 1126

PostForum: Advanced Networking   Posted: Sat Dec 30, 2023 19:11   Subject: Can't block outbound or inbound IP's w/ Custom Chain
The above could point to a fundamental flaw in your setup, SFE bypasses the kernel.
Ya, it would appear that way. I had a feeling SFE does bypass alot of stuff but it's still a sphere of mystery to ...
  Topic: Can't block outbound or inbound IP's w/ Custom Chain
tkmds

Replies: 13
Views: 1126

PostForum: Advanced Networking   Posted: Fri Dec 29, 2023 22:33   Subject: Can't block outbound or inbound IP's w/ Custom Chain
Works with IP:

root@DD-WRT-01:/jffs/firewall#
root@DD-WRT-01:/jffs/firewall#
root@DD-WRT-01:/jffs/firewall# FW_CHAIN=BlockRestrictedSites
echo $?
root@DD-WRT-01:/jffs/firewall# ...
  Topic: Can't block outbound or inbound IP's w/ Custom Chain
tkmds

Replies: 13
Views: 1126

PostForum: Advanced Networking   Posted: Sun Dec 24, 2023 14:35   Subject: Can't block outbound or inbound IP's w/ Custom Chain
I've a process, via a script, that logs into the router and applies the rules. In other words the rules are generated and applied remotely.

# /bin/rested.sh
.
.
Blocking 90:e2:ba:1a ...
  Topic: Can't block outbound or inbound IP's w/ Custom Chain
tkmds

Replies: 13
Views: 1126

PostForum: Advanced Networking   Posted: Sun Dec 24, 2023 2:13   Subject: Can't block outbound or inbound IP's w/ Custom Chain
Corresponding block of the DROP commands w/ -I instead of -A

root@DD-WRT-01:~# iptables -vnL
.
.
.

Chain BlockRestrictedSites (14 references)
pkts bytes target prot opt in ...
  Topic: Can't block outbound or inbound IP's w/ Custom Chain
tkmds

Replies: 13
Views: 1126

PostForum: Advanced Networking   Posted: Sun Dec 24, 2023 1:57   Subject: Can't block outbound or inbound IP's w/ Custom Chain
Here we go:

Internet Router:
login as: root
Pre-authentication banner message from server:
| DD-WRT v3.0-r50841 std (c) 2022 NewMedia-NET GmbH
| Release: 11/09/22
| Board&# ...
  Topic: Can't block outbound or inbound IP's w/ Custom Chain
tkmds

Replies: 13
Views: 1126

PostForum: Advanced Networking   Posted: Sat Dec 23, 2023 18:03   Subject: Can't block outbound or inbound IP's w/ Custom Chain
I'm trying to restrict traffic by host MAC and destination. Let's say this is the setup:

root@DD-WRT-01:/jffs/firewall# ip a
1: lo: <LOOPBACK,MULTICAST,UP,LOWER_UP> mtu 65536 qd ...
  Topic: YAMon 3.4 - usage monitoring for your router
tkmds

Replies: 682
Views: 218005

PostForum: General Questions   Posted: Fri Mar 10, 2023 3:46   Subject: YAMon 3.4 - usage monitoring for your router
Installed YAMon 3.4.7 on my DD-WRT. Haven't really gone through the collected data yet however so far saw no errors or other issues in the UI.

Wondering if there are alternatives to YAMon that are ...
  Topic: Usage Statistics and Graphs: Per Mac In/Out GB Used
tkmds

Replies: 5
Views: 1196

PostForum: General Questions   Posted: Wed Mar 08, 2023 2:23   Subject: Usage Statistics and Graphs: Per Mac In/Out GB Used
Thanks. Going to look for it and read it.
  Topic: Usage Statistics and Graphs: Per Mac In/Out GB Used
tkmds

Replies: 5
Views: 1196

PostForum: General Questions   Posted: Wed Mar 08, 2023 2:22   Subject: Usage Statistics and Graphs: Per Mac In/Out GB Used
Nm, managed to tinker with YAMon 3.4.7 and installed it manually. Seems great.

The shell installer is a bit finicky but managed to get the zip uploaded, extracted and installed manually.

Chee ...
  Topic: Usage Statistics and Graphs: Per Mac In/Out GB Used
tkmds

Replies: 5
Views: 1196

PostForum: General Questions   Posted: Wed Mar 08, 2023 1:22   Subject: Usage Statistics and Graphs: Per Mac In/Out GB Used
Yamon3/4 seems broken, not sure what to expect next:


Installing YAMon...

./install.sh: y/includes/getlatest.sh: line 2: syntax error: unexpected newline
root@DD-WRT:/opt# ...
  Topic: Usage Statistics and Graphs: Per Mac In/Out GB Used
tkmds

Replies: 5
Views: 1196

PostForum: General Questions   Posted: Wed Mar 08, 2023 0:44   Subject: Usage Statistics and Graphs: Per Mac In/Out GB Used
Hey Folks,

What could I use on DD-WRT to monitor and record, per MAC(or IP), In/Out GB's, destinations, times etc to get a sense of which device on a network uses the most and when?

Want to log ...
  Topic: When SFE is disabled, DNS stops working. How to reenable?
tkmds

Replies: 13
Views: 2250

PostForum: Broadcom SoC based Hardware   Posted: Tue Dec 06, 2022 4:19   Subject: When SFE is disabled, DNS stops working. How to reenable?
Did a bit more interim digging after reaching even higher numbers. Interrupt delta spiked to 115,927/30s or 3864.23/s. Another sample revealed 154,341/30s which is 5144.7/s. (I suppose now I know w ...
  Topic: When SFE is disabled, DNS stops working. How to reenable?
tkmds

Replies: 13
Views: 2250

PostForum: Broadcom SoC based Hardware   Posted: Sun Dec 04, 2022 18:29   Subject: When SFE is disabled, DNS stops working. How to reenable?
The goal for me is to eliminate the dependence on SFE to eliminate the high SIRQ SFE introduces. I need to find an alternative way to route traffic when SFE is disabled (ie DNSmasq or other means). ...
  Topic: /tmp/resolv.dnsmasq vs /etc/resolv.conf (/tmp/resolv.conf)
tkmds

Replies: 10
Views: 943

PostForum: General Questions   Posted: Sun Dec 04, 2022 15:52   Subject: /tmp/resolv.dnsmasq vs /etc/resolv.conf (/tmp/resolv.conf)
Let's use this thread which is closer to the issue at hand. I had another one for SIRQ recently but that one went cold, however this second one below has all the info:

https://forum.dd-wrt.com/php ...
  Topic: When SFE is disabled, DNS stops working. How to reenable?
tkmds

Replies: 13
Views: 2250

PostForum: Broadcom SoC based Hardware   Posted: Sun Dec 04, 2022 5:48   Subject: When SFE is disabled, DNS stops working. How to reenable?
I guess, I'm getting closer to figuring out how SFE routes traffic. Just to focus the discussion I've boiled this down to a simplified view and setup to figure the immediate 'ping' issue when SFE is d ...
Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT
Navigation
Jump to: