![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi
Currently I have 2 nic's. I'm generating stats with pfstat, logging download rate from users behind NAT. If I make some vlans on my $LAN interface, am I will still be able to generate the stats for users on vlans? From openbsd manual: Code:
"..Statistics can only be gathered for one interface at a time.." |
|
||||
|
No, they are a pseudo-device. See vlan(4).
Quote:
If you wish to conduct your own research, the source to PF as well as vlan (and other interfaces) may be found in src/sys/net.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
I hope data from vlans are going through lan interface so it can be gather by pfstat, but that its just a hope. I cant check this right now cause I'm waiting for hp switch.
Regards... |
|
|||
|
can i get a link to a good "HOWTO" on installation and set up of pfstat?
tnx |
|
||||
|
Installation: FAQ 15 (ports/packages) and the pkg_add(8) man page.
I'm not aware of any "how to" for this utility. However, if you use: $ pkg_info -L pfstatyou will see what files were (or will be) installed, including a man page and example configuration.
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pfstat fopen failed: ? | Calderon | FreeBSD General | 3 | 7th May 2009 08:52 AM |
| ports/sysutils/pfstat; undefined reference to `gdImagePng' | chris | FreeBSD Ports and Packages | 2 | 5th July 2008 06:31 PM |
| Configuring VLANs under FreeBSD | Popof | FreeBSD General | 5 | 13th May 2008 04:08 PM |