LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   error messeges supressed (https://www.linuxquestions.org/questions/linux-networking-3/error-messeges-supressed-339557/)

roopunix 07-03-2005 06:03 AM

error messeges supressed
 
i am doing nat

/sbin/iptables -t nat -F
/sbin/iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128
/sbin/iptables -t nat -A POSTROUTING -s 139.61.0.0/16 -o eth0 -j MASQUERADE

i am also using transparent proxy [squid] redhat9 now when people try to start browsing
internet. the following messeges appear on the terminal.But they can still browse the internet

but some they get "page not found" error

the eror messege ls like this
kernel: NET: 25 messages suppressed.
kernel: NET: 17 messages suppressed.
kernel: NET: 20 messages suppressed.
kernel: NET: 8 messages suppressed.
kernel: NET: 20 messages suppressed.
kernel NET: 22 messages suppressed.
kernel: NET: 23 messages suppressed.

and it goes on

Is it because my broadband linternet link is suffering due to high traffic?


All times are GMT -5. The time now is 11:34 PM.