Displaying 4 results from an estimated 4 matches for "bridge_ipfw".
2003 Aug 06
0
Perfect Setup to Freebsd Access Point!!!!
...rsion: 5.0
setup;
add: "OPTION BRIDGE" in your kernel
in /etc/rc.conf
add the line:
ifconfig_wi0="inet up ssid NET2 channel 10 media DS/11Mbps mediaopt hostap"
on /etc/sysctl.conf
add:
net.link.ether.bridge=1
net.link.ether.bridge_cfg="wi0:0, dc0:0"
net.link.ether.bridge_ipfw=1
net.inet.ip.forwarding=1
Any information aditional, please send me an email
We are trying to do this with freebsd 5.1 and the wireless stable but
the speed is very lower than with 5.0 we couln't make it work on more
than 2mbps
ideas???
--
Marcos Biscaysaqu
Systems Administrator
ThePac...
2003 Aug 28
1
snort, postgres, bridge
...a a third interface (hme0)
Snort is being started with the following command:
/usr/local/bin/snort -A full -D -e -d -s -i fxp0 -c /usr
/local/etc/snort.conf
Where fxp0 and fxp1 are in the bridge
output from sysctl:
net.link.ether.bridge_cfg: fxp0:0,fxp1:0
net.link.ether.bridge: 1
net.link.ether.bridge_ipfw: 0
net.link.ether.bridge_ipf: 1
net.link.ether.bridge_ipfw_drop: 0
net.link.ether.bridge_ipfw_collisions: 0
The snort.conf is attached. I've attempted to start with a pretty
generic config, just to ensure things work.
The problem appears to be that snort simply doesn't log to the remote...
2003 Oct 30
1
Using racoon-negotiated IPSec with ipfw and natd
[ -netters, please Cc me or security@ with replies. ]
I'm running into trouble integrating dynamic racoon-based IPSec into a network
with ipfw and natd. I need to be able to allow VPN access from any address
from authenticated clients. I've got the dynamic VPN working, with racoon
negotiating SAs and installing SPs, but the problem is that I can't tell
whether an incoming packet on
2003 Aug 28
0
[louisk@bend.com: snort, postgres, bridge]
...a a third interface (hme0)
Snort is being started with the following command:
/usr/local/bin/snort -A full -D -e -d -s -i fxp0 -c /usr
/local/etc/snort.conf
Where fxp0 and fxp1 are in the bridge
output from sysctl:
net.link.ether.bridge_cfg: fxp0:0,fxp1:0
net.link.ether.bridge: 1
net.link.ether.bridge_ipfw: 0
net.link.ether.bridge_ipf: 1
net.link.ether.bridge_ipfw_drop: 0
net.link.ether.bridge_ipfw_collisions: 0
The snort.conf is attached. I've attempted to start with a pretty
generic config, just to ensure things work.
The problem appears to be that snort simply doesn't log to the remote...