dmik
18-07-2005, 10:08
Hi all~
WAN led on my router flashes approx. 10 times per sec., even when all other hardware (PCs, printer etc.) is powered off.
I have the latest Oleg's fw (1.9.2.7-6b).
The router operates as the Home Gateway (with a static WAN IP).
The problem was introduced just 3-4 days ago.
I've tried to do the following to monitor eth1 activity:
iptables -I INPUT -d 10.24.48.105/255.255.240.0 -i eth1 -j LOG
iptables -I OUTPUT -s 10.24.48.105 -o eth1 -j LOG
But I don't get anything unusual in syslog, just things like DNS requests before syncing time, or stupid attempts to connect to port 445 from stupid Win32 clients. And they are of course not at the specified rate (10times/s).
On the other hand, normal activity (f.e., accessing external HTTP resources) isn't seen in the log too (so it makes me doubting the above commands are a correct way to monitor all activity on eth1).
But in fact, this flasing thing produces about extra 100MB of RX on eth1 per day (according to ifconfig).
P.S. I don't have any p2p services etc., nor do I use the DDNS service.
WAN led on my router flashes approx. 10 times per sec., even when all other hardware (PCs, printer etc.) is powered off.
I have the latest Oleg's fw (1.9.2.7-6b).
The router operates as the Home Gateway (with a static WAN IP).
The problem was introduced just 3-4 days ago.
I've tried to do the following to monitor eth1 activity:
iptables -I INPUT -d 10.24.48.105/255.255.240.0 -i eth1 -j LOG
iptables -I OUTPUT -s 10.24.48.105 -o eth1 -j LOG
But I don't get anything unusual in syslog, just things like DNS requests before syncing time, or stupid attempts to connect to port 445 from stupid Win32 clients. And they are of course not at the specified rate (10times/s).
On the other hand, normal activity (f.e., accessing external HTTP resources) isn't seen in the log too (so it makes me doubting the above commands are a correct way to monitor all activity on eth1).
But in fact, this flasing thing produces about extra 100MB of RX on eth1 per day (according to ifconfig).
P.S. I don't have any p2p services etc., nor do I use the DDNS service.