Re: FreeBSD router problems

2013-07-16 Thread Barney Cordoba
On Tue, 7/16/13, Eugene Grosbein wrote: Subject: Re: FreeBSD router problems To: "Barney Cordoba" Cc: freebsd-net@freebsd.org Date: Tuesday, July 16, 2013, 1:10 AM On 15.07.2013 22:04, Barney Cordoba wrote: > Also, IP frag

Re: FreeBSD router problems

2013-07-15 Thread Eugene Grosbein
On 15.07.2013 22:04, Barney Cordoba wrote: > Also, IP fragmentation and TCP segments are not the same thing. TCP > segments regularly will come in out of order, NFS is too stupid to do > things correctly; IP fragmentation should not be done unless necessary > to accommodate a smaller mtu. The PR

Re: FreeBSD router problems

2013-07-15 Thread Barney Cordoba
On Sun, 7/14/13, Eugene Grosbein wrote: Subject: Re: FreeBSD router problems To: "Barney Cordoba" Cc: freebsd-net@freebsd.org, "isp" Date: Sunday, July 14, 2013, 1:17 PM On 14.07.2013 23:14, Barney Cordoba wrote: >

Re: FreeBSD router problems

2013-07-15 Thread Barney Cordoba
On Sun, 7/14/13, Eugene Grosbein wrote: Subject: Re: FreeBSD router problems To: "Barney Cordoba" Cc: "isp" , freebsd-net@freebsd.org Date: Sunday, July 14, 2013, 1:17 PM On 14.07.2013 23:14, Barney Cordoba wrote: >

Re: FreeBSD router problems

2013-07-14 Thread Eugene Grosbein
On 14.07.2013 23:14, Barney Cordoba wrote: > So why not get a real 10gb/s card? RJ45 10gig is here, > and it works a lot better than LAGG. > > If you want to get more than 1Gb/s on a single connection, > you'd need to use roundrobin, which will alternate packets > without concern for ordering. Pu

Re: FreeBSD router problems

2013-07-11 Thread Alan Somers
How are you benchmarking it? Each TCP connection only uses one member of a lagg port. So if you want to see > 1 Gbps, you'll need to benchmark with multiple TCP connections. You may also need multiple systems; I don't know the full details of LACP. On Thu, Jul 11, 2013 at 11:32 AM, isp wrote:

Re: FreeBSD Router Problem

2009-03-27 Thread Peter Jeremy
On 2009-Mar-26 11:02:55 -0500, Pierre Lamy wrote: >A 1 day default timeout for established connections is retarded, since >virtually all client apps and OSs as well as intervening stateful >firewalls will lose state after 1 hour. With respect, this is nonsense. An app or OS should never "lose

Re: FreeBSD Router Problem

2009-03-27 Thread Adrian Penisoara
Hi, On Thu, Mar 26, 2009 at 5:02 PM, Pierre Lamy wrote: > stateshard limit1 > > If I want to dos this box all I need to do is hold 10k tcp connections open > in established. > > A 1 day default timeout for established connections is retarded, since > virtually all client apps and

Re: FreeBSD Router Problem

2009-03-26 Thread Pierre Lamy
stateshard limit1 If I want to dos this box all I need to do is hold 10k tcp connections open in established. A 1 day default timeout for established connections is retarded, since virtually all client apps and OSs as well as intervening stateful firewalls will lose state aft

Re: FreeBSD Router Problem

2009-03-26 Thread Adrian Penisoara
Hi, On Wed, Mar 25, 2009 at 11:21 PM, Shawn Everett wrote: > > tcp.established 86400s > > > > ^^ This should be 3600. > > > > Pierre > > That's an interesting thought. Why would that matter? It's the PF TCP established session timeout, which defaults to 1 day. This is relevant only

Re: FreeBSD Router Problem

2009-03-25 Thread Shawn Everett
> tcp.established 86400s > > ^^ This should be 3600. > > Pierre That's an interesting thought. Why would that matter? Shawn ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send a

Re: FreeBSD Router Problem

2009-03-25 Thread Pierre Lamy
tcp.established 86400s ^^ This should be 3600. Pierre Shawn Everett wrote: Any error messages in dmesg output ? Significant changes in "netstat -m" output before and after ? The same for "pfctl -s all" output... The box has been up for about 12 hours now. As a point of dis

Re: FreeBSD Router Problem

2009-02-27 Thread Adrian Penisoara
Hi, On Fri, Feb 27, 2009 at 9:04 AM, Shawn Everett wrote: > On Thursday 26 February 2009, Adrian Penisoara wrote: > > pfctl -v -s state > > It's midnight here. There should be very little active traffic from > workstations at this hour. I was just about to head off to bed. > OK, then check w

Re: FreeBSD Router Problem

2009-02-27 Thread Shawn Everett
On Thursday 26 February 2009, Adrian Penisoara wrote: > pfctl -v -s state It's midnight here. There should be very little active traffic from workstations at this hour. I was just about to head off to bed. #pfctl -v -s state No ALTQ support in kernel ALTQ related functions disabled all tcp 63

Re: FreeBSD Router Problem

2009-02-26 Thread Adrian Penisoara
Hi, On Fri, Feb 27, 2009 at 8:41 AM, Shawn Everett wrote: > > Any error messages in dmesg output ? > > Significant changes in "netstat -m" output before and after ? > > The same for "pfctl -s all" output... > > The box has been up for about 12 hours now. As a point of discussion here > is th

Re: FreeBSD Router Problem

2009-02-26 Thread Shawn Everett
> Any error messages in dmesg output ? > Significant changes in "netstat -m" output before and after ? > The same for "pfctl -s all" output... The box has been up for about 12 hours now. As a point of discussion here is the output from netstat and pfctl in case anything obvious jumps out. 38

Re: FreeBSD Router Problem

2009-02-26 Thread Chuck Swiger
On Feb 26, 2009, at 3:43 PM, Shawn Everett wrote: Here's a weird one... I set up FreeBSD 5.2 to act as a router. [ ... ] Any suggestions would be appreciated. Try upgrading to a supported version of the OS, first, then work on debugging any deadlocks if they still reoccur. Early 5.x ver

Re: FreeBSD Router Problem

2009-02-26 Thread Adrian Penisoara
Hi, On Fri, Feb 27, 2009 at 1:06 AM, Shawn Everett wrote: > Sorry I meant to say FreeBSD 7.0 :) > > > Hi Guys, > > > > Here's a weird one... I set up FreeBSD 5.2 to act as a router. I used > > the pf.conf script shown at: > > http://www.openbsd.org/faq/pf/pools.html#outgoing > > > > Everything

Re: FreeBSD Router Problem

2009-02-26 Thread Shawn Everett
Sorry I meant to say FreeBSD 7.0 :) > Hi Guys, > > Here's a weird one... I set up FreeBSD 5.2 to act as a router. I used > the pf.conf script shown at: > http://www.openbsd.org/faq/pf/pools.html#outgoing > > Everything works just fine. Traffic is appropriately load balanced and > things work as

Re: FreeBSD router

2007-03-27 Thread Fabian Keil
"Verbeek, Maarten" <[EMAIL PROTECTED]> wrote: > i'm busy creating a a http-proxy server/router with FreeBSD 6.2, but > somewhere along the line i'm doing things wrong i think. What exactly did you do so far and how is it failing? > situation: network 172.45.x.x/12 -FREEBSD ROUTER - > 1

Re: FreeBSD Router Trouble

2005-04-28 Thread gnn
At Thu, 28 Apr 2005 18:16:03 -0500, Christopher Chan wrote: > Can you provide much needed assistance? I have successfully setup a > FreeBSD Router, but unfortunately it's connectivity is quite buggy. > > As per the traditional setup of a router, there are two ethernet > cards: rl0 and de0. > While

Re: FreeBSD router question

2005-03-10 Thread .
> Hello (just signed up to this list), > > I am wondering if anyone on the list has any experience using FreeBSD 5.3 > as a > router in a high traffic environment? I am building a development cluster > here > and have decided to try using FreeBSD as my main network router instead of > somethi

Re: freebsd router project. Problems with polling?

2005-01-29 Thread Gleb Smirnoff
Thomas, can you try if_em driver from HEAD and check whether this help. There were some work done during 5.3-RELEASE. On Fri, Jan 28, 2005 at 06:18:19PM +0100, Thomas Vogt wrote: T> netstat -w 1 (polling disabled) T> input(Total) output T>packets errs

Re: FreeBSD Router : ARP who-has requests

2004-12-20 Thread gnn
At Mon, 20 Dec 2004 19:28:21 +, Lee Johnston wrote: > Does any one have any ideas on this? Could the kernel option (options HZ) > which we use for dummynet/polling effect the rate in which ARP requests are > issued? > > I had planned to place each subnet in a VLAN, and looks like this will h

Re: FreeBSD = Router, and vice versa

2003-06-20 Thread Joseph
There are probably a couple of things you will need to do for everything to ... just work. I agree with Julian Elischer, you should run ipfw with a basic firewall rule set, because you will need natd running. However, this will have it's own set of problems. First, if you use ipfw, you will need

Re: FreeBSD = Router, and vice versa

2003-06-19 Thread jdroflet
You should probably include some backdoor access in case the ISP DHCP settings need tweaking, some options: - Include a modem with your box that you can dial into. - An internal station with remote control (PCAnywhere) that you can dial into then hop over to the internal NIC of your box via puTTY s

Re: FreeBSD = Router, and vice versa

2003-06-19 Thread Julian Elischer
basically I think that is right, as long as the provider is supplying enough addresses for all the clients.. if not then you need to be using NAT on the external interface. This implies running ipfw, but then, you probably should be doing that anyhow.. On Thu, 19 Jun 2003, agent dero wrote: >