/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
You're seeing IGMP packets; some ISP's send these -- I see them from Earthlink, for example. I haven't discovered their use in any tcp/ip textbooks. You can tell your script not to log these entries, or just accept IGMP. If your pppd is on a timer (demand mode, or through diald), the packets may keep your connection up when you don't want it, and, unfortunately, those timers get hit before iptables can block them. If you're using diald, set the "everything else" timeout to less than the interval on these packets. Good luck. Charlie Shoemaker On Sat, 22 Jun 2002, Tim locke wrote: > /* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! > /* ALSO: Don't quote this header. It makes you look lame :-) */ > > After setting up ipmasq, I constantly get bombarded with these > messages.. > > Jun 22 20:09:16 xxx kernel: Packet log: input DENY ppp0 PROTO=2 > 191.xxx.5.155:65535 224.0.0.1:65535 L=28 S=0x00 I=19216 F=0x0000 T=1 > (#9) > > Why am I receiving packets destined for multicast address? how to stop > it? Is this a bug? > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > _______________________________________________ > Masq maillist - [EMAIL PROTECTED] > Admin requests can be handled at http://www.indyramp.com/masq-list/ -- > THIS INCLUDES UNSUBSCRIBING! > or email to [EMAIL PROTECTED] > > PLEASE read the HOWTO and search the archives before posting. > You can start your search at http://www.indyramp.com/masq/ > Please keep general linux/unix/pc/internet questions off the list. > _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
