Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 15:06:26 -0400
From:      Chris Barown <barowc@telenet.net>
To:        stable@FreeBSD.ORG
Subject:   Problems after updating with RELENG_4_3
Message-ID:  <5.1.0.14.0.20010712150024.00b07b98@pop3.norton.antivirus>
In-Reply-To: <bulk.12419.20010711230226@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I recently did a build/install world/kernel
after cvsuping with the RELENG_4_3 tag. I did
this to get the recent security fixes.

After doing this, I have started getting errors
like the following:

'July 12 13:54:19 bush /kernel: Connection attempt
   to TCP 127.0.0.1:4061 from 127.0.0.1:4529'

to the terminal.  These did not appear prior to the
update, and I don't believe it is caused by an error
in my ipfw config, although below is the rule set.
I am pretty sure this connection is being attempted
by Nut, but i haven't actually looked at that yet.

ipfw rules:

00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
00400 allow tcp from any to any established
00500 allow ip from any to any frag
00600 allow tcp from 192.168.1.5 to any setup
00700 allow udp from 192.168.1.5 to any 53 keep-state
00800 allow udp from 192.168.1.5 to any 123 keep-state
00900 allow tcp from any to any 80 setup
01000 allow log logamount 25 tcp from any to any 22 setup
01100 deny log logamount 25 tcp from any to any setup
65535 deny ip from any to any

Thanks for the help,
Chris Barown


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20010712150024.00b07b98>