Re: Troubleshooting connection loss (novice question)



On Wed, 31 Oct 2007 18:34:21 GMT, Allen Weiner wrote:

======== chkconfig --list ==========
Double check if /avahi/ needs to be disabled on boot
avahi-daemon 0:off 1:off 2:off 3:on 4:on 5:on 6:off
avahi-dnsconfd 0:off 1:off 2:off 3:off 4:off 5:off 6:off



I found out I had to do a
chkconfig --del avahi-daemon
as root, to disable the deamon.



Inbound IN=eth0 OUT= MAC= SRC=192.168.1.47 DST=224.0.0.251 LEN=217
TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=5353 DPT=5353 LEN=197

<snip remainder of dmesg. its hundreds more of these tcp/ip
transmissions logged by Firestarter/iptables>

Yeah, No idea why the
mdns 5353/tcp # Multicast DNS
mdns 5353/udp # Multicast DNS
packets, unless it is the avahi crap running. Do stop the avahi
services from running.

You see/find default port assignments in /etc/services

Looking around in my router's firewall, I noticed verizon has set it to
drop 224.0.0.0/240.0.0.0 all protocols.

You will have to look into just droping those without logging so as to
not fill up you disk with those messages.



Oh, by the way, your script is missing a line to dump fedora's leases file.
Just search for the next line, and add the one after it.

tail_fn /var/lib/dhcp/dhclient-eth${nic}.leases
tail_fn /var/lib/dhclient/dhclient-eth{nic}.leases <========
tail_fn /etc/dhcpc/dhcpcd-eth${nic}.info

.



Relevant Pages