Strange problem with TCP checksum

2015-06-22 Thread Andrej Sossi
Hello, I have a weird network problem which I believe may be caused by the FreeBSD igb driver or perhaps even the network adapter. Let me try to explain the scenario in brief: I have a FreeBSD 10.0-RELEASE-p10 server with a public IP address, in which N virtual machines are installed through JAI

Re: strange problem FreeBSD-8.1-Release

2011-08-17 Thread Mike Tancsa
On 8/17/2011 2:00 PM, Sami Halabi wrote: > > > too many missed packets? > any ideas to improve it? RELENG_8 :) Lots of bug fixes and improvements. ---Mike > > Sami > > > On Wed, Aug 17, 2011 at 8:41 PM, Mike Tancsa > wrote: > > On 8/17/2011 12:07 PM, S

Re: strange problem FreeBSD-8.1-Release

2011-08-17 Thread Sami Halabi
Hi, i'll try updating the driver. here is the log after i sysctl : Aug 17 20:56:38 bgpServer kernel: em2: Excessive collisions = 0 Aug 17 20:56:38 bgpServer kernel: em2: Sequence errors = 0 Aug 17 20:56:38 bgpServer kernel: em2: Defer count = 0 Aug 17 20:56:38 bgpServer kernel: em2: Missed Packets

Re: strange problem FreeBSD-8.1-Release

2011-08-17 Thread Mike Tancsa
On 8/17/2011 7:46 AM, Sami Halabi wrote: > Hi, > I have a FBSD router base on version 8.1-RELEASE-p4. > Today at 13:00 approx i had a sudden fall down of the traffic on the graphs > on all ports. > the strange thing is that no connection was lost, but the traffic like went > down. > on the logs i h

strange problem FreeBSD-8.1-Release

2011-08-17 Thread Sami Halabi
Hi, I have a FBSD router base on version 8.1-RELEASE-p4. I have 6 Nics, bce1 - connected to the net bce0 & em0 are bridged into bridge0 and connected to a switch & another server em1 - connected to a server em2 & em3 are teammed (using lagg0 with LACP) and connected to an intra net I'm monitori

Re: Strange problem with sk0

2010-11-06 Thread Pyun YongHyeon
On Fri, Oct 22, 2010 at 05:09:33PM -0400, Mikhail T. wrote: > Hello! > > I have a rather bizarre problem with my on-board sk interface... It only > works, when tcpdump is running... > > Seriously. It negotiates with the switch (1000baseT/full-duplex) just > fine, but, unless tcpdump has it ope

re: Strange problem with sk0

2010-10-24 Thread Vladimir Grigorov
May be ypotr switch try to negotiate spanning tree ? I have same problems with other cards, not only sk. Try to disavle spanning tree negotiation on your switch. On cisco Catalyst this is done by 'spanning-tree porfast' command on interface -- С уважением, Vladimir

Re: Strange problem with sk0

2010-10-22 Thread Pyun YongHyeon
On Fri, Oct 22, 2010 at 05:09:33PM -0400, Mikhail T. wrote: > Hello! > > I have a rather bizarre problem with my on-board sk interface... It only > works, when tcpdump is running... > > Seriously. It negotiates with the switch (1000baseT/full-duplex) just > fine, but, unless tcpdump has it ope

Strange problem with sk0

2010-10-22 Thread Mikhail T.
Hello! I have a rather bizarre problem with my on-board sk interface... It only works, when tcpdump is running... Seriously. It negotiates with the switch (1000baseT/full-duplex) just fine, but, unless tcpdump has it open (and in "promiscuous" mode), no traffic seems to go through. It would

Re: [help]strange problem about gethostbyname/getaddrinfo

2008-12-23 Thread stutiredboy
Hajimu UMEMOTO 写道: Hi, On Wed, 10 Dec 2008 13:48:51 +0800 "=?GB2312?B?s8LQocn6?=" said: stutiredboy> hi,all,we have a project which must resolv some domains in the server stutiredboy> process stutiredboy> our system in FreeBSD 6.2 or 6.3, the server process may open 7000+ st

Re: [help]strange problem about gethostbyname/getaddrinfo

2008-12-17 Thread Hajimu UMEMOTO
Hi, > On Wed, 10 Dec 2008 13:48:51 +0800 > "=?GB2312?B?s8LQocn6?=" said: stutiredboy> hi,all,we have a project which must resolv some domains in the server stutiredboy> process stutiredboy> our system in FreeBSD 6.2 or 6.3, the server process may open 7000+ stutiredboy> sockets,not fork

Re: strange problem with ifconfig alias

2008-12-12 Thread John-Mark Gurney
Vyacheslav Bocharov wrote this message on Fri, Dec 12, 2008 at 20:56 +0200: > >> r...@chip# ifconfig em1 alias 195.3.245.xx/30 > >> ifconfig: ioctl (SIOCAIFADDR): File exists > > > If there is already an ip in that range on the interface, you need to use: > > ifconfig em1 alias 195.3.245.xx/32 > T

Re[3]: strange problem with ifconfig alias

2008-12-12 Thread Vyacheslav Bocharov
Здравствуйте, Bjoern. Вы писали 12 декабря 2008 г., 21:25:57: > On Fri, 12 Dec 2008, Vyacheslav Bocharov wrote: > Hi, r...@chip# ifconfig em1 alias 195.3.245.xx/30 ifconfig: ioctl (SIOCAIFADDR): File exists >> >>> If there is already an ip in that range on the interface, you need to u

Re[2]: strange problem with ifconfig alias

2008-12-12 Thread Bjoern A. Zeeb
On Fri, 12 Dec 2008, Vyacheslav Bocharov wrote: Hi, r...@chip# ifconfig em1 alias 195.3.245.xx/30 ifconfig: ioctl (SIOCAIFADDR): File exists If there is already an ip in that range on the interface, you need to use: ifconfig em1 alias 195.3.245.xx/32 There are no other ip on any interfaces

Re[2]: strange problem with ifconfig alias

2008-12-12 Thread Vyacheslav Bocharov
>> r...@chip# ifconfig em1 alias 195.3.245.xx/30 >> ifconfig: ioctl (SIOCAIFADDR): File exists > If there is already an ip in that range on the interface, you need to use: > ifconfig em1 alias 195.3.245.xx/32 There are no other ip on any interfaces in that range > Next time include ifconfig -a so

Re: strange problem with ifconfig alias

2008-12-12 Thread John-Mark Gurney
Vyacheslav Bocharov wrote this message on Thu, Dec 11, 2008 at 16:29 +0200: > I have strange problem with ifconfig: I can't add ip address to interface: Have you followed the instructions in the handbook: http://www.freebsd.org/doc/en/books/handbook/configtuning-virtual-hosts.html >

strange problem with ifconfig alias

2008-12-11 Thread Vyacheslav Bocharov
Hello. I have strange problem with ifconfig: I can't add ip address to interface: [EMAIL PROTECTED] route get 195.3.245.xx route to: 195.3.245.xx destination: default mask: default gateway: gadget interface: vlan10 flags: recvpipe sendpipe ssthresh rtt,msecr

Re: [help]strange problem about gethostbyname/getaddrinfo

2008-12-10 Thread Hajimu UMEMOTO
Hi, > On Wed, 10 Dec 2008 01:58:38 -0600 > "David DeSimone" <[EMAIL PROTECTED]> said: fox> It sounds like the resolver library is running into a 1024-descriptor fox> limit. From select(2): Our resolver doesn't use select(2) but use kqueue(2). So, we don't have this limitation. Sincere

Re: [help]strange problem about gethostbyname/getaddrinfo

2008-12-09 Thread David DeSimone
<[EMAIL PROTECTED]> wrote: > > The problem is we found when the server porcess open 1000+ or higher > sockets(but we can query any legal domain in the system normally), the > gethostbyname or getaddrinfo might fetch nothing(sometimes the query > is ok), the gethostbyname's return error is: errno=2

[help]strange problem about gethostbyname/getaddrinfo

2008-12-09 Thread 陈小生
hi,all,we have a project which must resolv some domains in the server process our system in FreeBSD 6.2 or 6.3, the server process may open 7000+ sockets,not fork we have set the maxopensockets as 65536,as follows: kern.ipc.numopensockets: 4737 kern.ipc.maxsockets: 65536 socket: 356,6

Re: Strange problem with IPSEC, not entirely transparent.

2005-11-23 Thread KAMADA Ken'ichi
At Tue, 22 Nov 2005 21:52:53 +, Baldur Gislason <[EMAIL PROTECTED]> wrote: > > Now, here's the problem. When I have spmd and iked running on both ends, and > everything between > the hosts goes by IPSEC, comms over the tunnel work fine but I cannot connect > to any TCP ports > on the 5.4 mac

Re: Strange problem with IPSEC, not entirely transparent.

2005-11-22 Thread Baldur Gislason
And another observation, sorry for flooding the list like this. The 4.11 box is compiled with IPSEC_DEBUG but the 5.4 box isn't. Baldur On Tue, Nov 22, 2005 at 09:57:24PM +, Baldur Gislason wrote: > Adding: > If I kill spmd on the 5.4 box, then all works fine but the comms are only > encrypt

Re: Strange problem with IPSEC, not entirely transparent.

2005-11-22 Thread Baldur Gislason
Adding: If I kill spmd on the 5.4 box, then all works fine but the comms are only encrypted in one direction. Baldur On Tue, Nov 22, 2005 at 09:52:53PM +, Baldur Gislason wrote: > I recently set up IPSEC communications between two hosts I have in different > places. > One is FreeBSD 5.4-STA

Strange problem with IPSEC, not entirely transparent.

2005-11-22 Thread Baldur Gislason
I recently set up IPSEC communications between two hosts I have in different places. One is FreeBSD 5.4-STABLE August 22. 2005. The other is 4.11-STABLE April 18th 2005. I run a gif tunnel between them and routes for networks found on both sides are negotiated by quagga using ospf. the internet

ipf over bridge strange problem.

2004-07-01 Thread fz
Hi, For technical (and especially customer) reasons, i setted up a firewalling solution based on FreeBSD 4.x (kernel compiled with BRIDGE option) and ipf. No more particular stuff. You'ld find others configuration details at the end of this post (dmesg and more). Now, the problem. Randomly, i

Re: Strange problem with vnodes and sockets

2004-03-07 Thread Kiss Tibor
On Sun, Mar 07, 2004 at 02:40:50PM -0500, Robert Watson wrote: > > notion of "owner". so_cred is a cached referenced to the process > credential of the process that created the socket... Yes, but i need the process p_pid. > > VSOCK vnodes are rendezvous points for UNIX domain socket communication,

Re: Strange problem with vnodes and sockets

2004-03-07 Thread Robert Watson
On Sun, 7 Mar 2004, Kiss Tibor wrote: > I want to create a small kernel module which logs the socket operations. > So in my module I have a socket structure, and i want to know which > process (thread) owns that. I try to solve this problem by this way: Sockets, as with files, can be referenced

Strange problem with vnodes and sockets

2004-03-07 Thread Kiss Tibor
I want to create a small kernel module which logs the socket operations. So in my module I have a socket structure, and i want to know which process (thread) owns that. I try to solve this problem by this way: ... struct proc *p; struct vnode *vn; struct filedesc *

SV: very strange problem

2003-07-12 Thread Matt Douhan
-Ursprungligt meddelande- Fran: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] rmkml Skickat: den 12 juli 2003 22:21 Till: Matt Douhan Amne: Re: very strange problem ok thanks, -> http://www.fruitsalad.org/people/mdouhan/fw1.tar.gw please send ipfstat 5:30am mdouhan @ [firewa

Re: very strange problem

2003-07-12 Thread Matt Douhan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for topposting but I will try and answer the requests one by one, I can only do FW1 today, and fw2 on monday, but here goes > > possible send tcpump record pb ? > (example: tcpdump -ns 0 -i externalintf_fw1 -w all1.tcpdump > and tcpdump -ns 0 -

very strange problem

2003-07-12 Thread Matt Douhan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello I am running FBSD on two firewalls in a scenario like below internet | FW2 | DMZ | FW1 | internal LAN FW1 is running ipf and fw2 is running ipf and ipnat hosts on the DMZ can access the internet without problems, ping traceroute and mail, ht

Re: Strange problem with PPP/Netgraph (PPPoE)

2001-11-22 Thread Archie Cobbs
Matthew Emmerton writes: > Any ideas on why doing an 'ifconfig rl0 up' before starting PPP (using set > device PPPoE:rl0) would cause this problem? (These machines are running > 4.3-REL-p20) There is a kernel bug in 4.3 where certain interfaces can't deal with an outgoing packet appearing while

Re: Strange problem with PPP/Netgraph (PPPoE)

2001-11-22 Thread Mike Tancsa
On Thu, 22 Nov 2001 14:36:37 + (UTC), in sentex.lists.freebsd.net you wrote: >Thanks for all who replied to this thread, indicating that a bad cable was >likely the culprit. > >In this case, changing the cable didn't help, but commenting out the >"ifconfig_rl0='up'" line in /etc/rc.conf fixed

Re: Strange problem with PPP/Netgraph (PPPoE)

2001-11-22 Thread Matthew Emmerton
Thanks for all who replied to this thread, indicating that a bad cable was likely the culprit. In this case, changing the cable didn't help, but commenting out the "ifconfig_rl0='up'" line in /etc/rc.conf fixed the problem. Any ideas on why doing an 'ifconfig rl0 up' before starting PPP (using s

Re: Strange problem with PPP/Netgraph (PPPoE)

2001-11-20 Thread Julian Elischer
the way to debug this is to run tcpdump on the ethernet card in question tcpdump knows how to interpret pppoe packets and it's good to see what is coming over from the other end.. On Tue, 20 Nov 2001 [EMAIL PROTECTED] wrote: > > > What is happening is that when ppp starts on bootup (ppp -quie

Re: Strange problem with PPP/Netgraph (PPPoE)

2001-11-20 Thread Brian Somers
> > > What is happening is that when ppp starts on bootup (ppp -quiet -ddial > > pppoe), the last entry is "dial -> carrier" and nothing else. Normally > > Looks like that the ethernet connection between your host and the modem is > broken. I get the same message when I unplug my ethernet wire.

Re: Strange problem with PPP/Netgraph (PPPoE)

2001-11-20 Thread Martin . Stiemerling
> What is happening is that when ppp starts on bootup (ppp -quiet -ddial > pppoe), the last entry is "dial -> carrier" and nothing else. Normally Looks like that the ethernet connection between your host and the modem is broken. I get the same message when I unplug my ethernet wire. Cheers Mar

Strange problem with PPP/Netgraph (PPPoE)

2001-11-20 Thread Matthew Emmerton
I've got a bunch of FreeBSD 4.4 boxes doing PPPoE using netgraph and PPP. They've been doing this quite happily for a few months, but now one of the boxes is sick. [ Disclaimer: I'm 150 miles away from the box, so I don't have exact log messages. What you see below is my simple paraphrasing.

strange problem with ipfilter and 4.3-BETA

2001-03-19 Thread Peter Blok
Hi, My system is having an internal interface, named sf0 and external sf3. I have cvsup'ed 4.3-BETA as of 16 march and have copied the /usr/src/etc/rc* files to /etc. In rc.network the invocation of ipfilter is now at the beginning to support IPFILTER_DEFAULT_BLOCK. When my system reboots it ha

Strange problem...

2000-12-25 Thread petro
Hello! I have such problem I have 2 networks with FreeBSD as router, all computers are connected to hub. And I have two Windows computers with the same settings(IP, gateway, DNS). The networks are the same . When I install 1 computer to 1 or 2 network it works, when I install 2 computer to 1 netwo