[asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Mike
Hi, Reward offered: 50$ (paypal), and I am sure this is a ridiculous thing I have missing. My goal: On a 2 NIC Asterisk box, to send packets that came in Asterisk on NIC1 back to NIC 1, and NIC2 back to NIC 2. (basically, send them back the same way they came from). I have been doing

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Mike
] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward) The simple fix your missing is to simply put your NICs on different layer 3 segments. In a configuration wherein multiple adapters are bound to the same layer 3 network (subnet), most IP stacks will only

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Joe Freeman
The simple fix your missing is to simply put your NICs on different layer 3 segments. In a configuration wherein multiple adapters are bound to the same layer 3 network (subnet), most IP stacks will only send traffic out the first NIC to bind to that network. I've seen this many times in data

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Jeff LaCoursiere
On Tue, 1 Jun 2010, Mike wrote: Thanks Joe, They are on different segments. Those two NICs share nothing but the server. But more to the point, it doesn't explain why a simple routing rule matching the destination by IP address works wonderfully, but not one where I match a fwmark

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Gordon Henderson
On Tue, 1 Jun 2010, Mike wrote: Hi, Reward offered: 50$ (paypal), and I am sure this is a ridiculous thing I have missing. Not looking for reward, but did you see/try the stuff I posted about a few days ago - I've not seen you make menion of it, so I'm now wondering if my post got through

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Mike
Mailing List - Non-Commercial Discussion Cc: Mike Subject: Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward) On Tue, 1 Jun 2010, Mike wrote: Hi, Reward offered: 50$ (paypal), and I am sure this is a ridiculous thing I have

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Jimmy Godbout
Jun 2010 10:58:52 -0400 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward) Thanks Joe, They are on different segments. Those two NICs share nothing but the server. But more to the point

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Mike
] On Behalf Of Jimmy Godbout Sent: Tuesday, June 01, 2010 12:01 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward) Mike, I don't see the outgoing rule in your

Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward)

2010-06-01 Thread Mike
default Jimmy -Original Message- From: l...@virtutel.ca Sent: Tue, 01 Jun 2010 10:58:52 -0400 To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Slightly OT: trying to mangle packets from Asterisk for a multiple ISP setup (reward) Thanks Joe