Re: ti driver, vlan and tcpdump

2001-11-15 Thread Shaun Marko
Could you also get the desired result by using a kernel without VLAN support? The original poster said he didn't want to configure VLAN interfaces anyway. -Shaun On Thursday 15 November 2001 03:22, Brooks Davis wrote: > On Thu, Nov 15, 2001 at 12:53:35PM -0800, CJTT wrote: > > While sending some

Re: how to find dhclient ip for use in ipfw ruleset?

2001-06-15 Thread Shaun Marko
I wrote an /etc/dhclient-exit-hooks script that writes out the interface configuration to a file and changed /etc/rc.conf to suck in the configuration file. It looks something like this: case ${reason} in BOUND | REBOOT | RENEW) echo "oif=${interface}" > /etc/oif echo "oip=${new_ip_addre