m0n0wall 1.3b7 (Beta branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News m0n0wall 1.3b7 (Beta branch)
# 1  
Old 12-29-2007
m0n0wall 1.3b7 (Beta branch)

Image m0n0wall is an all-in-one firewall software package that is based on FreeBSD. It is geared towards embedded PCs, but it also works on standard PCs. It includes an easy-to-use Web interface like commercial firewall boxes do. PHP is used instead of shell scripts, and the entire system configuration is stored in a single XML-formatted file. There is support for VPN, traffic shaping, captive portal, VLANs, and more. License: BSD License (revised) Changes:
This beta release fixes a kernel panic issue when using IPsec VPN and the traffic shaper at the same time, and corrects a small bug with the SIP proxy.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SM(4)							   BSD Kernel Interfaces Manual 						     SM(4)

NAME
sm -- SMC91Cxx-based Ethernet interfaces device driver SYNOPSIS
sm0 at isa? port 0x300 irq 10 sm* at mhzc? sm* at pcmcia? function ? sm* at nubus? DESCRIPTION
The sm device driver supports SMC91C9x-based and SMC91C1xx-based Ethernet interfaces. The ISA attachment of the sm driver supports any SMC91C9x-based Ethernet interface on the ISA bus, including the EFA Info*Express SVC VLB interface, and the on-board SMC91C9x Ethernet found in many embedded PCs and laptop docking stations. The mhzc attachment of the sm driver supports the Megahertz combo Ethernet and modem card. The PCMCIA attachment of the sm driver supports Megahertz X-JACK Ethernet cards. The nubus attachment of the sm driver supports SMC-based Ethernet cards for the macintosh. MEDIA SELECTION
The SMC91C1xx supports the MII interface and so the list of supported media depends on several factors, including which PHY is attached. The SMC91C9x supports AUI and UTP media types. To enable the AUI media, select the 10base5 or aui media type with ifconfig(8)'s media directive. To select UTP, select the 10baseT or utp media type. ifconfig(8)'s -m option will display the full list of supported media directives for a particular configuration. DIAGNOSTICS
sm0: unable to read MAC address from CIS This indicates that the Ethernet address, which is stored in the CIS information on the Megahertz X-JACK PCMCIA Ethernet card, is corrupted. SEE ALSO
ifmedia(4), intro(4), isa(4), mhzc(4), mii(4), pcmcia(4), ifconfig(8) BSD
November 10, 1997 BSD