Hi,
I just want to ask if there are plans to implement GRE encapsulation e.g. for
setup tunnel interfaces with cisco routers?
regards,
Andy
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message
Hello,
I've set up a very simple traffic-shaper:
ipfw add pipe 1 ip from any to any via fxp2 in
ipfw add pipe 2 ip from any to any via fxp2 out
ipfw pipe 1 config bw 1MBit/s delay 10ms
ipfw pipe 2 config bw 1MBit/s delay 10ms
'ipfw show' looks corrrect:
00100 9446889 4072588337 pipe 1 ip fro
-- Mark Lastdrager <[EMAIL PROTECTED]> wrote:
>> ipfw pipe 1 config bw 1MBit/s delay 10ms
>> ipfw pipe 2 config bw 1MBit/s delay 10ms
> Try Mbit/s (MB/s is Megabytes!)
Ah, I see..so it's the second character which is interpreted case
significant and not the rest (bit/s)...nice trap :-)
>> Wh
Hi,
I have to set up a FreeBSD Box which have to support IEEE 802.1Q VLANs.
>From the past I know that there are limitations in the hardware and the
fixed MTU of 1500 Bytes (fixed size of receiving buffer, etc)
I'm free in the choice of Hardware. Which cards will run smothly with
freebsd and vla
Hi,
-- Julian Elischer <[EMAIL PROTECTED]> wrote:
> Adrian Chadd wrote:
>> I've discovered that on the fxp, if I ifconfig a vlan up without
>> ifconfig'ing the parent interface (fxp) up, I'll get a panic.
>> I don't have the bt handy at the moment but basically the codepath
>> is bringing the v
Hi,
I'm using VLANs (IEEE 802.1q taggig) with the fxp driver. In the past (up
to 4.3 RELEASE and STABLE) the was a patch nessesary to get the MTU up to
1500 Bytes on the vlan-interfaces. I was using the patch found on
http://www.euitt.upm.es/~pjlobo/fbsdvlan.html. This patch looks outdated, I
Hi,
I got the following error while figuring out the maximum amount of routes
in the kernel routing table:
# route add 192.168.1.1/32 10.0.0.1
route: writing to routing socket: No buffer space available
add net 192.168.1.1: gateway 10.0.0.1: routing table overflow
# netstat -rn | wc -l
29944