raw ip paket sendto error

2006-04-10 Thread Stefan
sendto(sockfd, packet, (sizeof(struct ip) + sizeof(struct udphdr) + payload_len), 0, (struct sockaddr *)&sin4, (socklen_t)sizeof(struct sockaddr)); I can't figure out where the problem could be. I even don't know what the error means or wher

Re: raw ip paket sendto error

2006-04-11 Thread Stefan
second major problem? Best regards, Stefan ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: raw ip paket sendto error

2006-04-11 Thread Stefan
(socklen_t)sizeof(struct sockaddr)); return(result); } While using this functions I get this error on a FreeBSD system (RELENG_6_0): sendto: Invalid argument If you need the whole source code you can d/l here: http:// www.seekline.net/sile.tar.gz After building via "make" yo

ping round trip times freebsd - windows

2006-11-18 Thread Stefan
indows 2003 standard edition vmware 5.5 freebsd 6.1 release (generic kernel install; no further configuration changes) destination: windows 2003 server As soon as the ping pass the firewall and will be routed (either vpn or mpls) it seems that the rtt is only the half-way time. best regards S

fib 1 DHCP and RA default route

2022-06-21 Thread Stefan Bethke
t difference I have in the config, apart from using FIB 1 instead of the default. And for IPv4, I see that I get the default router through DHCP, but somehow /sbin/dhclient-script is not adding a default route. If I add it manually, it will be removed eventually. Any suggestions? Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-03 Thread Stefan Zehl
Hi, On Tue, Aug 01, 2023 at 13:21 -0500, Zane C B-H wrote: > So what is a good way to get all packets passing through that the kernel > currently sees? Apparently any is not support on non-Linux systems and > pflog would require adding log to all rules. Similarly only logs packets > that match

VirtualBox, if_bridge and bridged networking

2013-04-16 Thread Stefan Bethke
bit that I'm missing? Or is there some incompatibility between if_bridge and ng_ether? Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubs

Re: VirtualBox, if_bridge and bridged networking

2013-04-16 Thread Stefan Bethke
Am 16.04.2013 um 12:13 schrieb Nicolas de Bari Embriz Garcia Rojas: > On 04/16/2013 09:31, Stefan Bethke wrote: >> Hey, >> >> I'm a bit stumped getting a (FreeBSD guest) VM to use bridged networking to >> work. The same VM works fine on a Mac OS X and an Ubun

[zone: Mbuf_cluster] kern.ipc.nmbclusters limit reached in Virtual machine causes downtime

2014-06-24 Thread Stefan Stere
Hi, I have a vmware virtual server running FreeBSD 10.0 STABLE The virtual server has 100mbps port. It is running a Tor router, consuming an average of 6-7 TB of monthly traffic. Its the only purpose of the server. Last night it went down, and vmware console log was saying: [zone: Mbuf_cluster]

"ifconfig media off"?

2011-12-12 Thread Stefan Bethke
hysical connection. With media subtype "none", a 10 MBit/s half-duplex connection is established, potentially confusing the remote end about the availability of this link. On the local side, the link is down, so no packets are ex

Re: "ifconfig media off"?

2011-12-13 Thread Stefan Bethke
Am 13.12.2011 um 03:50 schrieb YongHyeon PYUN: > On Tue, Dec 13, 2011 at 12:56:22AM +0100, Stefan Bethke wrote: >> I'm currently writing a driver to configure an ethernet switch chip (see >> TL-WR1043ND on -embedded). >> >> I noticed that there doesn't seem

Re: "float PHYs", communication between indirect attached devices

2012-01-02 Thread Stefan Bethke
#x27;ses that are not associated with an interface. The miibus code assumes that any PHY is attached to an MII connected to an ethernet interfaces MAC. The switch ports are not part of the ethernet interfaces, and their MAC configuration doesn'

Re: "float PHYs", communication between indirect attached devices

2012-01-02 Thread Stefan Bethke
Am 02.01.2012 um 22:32 schrieb Adrian Chadd: > Hi, > > How about ray (or stefan, or someone :) does up a bit of a summary as > to how zrouter uses the floatphy and other stuff in the configuration > hints to represent all of this? > > Would we be better off changing th

Re: Ethernet Switch Framework

2012-01-20 Thread Stefan Bethke
rk as a full proxy for any phy driver looks non-trivial to me due to the API constraints the mii framework imposes. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: "ifconfig media off"?

2012-01-20 Thread Stefan Bethke
Am 14.12.2011 um 02:16 schrieb Marius Strobl: > On Tue, Dec 13, 2011 at 10:53:48AM -0800, YongHyeon PYUN wrote: >> On Tue, Dec 13, 2011 at 11:04:51AM +0100, Stefan Bethke wrote: >>> Am 13.12.2011 um 03:50 schrieb YongHyeon PYUN: >>> >>>> On Tue, Dec 13,

Re: Ethernet Switch Framework

2012-01-22 Thread Stefan Bethke
e0 nor arge1 appear to be functional. I had to roll my own kernel config as your AR7240 hangs before printing anything on my TL-MR3420. dmesg and devinfo below. Stefan CPU platform: Atheros AR7241 rev 1 CPU Frequency=400 MHz CPU DDR Frequency=400 MHz CPU AHB Frequency=200 MHz platform fre

Re: Ethernet Switch Framework

2012-01-25 Thread Stefan Bethke
L-WR1043ND to separate the WAN from the LAN ports), and we have test hardware for. In short, don't commit dead code. Having a description of the generic switch model that the API assumes and driver-specific documentation also wouldn't hurt. (Yes, I'm volunteering.) Stefan

Re: Ethernet Switch Framework

2012-01-29 Thread Stefan Bethke
support for a few chipsets in tree > that work in sufficiently-different manners that they can be models > for other drivers in the future. Which is a valid approach from a vendor's viewpoint. The reason we're talking is to try and make it easier to write a switch driver

Re: Ethernet Switch Framework

2012-01-29 Thread Stefan Bethke
point is that the admin has no need to change it, it's hard coded in the driver or statically configured via hints. And for all of this discussion, I'm using MII as a synonym for all xMII busses. Stefan -- Stefan BethkeFon +49 151 14070811 _

Re: Ethernet Switch Framework

2012-01-29 Thread Stefan Bethke
s (split devices), that would bring down the necessary changes to just a handful of lines. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Ethernet Switch Framework

2012-01-29 Thread Stefan Bethke
g with the constraints of the embedded- > world rather than to sprinkle hacks all over the place. Why is the above is less of a hack than making the ordering in nexus configurable through a hint? Stefan -- Stefan BethkeFon +49 151 14070811 diff --git a/sys/mips/mips/nexus.c b/sys

Re: Ethernet Switch Framework

2012-01-29 Thread Stefan Bethke
igure it at the runtime of the kernel. Except that it is not generally true, but only in specific configurations. Other boards have other combinations of devices. The Atheros family of switches is available both embedded into certain SoC as well as

Re: Running rtadvd or DHCPv6 server via if_bridge interface

2010-03-18 Thread Stefan Bethke
ured, so I'm a bit confused why if_bridge would not allow the auto-assignment of a link-local address. If you have two or more bridged interfaces now, and you enable automatic assignment of link-local addresses, you already have multiple link-locals this way; having th

Re: bridged wlan/ether still the same

2010-04-03 Thread Stefan Bethke
ifconfig_tap0="up" I've set bridge0's MAC address to avoid sillyness with a cheap desktop switch that would get confused on reboots. HTH, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mailing l

Re: net/mpd5, ppp, proxy-arp issues

2010-04-26 Thread Stefan Esser
should be completely removed, since time has shown, that the init order is correct in general. I'll remove that message (or make it conditional on "bootverbose") unless there is opposition to this change ... Regards, STefan ___ freebsd-n

Re: CARP over LAGG

2010-08-03 Thread Stefan Lambrev
lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.free

Re: carpdev?

2008-06-16 Thread Stefan Lambrev
man/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

jboss4 on freebsd

2008-06-24 Thread Stefan Lambrev
y ideas how I can improve things? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: jboss4 on freebsd

2008-06-24 Thread Stefan Lambrev
is in the same second as I see no buffer space available .. isn't this weird? Stefan Lambrev wrote: Greetings, I'm experimenting with jboss4 cluster under freebsd 7 (amd64). In my configuration I have 2 jboss instances which are in cluster and they communicate via separate network

if_bridge turns off checksum offload of members?

2008-06-30 Thread Stefan Lambrev
st that bridge can do today is just 720kpps (just incoming) vs 1000kpps with sources from few months ago. I'm using the same hardware and same configuration so I'm not sure why -stable is slower. -- Best Wishes, Stefan Lambrev ICQ# 24134177

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-06-30 Thread Stefan Lambrev
bye, Ingo ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 __

Re: if_bridge turns off checksum offload of members?

2008-07-01 Thread Stefan Lambrev
Andrew Thompson wrote: On Mon, Jun 30, 2008 at 07:16:29PM +0900, Pyun YongHyeon wrote: On Mon, Jun 30, 2008 at 12:11:40PM +0300, Stefan Lambrev wrote: > Greetings, > > I just noticed, that when I add em network card to bridge the checksum > offload is turned off. > I

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-01 Thread Stefan Lambrev
in rc.conf options also: ifconfig_em0="polling up" #bridged interface in my conf Steve ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-01 Thread Stefan Lambrev
Ingo Flaschberger ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lam

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-01 Thread Stefan Lambrev
uot;[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: if_bridge turns off checksum offload of members?

2008-07-01 Thread Stefan Lambrev
ces one of which support TX and the other does not? At least if I turn on checksum offload only on one of the interfaces the bridge is still working ... Andrew Thompson wrote: - cut - This patch should do that, are you able to test it Stefan? cheers, Andrew P.S. I saw very good results wi

Re: if_bridge turns off checksum offload of members?

2008-07-01 Thread Stefan Lambrev
Hi, Sorry to reply to myself. Stefan Lambrev wrote: Hi, May be a stupid questions, but: 1) There are zero matches of IFCAP_TOE in kernel sources .. there is not support for TOE in 7.0, but may be this is work in progress for 8-current? 2) In #define BRIDGE_IFCAPS_MASK (IFCAP_TOE|IFCAP_TSO

Re: if_bridge turns off checksum offload of members?

2008-07-01 Thread Stefan Lambrev
1, 2008 at 12:51:42PM +0300, Stefan Lambrev wrote: Hi, May be a stupid questions, but: 1) There are zero matches of IFCAP_TOE in kernel sources .. there is not support for TOE in 7.0, but may be this is work in progress for 8-current? Yes, its in current only. Just remove IFCAP_TOE.

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-02 Thread Stefan Lambrev
ot be able to do this. After all single core seems to handle 500kpps, if we utilize four, eight or even more cores we should be able to route 1500kpps + ? I hope TOE once MFCed to 7-STABLE will help too? -- Best Wishes, Stefan Lambrev ICQ# 241

Re: arplookup x.x.x.x failed: host is not on local network

2008-07-03 Thread Stefan Lambrev
s actually a resource exhaustion problem. Has anyone got any suggestions? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-08 Thread Stefan Lambrev
t@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/list

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-08 Thread Stefan Lambrev
. May be we should ask Jack Vogel? He will have some news probably. -Kip ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]&

Re: Freebsd IP Forwarding performance (question, and some info) [7-stable, current, em, smp]

2008-07-11 Thread Stefan Lambrev
ng included in FreeBSD. I can do this - I can install 8-current, patch it and put it under load and report results, but need patches :) I guess Paul is in the same situation .. -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@free

Re: Small patch to multicast code...

2008-08-26 Thread Stefan Lambrev
ibe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: kern/106438: [ipf] ipfilter: keep state does not seem to allow replies in on spar64 (and maybe others)

2009-01-07 Thread Stefan Krüger
The following reply was made to PR kern/106438; it has been noted by GNATS. From: =?iso-8859-1?Q?=22Stefan_Kr=FCger=22?= To: bug-follo...@freebsd.org Cc: Subject: Re: kern/106438: [ipf] ipfilter: keep state does not seem to allow replies in on spar64 (and maybe others) Date: Wed, 07 Jan 2009 0

Re: When configuring 2 VLANs to be on the same subnet, only one works.

2009-01-13 Thread Stefan Lambrev
send any mail to "freebsd-net-unsubscr...@freebsd.org" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "

Multi-homing, jails, and source address selection

2009-03-12 Thread Stefan Bethke
oute_openvpn="10.0.0.0/18 10.0.63.255" jail_enable="YES" jail_set_hostname_allow="NO" jail_sysvipc_allow="YES" jail_devfs_enable="YES" jail_mount_enable="YES" jail_list="foo bar baz"

Re: Multi-homing, jails, and source address selection

2009-03-14 Thread Stefan Bethke
Am 14.03.2009 um 19:01 schrieb Bjoern A. Zeeb: On Thu, 12 Mar 2009, Stefan Bethke wrote: I'm having some trouble configuring a dual-homed jail host, running -current from about 4 weeks ago. ... Is there any documentation on how source addresses are selected? I thought I remembered th

Re: Multi-homing, jails, and source address selection

2009-03-15 Thread Stefan Bethke
Am 14.03.2009 um 22:35 schrieb Julian Elischer: Stefan Bethke wrote: Am 14.03.2009 um 19:01 schrieb Bjoern A. Zeeb: On Thu, 12 Mar 2009, Stefan Bethke wrote: I'm having some trouble configuring a dual-homed jail host, running -current from about 4 weeks ago. ... Is ther

if_bridge and .1q VLANs

2009-03-20 Thread Stefan Bethke
Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: change in ifconfig out put for wlan devices on -CURRENT

2009-03-20 Thread Stefan Bethke
same issue as in this thread? <http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004813.html > HTH, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: MAC locking and filtering in FreeBSD

2009-05-13 Thread Stefan Lambrev
quot;freebsd-net-unsubscr...@freebsd.org" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: MAC locking and filtering in FreeBSD

2009-05-13 Thread Stefan Lambrev
Hi, On May 13, 2009, at 10:03 PM, Brett Glass wrote: Stefan: You are correct: This is not real security. In fact, I would argue that it's not security at all. But many businesses that have to maintain hotspots -- especially some hotel chains -- are "allergic" to any

Re: MAC locking and filtering in FreeBSD

2009-05-14 Thread Stefan Lambrev
erent degrees of access to them. For example, a user might be trapped in a "walled garden" until agreeing to an acceptable use policy, and then redirected -- but only once -- to a specific Web page, such as the hotel chain's reservation page. --Brett Glass -- Best Wishes

sockets without owner.

2007-04-04 Thread Stefan Lambrev
to both IPs - 192.168.13.12 is http balancer and 192.168.13.3 is apache server (both were restarted) -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubsc

wpi driver.

2007-04-19 Thread Stefan Lambrev
pi.c /root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c: In function `wpi_firmware_get': /root/wpi/sys/modules/wpi/../../dev/wpi/if_wpi.c:294: warning: assignment discards qualifiers from pointer target type *** Error code 1 Stop in /root/wpi/sys/modules/wpi. -- Best Wishes, Stefan La

Re: wpi driver.

2007-04-20 Thread Stefan Lambrev
Hi, Thanks for the quick reply. But ... Orum wrote: Stefan, I've gotten it to work on 6.2, but you need to get the patched version (specifically made for 6.2) from this location: http://www.bsdmon.com/download/20070121-wpi-freebsd.tar.gz This does NOT compile on FreeBSD 6.2-stable fr

tun devices and vpnc in CURRENT

2007-04-22 Thread Stefan Ehmann
ch file or directory This is a CURRENT as of today. Please tell me if you need more info. Stefan ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

em0 - bge0 failed to work at 1000baseTX

2007-04-24 Thread Stefan Lambrev
freebsd 6.2 stable - em0 is i386 and bge0 is on amd64. em0 was tested with 6.2-release too. Thanks in advance. -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: em0 - bge0 failed to work at 1000baseTX

2007-04-25 Thread Stefan Lambrev
Hello, Jack Vogel wrote: On 4/24/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Hello, I'm trying to get two gigabit network cards to work together. em0: port 0x1000-0x101f mem 0xf050-0xf051,0xf0524000-0xf0524fff irq 19 at device 25.0 on pci0 [EMAIL PROTECTED]:25:0: cla

Re: em0 - bge0 failed to work at 1000baseTX

2007-05-07 Thread Stefan Lambrev
Hi, Jack Vogel wrote: -cut- The new driver I just checked into CURRENT has this fix, I hope its going to be in the May snapshot, Stefan, can you try CURRENT to see if it solves your problem? Jack I'll need some time for this :) But my idea was to run some benchmarks on freebsd 6.2-re

Re: em0 - bge0 failed to work at 1000baseTX

2007-05-07 Thread Stefan Lambrev
Hi again, Jack Vogel wrote: The new driver I just checked into CURRENT has this fix, I hope its going to be in the May snapshot, Stefan, can you try CURRENT to see if it solves your problem? Jack I have problems with loading if_em as module on 7.0-current from today: link_elf: symbol

Re: em0 - bge0 failed to work at 1000baseTX

2007-05-13 Thread Stefan Lambrev
Jack Vogel wrote: On 5/7/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Hi again, Jack Vogel wrote: > > The new driver I just checked into CURRENT has this fix, I hope its > going to be in the May snapshot, Stefan, can you try CURRENT to > see if it solves your proble

Re: em0 - bge0 failed to work at 1000baseTX

2007-05-26 Thread Stefan Lambrev
Hi Jack, Jack Vogel wrote: On 5/7/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Hi again, Jack Vogel wrote: > > The new driver I just checked into CURRENT has this fix, I hope its > going to be in the May snapshot, Stefan, can you try CURRENT to > see if it solves your p

em0 failed to work at 1000baseTX. WAS [Re: em0 - bge0 failed to work at 1000baseTX]

2007-05-27 Thread Stefan Lambrev
between bge0 and the new server with intel card and everything works fine. -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: em0 failed to work at 1000baseTX. WAS [Re: em0 - bge0 failed to work at 1000baseTX]

2007-05-27 Thread Stefan Lambrev
Hi Jack, Jack Vogel wrote: Stefan, I am having a long weekend and am supposed to be doing something other than this :) However, when I get back in the office on Tuesday I will see if I can repro this, so just to make sure, tell me what the PCI ID of the two cards are when it fails with

Re: em0 failed to work at 1000baseTX. WAS [Re: em0 - bge0 failed to work at 1000baseTX]

2007-05-31 Thread Stefan Lambrev
Jack Vogel wrote: On 5/29/07, Jack Vogel <[EMAIL PROTECTED]> wrote: On 5/27/07, Jack Vogel <[EMAIL PROTECTED]> wrote: > On 5/27/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote: > > Hi Jack, > > > > Jack Vogel wrote: > > > Stefan, > > > >

Re: em0 failed to work at 1000baseTX. WAS [Re: em0 - bge0 failed to work at 1000baseTX]

2007-06-04 Thread Stefan Lambrev
Hi, Jack Vogel wrote: On 5/31/07, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Thank you very much for the help Jack :)) Unfortunately I'm off next four days and probably will not be able to test it before Monday. Btw any chances to have patch for releng_6 or the difference in the dri

Re: tun devices and vpnc in CURRENT

2007-07-15 Thread Stefan Ehmann
On Saturday 14 July 2007 21:21:32 Brian Somers wrote: > On Sun, 22 Apr 2007 13:18:49 +0200 Stefan Ehmann <[EMAIL PROTECTED]> wrote: > > On CURRENT, each time I stop/start vpnc a new tun device is created. > > Since I restart vpnc every time I re-connect to the network, my ifco

FIN_WAIT_2 on FreeBSD 6.2-STABLE

2007-11-01 Thread Stefan Lambrev
Hi, I'm seeing strange problem with sockets in state FIN_WAIT_2. netstat -n |grep FIN_WAIT_2|wc -l shows 12234 lines, Those sockets never die and just grow more and more, when finally today I saw this in logs: postfix/smtp[6968]: connect to gmail-smtp-in.l.google.com[66.249.91.27]: Can't assig

Re: Test changes to em

2007-11-02 Thread Stefan Lambrev
Jack Vogel wrote: Although I see it at least one person claims the message came thru with only the header file, so I am going to send if_em.c thru again. Jack ___ freebsd-net

rtfree: 0xc741ee88 has 1 refs

2007-11-02 Thread Stefan Lambrev
Hi, I see rtfree: 0xc741ee88 has 1 refs with freebsd releng_7 (i386) from today. I think it's easy reproducible. What I have is: releng_7 (10.1.1.2) -> default GW (10.1.1.1) on default GW I have route to 10.10.1.1/24 -> 10.1.1.3 so everytime when 10.1.1.2 try to contact someone from 10.10.1.1/

Re: rtfree: 0xc741ee88 has 1 refs

2007-11-06 Thread Stefan Lambrev
Hi, Sorry to reply to myself, but I found that the problem exist only if the GW is carp interface, e.g. 10.1.1.1 sits on carp0 on default GW. I'm still testing how to reproduce this in my test lab and will fill a PR. Stefan Lambrev wrote: Hi, I see rtfree: 0xc741ee88 has 1 refs with fr

icmp type 5 redirect

2007-11-06 Thread Stefan Lambrev
net.inet.icmp.reply_from_interface: 0 net.inet.icmp.reply_src: net.inet.icmp.icmplim_output: 1 net.inet.icmp.log_redirect: 0 net.inet.icmp.drop_redirect: 0 net.inet.icmp.maskfake: 0 -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http

Re: icmp type 5 redirect

2007-11-06 Thread Stefan Lambrev
Hi, Yuri Pankov wrote: On Tue, 2007-11-06 at 14:04 +0200, Stefan Lambrev wrote: Hi, When FreeBSD 6 act as a gatewa,y by default sends icmp type 5 redirect when needed, but releng_7 does not. Any ideas how to enable this on RELENG_7? net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 200

SYN Flood protection

2007-12-13 Thread Stefan Lambrev
Hi list, On bridge firewall with PF can I do anything more then using (source-track rule, max-src-conn-rate SS/ss, max-src-states X) to protect servers&services behind it from SYN flood? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd

Re: Linux SMP network performance measurements

2008-01-15 Thread Stefan Lambrev
___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list

Re: SMPable version of EM driver

2008-01-26 Thread Stefan Lambrev
G_6_X now? Let you try http://people.yandex-team.ru/wawa/em-6.7.3-yandex-1.28.tar.gz. We keep code synced with latest RELENG_6. Latest feature: I have start to move m_freem/m_get away from em_start and em_rxeof. They lock. Truly, -- Best Wishes, Stefan Lambrev ICQ# 241

Re: SMPable version of EM driver

2008-01-27 Thread Stefan Lambrev
Hi Vladimir, Vladimir Ivanov wrote: Hi, Stefan Stefan Lambrev wrote: Hi Vladimir, Will http://people.yandex-team.ru/~wawa/em-6.7.3-yandex-1.28.tar.gz work out of the box on FreeBSD 7, or it's just for 6.X? We use (and debug) it w/RELENG_6. I seem it can be used w/CURRENT but I didn&#

Re: SMPable version of EM driver

2008-01-27 Thread Stefan Lambrev
Hi Vladimir, Vladimir Ivanov wrote: Hi, Stefan Stefan Lambrev wrote: Hi Vladimir, Will http://people.yandex-team.ru/~wawa/em-6.7.3-yandex-1.28.tar.gz work out of the box on FreeBSD 7, or it's just for 6.X? We use (and debug) it w/RELENG_6. I seem it can be used w/CURRENT but I didn&#

Re: [RESOLVED] Re: Strange resolver behavior

2008-02-27 Thread Stefan Lambrev
e more permissive for this case, because there are real uses of it, and other operating systems does allow it at the client side. Did you check http://tools.ietf.org/html/rfc2782 ? It is "PROPOSED STANDARD" and MS DNS in Win2003 already uses it (if you have domain controller for example

Re: route-to not working

2008-03-20 Thread Stefan Lambrev
t Regards, Wesley Gentine ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___

Re: route-to not working

2008-03-20 Thread Stefan Lambrev
Vlad GALU wrote: On 3/20/08, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Greetings, Wesley wrote: > Dear people, > > I have 2 links on a box, and I don't want to load balance it but, only to > reply requests in the same interface that it comes. > > I t

Re: route-to not working

2008-03-20 Thread Stefan Lambrev
Greetings, Eygene Ryabinkin wrote: Stefan, good day. Thu, Mar 20, 2008 at 03:43:44PM +0200, Stefan Lambrev wrote: But here is working example which you can improve off course. #dual home pass in on $ext_if1 reply-to ($ext_if1 $gw1) from any to $external_addr1 keep state pass out on

Re: TCP options order changed in FreeBSD 7, incompatible with some routers

2008-05-01 Thread Stefan Lambrev
Greetings, I'm little lost in this thread. Is there a solution for the problem and is it part of RELENG_7? If yes can someone tell me which version of which files fix this? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebs

Re: Troubles with em on FreeBSD 7

2008-05-04 Thread Stefan Lambrev
00.00% em0 taskq how many packets per second ? I've seen this only during syn floods :) Can you show the output of netstat -I em0 2 ? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.o

Re: Discrepancy on netstat -w x -I and what Cisco reports

2008-05-12 Thread Stefan Lambrev
lags=1c lagg2: flags=8843 metric 0 mtu 1500 options=19b ether 00:15:17:5d:28:60 media: Ethernet autoselect status: active laggproto lacp laggport: em5 flags=1c laggport: em4 flags=1c _______ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To uns

Re: Adjust Maximum Segment Size?

2008-05-27 Thread Stefan Lambrev
Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and some concerns about performance too .. There are several ways to inject packet to ng_tcpmss: - ipfw + divert + ng_ksocket. It shou

Re: Adjust Maximum Segment Size?

2008-05-28 Thread Stefan Lambrev
Ermal Luçi wrote: On Tue, May 27, 2008 at 8:04 PM, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Greetings, Alexander Motin wrote: Stefan Lambrev wrote: Yes, You can with ng_tcpmss Isn't it doable only with ipfw/divert when using ng_tcpmss? I have and so

Re: Wireless support for the Netgear WG311T?

2004-06-20 Thread Stefan Eßer
an provide boot messages (with either driver), if there is any interest ... Regards, STefan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Kernel panic with pfil

2005-03-06 Thread Stefan Olteanu
## # # ping #---- pass in quick on lo0 all pass out quick on lo0 all Thank you very much for any lead on how to resolve this. Stefan Olteanu = _

IPv6 NDP triggering QuaggaLinux problem?

2018-01-13 Thread Stefan Bethke
bridge0 linkmtu=0, maxmtu=0, curhlim=64, basereachable=30s0ms, reachable=32s, retrans=1s0ms Flags: auto_linklocal Stefan -- Stefan BethkeFon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: IPv6 NDP triggering QuaggaLinux problem?

2018-01-13 Thread Stefan Bethke
Am 13.01.2018 um 23:06 schrieb Stefan Bethke : > > Hey guys, > > I’m a bit stumped and are hoping for some helpful pointers. > > I have two machines both running a recent 11-stable (SuperMicro X11SSH-F with > a E3-1240v6); each one is connected to one Ethernet switch thro

Re: Have I got this VIMAGE setup correct?

2016-01-03 Thread Stefan Bethke
using create_args_ in rc.conf. I believe that ifconfig only let’s you work with only one address family per invocation. Stefan -- Stefan BethkeFon +49 151 14070811 create_args_tap0="ether 02:00:00:00:01:00" create_args_tap1="ether 02:00:00:00:01:01" create_args_tap

netif restart on VMWare loses carp

2017-02-09 Thread Stefan Thiel
>Hi, > >I’m an application developer using FreeBSD for gateways on a ESXi 6 VMWare > cluster. > >After rebooting the gateway all is fine, but upon ‘/etc/rc.d/netif > restart’ some of the carp definitions/aliases on the vlan interfaces are lost > (different ones but reproduc

Re: netif restart on VMWare loses carp

2017-02-13 Thread Stefan Thiel
Same problem is reproducible on VirtualBox. Current facts so far for losing “carp on ‘netif restart’” - Only virtualized env (VMWare ESXi 6, VBox – current version; not reproduced on a PC engine hardware) - Carp with VLAN aliases I’m still not sure what component is responsible, but seeing the

SR_IOV with ixgbe not working?

2020-06-21 Thread Stefan Bethke
g? It seems some months ago it was necessary to compile the Intel driver instead of the in-tree one. I would have assumed that it would have been integrated by now. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-net@freebsd.org mail

SR_IOV with ixgbe not working?

2020-06-28 Thread Stefan Bethke
ld this be working? It seems some months ago it was necessary to compile the Intel driver instead of the in-tree one. I would have assumed that it would have been integrated by now. Stefan -- Stefan Bethke mailto:s...@lassitu.de>> Fon +49 151 14070811 signature.asc Description: Message signed with OpenPGP

Re: Bridge interface on VLAN not working

2020-07-05 Thread Stefan Bethke
port 30 priority 128 path cost 2000 member: jouk flags=143 ifmaxaddr 0 port 29 priority 128 path cost 2000 member: tap2 flags=143 ifmaxaddr 0 port 9 priority 128 path cost 200 member: vlan100 flags=143 ifmaxaddr 0 port 12 prio

netgraph pptp and alcatel adsl modems

2001-02-24 Thread Stefan Arentz
client] device: CLOSE event in state UP It' must be something with the 'pc1' thing, but I have no idea what it is. Reading the RFC now, but I hope someone on the list knows more about this. Thanks! Stefan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

  1   2   >