Re: network keep droping

2008-06-05 Thread Izwan Mohd
Hi, > > > Is it on DHCP? Sounds like it's lost the lease or the default route? > > /R > > ___ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > Nope i

Re: vlan oddness

2008-06-05 Thread Support (Rudy)
Paul wrote: Probably still in the routing table Yep. Had to go into quagga and delete the route... :) moved GW from another router to another. Thanks, Rudy ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: vlan oddness

2008-06-05 Thread Paul
Probably still in the routing table and didn't get removed when the interface was destroyed.. do a route get 10.5.43.225 Support (Rudy) wrote: I created and destoryed, brought up and down a vlan... now it is not accepting an IP what does the 'File exists' mean? #ifconfig vlan9 vlan9: fl

vlan oddness

2008-06-05 Thread Support (Rudy)
I created and destoryed, brought up and down a vlan... now it is not accepting an IP what does the 'File exists' mean? #ifconfig vlan9 vlan9: flags=8843 metric 0 mtu 1500 options=3 ether 00:30:48:5c:ba:9c media: Ethernet autoselect (1000baseTX ) status: acti

Re: IP-forwarding (help)

2008-06-05 Thread Arno J. Klaassen
Bakul Shah <[EMAIL PROTECTED]> writes: > On 05 Jun 2008 01:33:05 +0200 "Arno J. Klaassen" <[EMAIL PROTECTED]> wrote: > > Petar Bogdanovic <[EMAIL PROTECTED]> writes: > > > > > On Wed, Jun 04, 2008 at 11:06:01PM +0200, Arno J. Klaassen wrote: > > > > > > > > [ problem description ] > > I feel th

Re: anyone tried the Multi routing table code yet?

2008-06-05 Thread Max Laier
On Friday 30 May 2008 11:45:32 Julian Elischer wrote: > Rajkumar S wrote: > > On Sat, May 24, 2008 at 6:09 AM, Julian Elischer <[EMAIL PROTECTED]> wrote: > >> subject says it all really.. > > > > I am using pf and rtable to setfib and get an pfctl: DIOCADDRULE: > > Device busy when trying to load

Re: network keep droping

2008-06-05 Thread Roger Olofsson
PP skrev: Izwan Mohd wrote: Hi, I have being encountering a weird problem on my freebsd 6 , one of my remote machine being down frequently lately for no particular reason, when I go to the remote site to check then machine it was in good running condition but no network, it even can't ping

Re: Probable Bug in tcp.h

2008-06-05 Thread Bruce M. Simpson
Marc Lörner wrote: .. First of all I have the problam of misalignment of th_off. Because in this way always 4 bytes are read and the the bits of th_off are replaced. Then the 4 bytes are written back. But should (th_x and th_off) not only be 1 byte in whole -> only read and write 1 byte?

Re: Probable Bug in tcp.h

2008-06-05 Thread Rui Paulo
On Thu, Jun 05, 2008 at 05:12:47PM +0200, =?ISO-8859-1?Q?Marc_L=F6rner_ wrote: > Hello, > I probably found a bug in declaration of "struct tcphdr"! > > struct tcphdr { > u_short th_sport; /* source port */ > u_short th_dport; /* destination port */ > t

Probable Bug in tcp.h

2008-06-05 Thread Marc Lörner
Hello, I probably found a bug in declaration of "struct tcphdr"! struct tcphdr { u_short th_sport; /* source port */ u_short th_dport; /* destination port */ tcp_seq th_seq; /* sequence number */ tcp_seq th_ack;

Re: samba performance on 1Gig link: how to replace black magic with science? And why TCP windows scaling is not in play?

2008-06-05 Thread Lev A. Serebryakov
Adrian Chadd wrote: Figure out why window scaling isn't working - look at the options being negotiated (use tcpdump) and try to figure out which side isn't offering or is rejecting window size scaling negotiation. FreeBSD suggest scaling 9, Windows -- scaling 0. After that FreeBSD uses scalin

Re: network keep droping

2008-06-05 Thread PP
Izwan Mohd wrote: Hi, I have being encountering a weird problem on my freebsd 6 , one of my remote machine being down frequently lately for no particular reason, when I go to the remote site to check then machine it was in good running condition but no network, it even can't ping the server on t

Re: network keep droping

2008-06-05 Thread Izwan Mohd
Update: just got back from the remote site and checked the following: 1. tcpdump on the interface only show switch broadcast nothing more 2. the connection restored by doing arp -ad && ping On Thu, Jun 5, 2008 at 12:27 PM, Izwan Mohd <[EMAIL PROTECTED]> wrote: > > First question would be: Wha