Re: how to ignore the arp request for alias ip

2005-07-01 Thread .
[ Charset GB2312 unsupported, skipping... ] > I want only to ignore the arp request for alias ip ,at the same time I d= > on't want disable the arp function of the interface ? How do ? thanks!=20 Do alias on lo0 instead of alias on ethernet and sysctl net.link.ether.inet.proxyall=0 _

Re: Free memory

2005-07-01 Thread vince
[EMAIL PROTECTED] wrote: Hi Guys, I am trying to find out what mib value I can use to get the free memory. I am running FreeBSd5.4 on a pc compatible machine (FreeBSD 5.4-RELEASE i386 GENERIC). MIB-2 gives me the total memory. I can get the free memory from a sun box using sun's mib(.1.3.6.1.4.

how to ignore the arp request for alias ip

2005-07-01 Thread shiner chen
I want only to ignore the arp request for alias ip ,at the same time I don't want disable the arp function of the interface ? How do ? thanks! __ 赶快注册雅虎超大容量免费邮箱? http://cn.mail.yahoo.com ___ freebsd-ne

Free memory

2005-07-01 Thread Mathias
Hi Guys, I am trying to find out what mib value I can use to get the free memory. I am running FreeBSd5.4 on a pc compatible machine (FreeBSD 5.4-RELEASE i386 GENERIC). MIB-2 gives me the total memory. I can get the free memory from a sun box using sun's mib(.1.3.6.1.4.1.2021.4.6.0) which does no

Re: ipfw2 question

2005-07-01 Thread .
[ Charset ISO-8859-1 unsupported, converting... ] > sad, but > ipfw add pipe 1 ip from any to any out recv vlan10 xmit vlan1000 > ipfw add pipe 2 ip from any to any out recv vlan11 xmit vlan1000 > doesn't seems to work :( > > i've noticed if in one ipfw rule i describe directions on two interfaces

Re: Adding pfil hook to only one interface

2005-07-01 Thread Max Laier
On Friday 01 July 2005 11:16, Ozkan KIRIK wrote: > Does pfil_hooks support adding hook to only one interface? > If it is not possible, how can i check, the packet belongs to which > interface? No, it's not possible to add a pfil hook to just one interface. The hook function has a struct ifnet poi

Adding pfil hook to only one interface

2005-07-01 Thread Ozkan KIRIK
hi, Does pfil_hooks support adding hook to only one interface? If it is not possible, how can i check, the packet belongs to which interface? thanks ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To u