fragmented packet not reassembled after l2tp encapsulation in mpd and second fragmentation

2010-12-30 Thread Mykola Dzham
Hi! fragmented packets does not reassemble when encapsulated into l2tp and l2tp packets fragmented too. Send side: $ uname -a FreeBSD gamlet.kiev..com.ua 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #21 r216586: Mon Dec 20 14:12:32 EET 2010 r...@gamlet.kiev..com.ua:/usr/bsd/obj/usr/bsd/src/

Re: Configuring for 1 static and 1 DHCP interface ?

2010-11-23 Thread Mykola Dzham
Ronald F. Guilmette wrote: > > In message <20101123155323.ga51...@laptop.levsha.me>, > Mykola Dzham wrote: > > > Ronald F. Guilmette wrote: > >> This is problematic for several reasons. First, as I have learned, > >> having any interface set to "

Re: Configuring for 1 static and 1 DHCP interface ?

2010-11-23 Thread Mykola Dzham
Ronald F. Guilmette wrote: > > I just recently re-jigged my main server/workstation so that instead > of just having a single interface that talks to the Internet via a > single static IP, it now has, in addition to that, one other interface > (and card) that's talking to one of those little blac

Re: Bringing VLANs created with rc.conf vlans_ 'up' on boot?

2010-05-17 Thread Mykola Dzham
Peter Kieser wrote: > Hello, > > I am experimenting with FreeBSD vlan's using the vlans option > in rc.conf, my configuration is as follows: > > ifconfig_em1="up" > vlans_em1="100 101 102 103 104 105 106 107 108 109 110" > autobridge_interfaces="bridge0" > autobridge_bridge0="em0 em1.*" > ifcon

Re: Intel WiFi 5100/5300

2009-10-31 Thread Mykola Dzham
Bernhard Schmidt wrote: > On Sunday 25 October 2009 10:24:06 Bernhard Schmidt wrote: > > On Saturday 24 October 2009 21:41:39 Sam Fourman Jr. wrote: > > > Just wanted to make everyone aware that OpenBSD just 1 hour ago commited > > > a bunch of changes to their iwn driver. maybe some of it is usef

Re: Intel WiFi 5100/5300

2009-10-26 Thread Mykola Dzham
Bernhard Schmidt wrote: > Hi, > > Update: > > * iwnfw has now been split into individual modules so autoloading of firmware > module(s) does work again. > * Changes have been made to RUN -> AUTH transition, this should fix the issue > reported by Glen and others. > * Brandon reported issues in

Re: bin/131365: r190758 break using 0 , 0/0, 0.0.0.0/0 as alias for 'default'

2009-04-11 Thread Mykola Dzham
The following reply was made to PR bin/131365; it has been noted by GNATS. From: Mykola Dzham To: bug-follo...@freebsd.org, r...@freebsd.org Cc: Subject: Re: bin/131365: r190758 break using 0 , 0/0, 0.0.0.0/0 as alias for 'default' Date: Sat, 11 Apr 2009 11:2

Re: howto determine network device unit number? device.hints?

2009-01-15 Thread Mykola Dzham
g xl0 name fastEthernet0 >ifconfig em0 name gigaEthernet0 >ifconfig fastEthernet0 192.168.1.0/24 >Yony Yossef wrote: Interface renaming is complex when you use ng_ether: if ng_ether loaded before renaming, then ng_ether node name remain unchanged after ifconfig ... name -- My

Re: ALTQ Vlan

2008-03-23 Thread Mykola Dzham
limit the speed only on remote links. You can setup atlq on parent interface and assign traffic to queue on vlan interface: altq on em0 cbq bandwidth 1Gb queue { def, vlan10 } queue def bandwidth 80% cbq ( default , borrow ) queue vlan10 bandwidth 20Mb cbq ... pass out on vlan10 queue vlan10 -- M

Re: resend: multiple routing table roadmap (format fix)

2008-01-06 Thread Mykola Dzham
il afterwards. Is it possible to deny setfib after setfib N /bin/sh ? Or call setfib from jail? If yes this can be usable for restriction jail on some different fib -- Mykola Dzham, LEFT-(UANIC|RIPE) JID: [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mail

netstat -iW strip interface name to 7 symbols

2007-12-12 Thread Mykola Dzham
;. I think that 7 symbols is not enough wide: ifconfig ... name allow up to 16 symbols. Attached trivial patch expand interface name field to 16 chars, but my question is "is 7 symbol length is set specially?" -- Mykola Dzham, LEFT-(UANIC|RIPE) JID: [EMAIL PROTECTED] --- usr.bin/netstat/if