Re: VRF/MPLS on Linux

2011-08-24 Thread Brian Raaen
The only issue with this is that the Linux box is not acting as a router, but as the egress devices. I'm trying to figure out how to properly get my application to 'color' the traffic. standard BSD sockets appear to have no concept of 'Labels'. Still seeing what I can do to match the traffic.

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Scott Morris
Also, the quake on the east coast was much closer to the surface than most west coast quakes, which could account for the feeling. Scott (not a geologist) On 8/23/11 6:13 PM, William Herrin wrote: > On Tue, Aug 23, 2011 at 5:48 PM, Owen DeLong wrote: >> A 5.8 (or 5.9, I've seen conflicting numb

Re: VRF/MPLS on Linux

2011-08-24 Thread Hannes Frederic Sowa
On Wed, Aug 24, 2011 at 10:06 AM, Brian Raaen wrote: > The only issue with this is that the Linux box is not acting as a router, but > as the egress devices.  I'm trying to figure out how to properly get my > application to 'color' the traffic.  standard BSD sockets appear to have no > concept

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread JC Dill
On 23/08/11 3:13 PM, William Herrin wrote: A. Our structures aren't built to seismic zone standards. Our construction workers aren't familiar with*how* to build to seismic zone standards. We don't secure equipment inside our buildings to seismic zone standards. They should be. They should be.

Re: VRF/MPLS on Linux

2011-08-24 Thread Simon Perreault
On 2011-08-24 06:06, Brian Raaen wrote: > The only issue with this is that the Linux box is not acting as a > router, but as the egress devices. I'm trying to figure out how to > properly get my application to 'color' the traffic. standard BSD > sockets appear to have no concept of 'Labels'. Jus

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Patrick W. Gilmore
On Aug 24, 2011, at 8:55 AM, JC Dill wrote: > On 23/08/11 3:13 PM, William Herrin wrote: >> A. Our structures aren't built to seismic zone standards. Our >> construction workers aren't familiar with*how* to build to seismic >> zone standards. We don't secure equipment inside our buildings to >> s

RE: East Coast Earthquake 8-23-2011

2011-08-24 Thread Leigh Porter
> -Original Message- > From: Patrick W. Gilmore [mailto:patr...@ianai.net] > Sent: 24 August 2011 14:46 > To: NANOG list > Subject: Re: East Coast Earthquake 8-23-2011 > > On Aug 24, 2011, at 8:55 AM, JC Dill wrote: > > On 23/08/11 3:13 PM, William Herrin wrote: > >> A. Our structures a

Re: VRF/MPLS on Linux

2011-08-24 Thread Jared Mauch
On Aug 24, 2011, at 6:06 AM, Brian Raaen wrote: > The only issue with this is that the Linux box is not acting as a router, but > as the egress devices. I'm trying to figure out how to properly get my > application to 'color' the traffic. standard BSD sockets appear to have no > concept of '

PacketDesign

2011-08-24 Thread Mahan, Mark
Does anyone have operational experience with PacketDesign's Route Explorer or Traffic Explorer products? I'm curious to hear how/if the product helps network monitoring and modeling, particularly an MPLS-VPN service provider network. I'd appreciate hearing about any woes also. We are obtainin

CFP: Special Issue of COMPUTER NETWORS (ELSEVIER) on 'Botnet Activity: Analysis, Detection and Shutdown'

2011-08-24 Thread Guofei Gu
CFP: Special Issue of COMPUTER NETWORS (ELSEVIER) on "Botnet Activity: Analysis, Detection and Shutdown" Apologies for multiple copies of this announcement. - Dear Colleagues, Please consider the following opportunity to submit and publish original scientific results to

Looking for a Google network troubleshooting contact

2011-08-24 Thread Jesse McGraw
(Excuse the noise) I'm looking for a networking contact at Google to discuss TCP port 80 reachability to various IP addresses in 72.14.204.xx block. I'd greatly appreciate it if someone could contact me off-list. Thanks!

Re: VRF/MPLS on Linux

2011-08-24 Thread Eduardo Schoedler
Em 24/08/2011, às 11:28, Jared Mauch escreveu: > > On Aug 24, 2011, at 6:06 AM, Brian Raaen wrote: > >> The only issue with this is that the Linux box is not acting as a router, >> but as the egress devices. I'm trying to figure out how to properly get my >> application to 'color' the traffi

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Gary Buhrmaster
On Wed, Aug 24, 2011 at 05:55, JC Dill wrote: > On 23/08/11 3:13 PM, William Herrin wrote: >> >> A. Our structures aren't built to seismic zone standards. Our >> construction workers aren't familiar with*how*  to build to seismic >> zone standards. We don't secure equipment inside our buildings to

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Jay Ashworth
- Original Message - > From: "JC Dill" > On 23/08/11 3:13 PM, William Herrin wrote: > > A. Our structures aren't built to seismic zone standards. Our > > construction workers aren't familiar with*how* to build to seismic > > zone standards. We don't secure equipment inside our buildings t

Re: VRF/MPLS on Linux

2011-08-24 Thread Jussi Peltola
On Wed, Aug 24, 2011 at 09:18:29AM -0400, Simon Perreault wrote: > On 2011-08-24 06:06, Brian Raaen wrote: > > The only issue with this is that the Linux box is not acting as a > > router, but as the egress devices. I'm trying to figure out how to > > properly get my application to 'color' the tra

Re: VRF/MPLS on Linux

2011-08-24 Thread Simon Perreault
On 2011-08-24 13:37, Jussi Peltola wrote: >> Just FYI: on OpenBSD you can set the VRF (aka "routing table" or >> "routing domain") per socket with code like this: >> >> int s, table; >> s = socket(...); >> table = 123; >> setsockopt(s, IPPROTO_IP, SO_RTABLE, &table, sizeof(table)); >> > >

Re: VRF/MPLS on Linux

2011-08-24 Thread Hannes Frederic Sowa
On Wed, Aug 24, 2011 at 7:37 PM, Jussi Peltola wrote: > Or exec your commands wrapped in route -T$TABLE exec $* FYI, on linux you can use 'ip netns exec'. The subcommand is rather new and you will only find it in the git repository. Greetings, Hannes

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Steven Bellovin
On Aug 24, 2011, at 9:44 20AM, Patrick W. Gilmore wrote: > On Aug 24, 2011, at 8:55 AM, JC Dill wrote: >> On 23/08/11 3:13 PM, William Herrin wrote: >>> A. Our structures aren't built to seismic zone standards. Our >>> construction workers aren't familiar with*how* to build to seismic >>> zone

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Scott Howard
On Tue, Aug 23, 2011 at 2:48 PM, Owen DeLong wrote: > A 5.8 (or 5.9, I've seen conflicting numbers) really isn't likely to do all > that much damage, even on the East Coast. > A 5.6 quake in Newcastle, Australia in 1989 caused, according to Wikipedia, "13 fatalities, 160 people hospitalised, 300

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Seth Mattinen
On 8/24/11 6:44 AM, Patrick W. Gilmore wrote: > On Aug 24, 2011, at 8:55 AM, JC Dill wrote: >> On 23/08/11 3:13 PM, William Herrin wrote: >>> A. Our structures aren't built to seismic zone standards. Our >>> construction workers aren't familiar with*how* to build to seismic >>> zone standards. We

Re: East Coast Earthquake 8-23-2011 - comment and a bit of a Christchurch Telco report :)

2011-08-24 Thread Don Gould
On 25/08/2011 12:27 a.m., Scott Morris wrote: Also, the quake on the east coast was much closer to the surface than most west coast quakes, which could account for the feeling. Scott (not a geologist) /me is also not a geologist, but does live in the east part of Christchurch, New Zealand.

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Jay Ashworth
- Original Message - > From: "Seth Mattinen" > I'll scratch "no earthquakes" off the list of benefits for the east > coast over the west coast. ;) A very early blogger buddy of mine owned a stake, for a while, in a colo in Knoxville TN, which was, they said, out of *all* the hazard plane

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Alex Rubenstein
Switch las vegas makes the same claim. KY is def prone to the affects of a hurricane. But if you have a roof and reasonable drainage, you will be ok. Sent via Blackberry while presumably driving with one hand - Original Message - From: Jay Ashworth To: NANOG Sent: Wed Aug 24 17:46:

Re: East Coast Earthquake 8-23-2011 - comment and a bit of a Christchurch Telco report :)

2011-08-24 Thread Michael Painter
Don Gould wrote: Many many people use cordless phones and don't have a non-powered/corded phone any more. After the 22nd we had a national campaign to get old corded phones to Christchurch. 5,000 were collected. (Now when you consider the country has a population of 4m and Christchurch has ~36

RE: East Coast Earthquake 8-23-2011

2011-08-24 Thread Sean Donelan
On Wed, 24 Aug 2011, Leigh Porter wrote: Indeed, we are not going to be building earthquake proof buildings in London for example. Of course there is no such thing as earthquake proof. The Earth is still a single point of failure :-) Essential facilty design usally takes the "standard" desi

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Scott Morris

Re: East Coast Earthquake 8-23-2011

2011-08-24 Thread Roy
On 8/24/2011 7:18 PM, Sean Donelan wrote: On Wed, 24 Aug 2011, Leigh Porter wrote: Indeed, we are not going to be building earthquake proof buildings in London for example. Of course there is no such thing as earthquake proof. The Earth is still a single point of failure :-) Essential faci