How to block PPPoE session on a PF bridge?

2007-07-19 Thread hu st
Hi all, I insert a openbsd box between my PC and ADSL modem, that box running PF in bridge mode and blocks all IP traffic. But my PC always successfully connect Internet via PPPoE dailing, and I could see this via tcpdump on openbsd box(see below). PC<->OBSD Bridge<>ADSL modem<>Intern

openbsd 4.0 using PPPoE panic showing "unknown code (0x00d3)"

2007-07-19 Thread hu st
Hi all, My OBSD 4.0 using a PPPoE ADSL Internet connection and it occasionally panic after running 4~8 hours. After reboot I got "unknown code (0x00d3)" error, see below for details. Is this my ISP wrong or OBSD bug? TIA frank == # dmesg ... pppoe: unknown code (0x00d3) session = 0x

What's the status of kernel patch supporting Intel I/OAT tech?

2008-04-10 Thread hu st
Hi, Intel I/OAT is a good tech for network performance, see http://www.intel.com/go/ioat. Linux e1000 driver has a patch for FreeBSD, see http://sourceforge.net/project/platformdownload.php?group_id=42302 What's the status of OpenBSD patch? Regards Frank Tired of spam? Yahoo! Mail has the bes

What's the progress of in-kernel proxy for pf NAT?

2009-07-23 Thread hu st
Hi listers, I found many in-kernel proxy resources in ipfilter package(ip_fil4.1.32), such as ftp/pptp/h323/netbios/irc/rpc etc. Could these code be used by pf? AFAIK pf has only a ftp-proxy anchor. Another question: Could pf intercept SQL*Net traffic and dynamically open ports for new connectio