Is the "Back to School" Event something I could attend at any time between 1100 and 1600 or is it designed for attendance at the whole thing? As it is I attend church from 1100 to 1300 and cannot attend until approximately 1330 or 1345. Darell Small > From: linux-request [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > Subject: Linux Digest, Vol 57, Issue 3 > To: linux [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > Date: Fri, 4 Sep 2009 12:00:04 -0400 > > Send Linux mailing list submissions to > linux [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > > To subscribe or unsubscribe via the World Wide Web, visit > http://oclug.on.ca/mailman/listinfo/linux > or, via email, send a message with subject or body 'help' to > linux-request [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > > You can reach the person managing the list at > linux-owner [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Linux digest..." > > > Today's Topics: > > 1. Re: iproute2 (Bruce Harding) > 2. Back to School With Linux Event (chris [ at ] christophersaunders [ dot ] ca) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 3 Sep 2009 13:28:45 -0400 > From: Bruce Harding <bruce [ at ] computerbooksforless [ dot ] com> > Subject: Re: [OCLUG-Tech] iproute2 > To: linux [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > Message-ID: <200909031328 [ dot ] 47787 [ dot ] bruce [ at ] computerbooksforless [ dot ] com> > Content-Type: text/plain; charset="iso-8859-1" > > On September 1, 2009 02:36:15 pm Bill Strosberg wrote: > > All: > > > > It's been years since I posted here. I've got a situation that I could > > use some help on. > > > > I've got a client who is doing some interesting things. I've got a > > firewall with four Ethernet interfaces in that connects to the Internet > > via PPPoE. > > > > eth0 - Internal private network > > eth1 - Public wireless network for their clients and visitor use > > eth2 - connection to DSL via PPPoE > > eth3 - connection to internal VOIP system (use for failover if dedicated > > VOIP internet connection fails) > > tun0 - OpenVPN > > ppp0 - External connection > > > > Everything has worked fine in this site for years. The client recently > > decided to move to a VOIP system for their internal phones, and it has > > it's own Internet connection to the provider. The VOIP provider's > > proprietary router has an Ethernet interface to allow failover > > connection to a secondary provider if their own network fails. > > > > eth3 is set up as static 10.20.0.2/255.255.0.0/16 with the external > > Ethernet interface on the VOIP router (10.20.0.1) as the default gateway > > on the network. > > > > I've set up iproute2 to add a new table in /etc/iproute2/rt_tables: > > > > 100 voip_provider > > 255 local > > 254 main > > 253 default > > > > In /etc/network I've added a script if-post-up-eth3.sh: > > > > ip rule add from 222.88.20.0/24 table voip_provider > > ip rule add from 222.88.21.0/24 table voip_provider > > ip rule add from 222.88.22.0/24 table voip_provider > > ip route add default via 10.20.0.1 dev eth3 table voip_provider > > ip route flush cache > > > > ip masq is working for eth3. > > > > I can connect a PC on the eth3 10.20.0.0/16 network and it has no > > problem surfing etc. > > > > What I want to do is have packets from all of the specified external > > subnets routed out of the firewall to the address 10.20.0.1 on eth3. > > Basically, all external traffic from these source address ranges need to > > be forwarded to the VOIP provider's router, with no exception. > > > > Any ideas? > > > > -- > > Bill S > > > > > Bill I sent a reply but I used the wrong email address. Did you solve your > issue > > -- > Bruce Harding, Member: IEEE, SPIE, IACR > Manager, > Computer Books for Less > 210 Bank St. > Ottawa ON K2P 1W2 > Phone: 613-233-7357 > Fax: 613-233-6823 > > > ------------------------------ > > Message: 2 > Date: Fri, 04 Sep 2009 07:26:26 -0700 > From: chris [ at ] christophersaunders [ dot ] ca > Subject: [OCLUG-Tech] Back to School With Linux Event > To: linux [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > Message-ID: > <20090904072626 [ dot ] bfwaauargg84s8og [ at ] webmail [ dot ] christophersaunders [ dot ] ca> > Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; > format="flowed" > > Hello, > > I would just like to put the information about the Back to School > w/Linux event that will be happening in the next few weeks. > > Location - 800 King Edward (SITE) C0136 > Date - 13 Sept, 2009 > Time - 1100hrs - 1600hrs > > If you would like to volunteer please send an email to: > Marc Meszaros - finance [ at ] cssa-aei [ dot ] ca > > If you would like to see the advertisements for the event I'm hosting them > English - http://christophersaunders.ca/CSSAOCLUG_Fall09EN.pdf > French - christophersaunders.ca/CSSAOCLUG_Fall09FR.pdf > > Cheers, > > CS > > > ------------------------------ > > _______________________________________________ > Linux mailing list > Linux [ at ] lists [ dot ] oclug [ dot ] on [ dot ] ca > http://oclug.on.ca/mailman/listinfo/linux > > > End of Linux Digest, Vol 57, Issue 3 > ************************************