Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 1997 16:06:38 -0600
From:      Dan Nelson <dnelson@emsphone.com>
To:        Brandon Gillespie <brandon@glacier.cold.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: kernel reconfig--networking no longer works..
Message-ID:  <19970222160638.21950@dan.emsphone.com>
In-Reply-To: <Pine.NEB.3.95.970222123700.6452A-100000@glacier.cold.org>; from "Brandon Gillespie" on Feb 02, 1997 at 12:46:04PM
References:  <Pine.NEB.3.95.970222123700.6452A-100000@glacier.cold.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Feb 22), Brandon Gillespie said:
> stripped).  My problem is that now networking doesn't work with the new
> kernel--it does still work off either device with the old kernel (to keep
> it simple I'm only initting one ethernet device at a time, until I get the
> base up and running).  When attempting to use the network I see errors
> such as:
> 
> sendto(ed1, 224.0.0.2): Permission denied
> 
> I'm assuming I've messed up the kernel config by removing one too many
> things, but I can't seem to figure out what it is?  Can anybody help?

You broke it by adding on thing:

> options         IPFIREWALL              #firewall

Firewalling defaults to 'deny everything', thus the 'Permission denied'
message when trying to send a packet.  Edit /etc/rc.firewall to suit
your packet-filtering needs.

	-Dan Nelson
	dnelson@emsphone.com
	'Genesys' on #FreeBSD



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