I set up a dummynet pipe with this sequence of commands:
sysctl -w net.inet.ip.fw.one_pass=0
ipfw pipe 1 config bw 16Mbit/s
ipfw add 1 pipe 1 all from any to any
So far so good. Works great. However, when I look at the pipe itself, with
this command:
ipfw pipe show 1
I see this:
# ipfw
> > Second, there are seven headings (from BKT at the
left to Drp on the
> > right) but underneath those seven headings are _9_
values. What I really
> > want to know is how many packets I am droppinig
... but I can't tell which
> > of the fields are the "dropped" - I assume it is
the final number
Hello,
I am running a 6.1-RELEASE system, one IP (v4) address
configured, everything is wonderful.
Now, in the past I have added additional IPv4
addresses with this command:
ifconfig fxp0 alias 192.168.0.2 netmask
255.255.255.255
Easy. So now, I need to add a ipv6 address for the
first time,