
Skunks, Would anyone know where one can undertake the above course at a reasonable rate but quality education? This should apply for saturday classes only. Regards,

Check with NewHorizon College at Ecobank Towers in town. Regards. On 15/06/2014, Peter Mugoh <pkmugoh@gmail.com> wrote:
Skunks,
Would anyone know where one can undertake the above course at a reasonable rate but quality education? This should apply for saturday classes only.
Regards,

Thanks Francis, Will check with them. Regards, Peter Mugoh Sent from my BlackBerry® -----Original Message----- From: Francis Nderitu <nderitufr@gmail.com> Sender: skunkworks-bounces@lists.my.co.ke Date: Sun, 15 Jun 2014 22:03:47 To: Skunkworks Mailing List<skunkworks@lists.my.co.ke> Reply-To: Skunkworks Mailing List <skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] CCNA Course Check with NewHorizon College at Ecobank Towers in town. Regards. On 15/06/2014, Peter Mugoh <pkmugoh@gmail.com> wrote:
Skunks,
Would anyone know where one can undertake the above course at a reasonable rate but quality education? This should apply for saturday classes only.
Regards,
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://orion.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

you will later find you can study for yourself for less With Kind regards Morris. M. =========================================================================== " You are entitled to your own opinion, but you are not entitled to your own facts." ~ Patrick Moynihan =========================================================================== ________________________________ From: Peter Mugoh <pkmugoh@gmail.com> To: Skunkworks Mailing List <skunkworks@lists.my.co.ke> Sent: Sunday, June 15, 2014 10:16 PM Subject: Re: [Skunkworks] CCNA Course Thanks Francis, Will check with them. Regards, Peter Mugoh Sent from my BlackBerry® -----Original Message----- From: Francis Nderitu <nderitufr@gmail.com> Sender: skunkworks-bounces@lists.my.co.ke Date: Sun, 15 Jun 2014 22:03:47 To: Skunkworks Mailing List<skunkworks@lists.my.co.ke> Reply-To: Skunkworks Mailing List <skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] CCNA Course Check with NewHorizon College at Ecobank Towers in town. Regards. On 15/06/2014, Peter Mugoh <pkmugoh@gmail.com> wrote:
Skunks,
Would anyone know where one can undertake the above course at a reasonable rate but quality education? This should apply for saturday classes only.
Regards,
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke _______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

Skunks, I've a network with two internet links. I'm trying to route any traffic destined to domain.xyz.com to linkB will all other traffic goes to LinkA. Traffic type is https and domain.xyz.com is a conical name which translates to different IP addresses which change regularly and randomly(it's impossible to get all the IP's for static routes). Does anyone know of a device that can resolve an url and then route based on that resolution? Or how can I achieve the same using cisco? TG.

On 23 June 2014 11:55, Tony Gacheru <tonygacheru@gmail.com> wrote:
Skunks,
I've a network with two internet links. I'm trying to route any traffic destined to domain.xyz.com to linkB will all other traffic goes to LinkA. Traffic type is https and domain.xyz.com is a conical name which translates to different IP addresses which change regularly and randomly(it's impossible to get all the IP's for static routes).
Does anyone know of a device that can resolve an url and then route based on that resolution? Or how can I achieve the same using cisco?
TG.
Have never done URL resolving (and use $x) on cisco to achieve exactly what you need but one thing am sure of, IPs do not change infinitely (even youtube, gmail etc has a limit) so you still can get all the IPs. If you have all IPs talk to be, i can help you to route-maps on cisco to achieve that. Have never done URL resolving on cisco to achieve exactly what you need. See also Cisco Content Services Switch. If you gave the actual name of the site, we might help dig. Kind Regards, Wilson./

One site would be online.citibank.com From: Thuo Wilson [mailto:lixton@gmail.com] Sent: Monday, June 23, 2014 1:32 PM To: Skunkworks Mailing List Cc: Tony Gacheru Subject: Re: [Skunkworks] url based routing On 23 June 2014 11:55, Tony Gacheru <tonygacheru@gmail.com> wrote: Skunks, I've a network with two internet links. I'm trying to route any traffic destined to domain.xyz.com to linkB will all other traffic goes to LinkA. Traffic type is https and domain.xyz.com is a conical name which translates to different IP addresses which change regularly and randomly(it's impossible to get all the IP's for static routes). Does anyone know of a device that can resolve an url and then route based on that resolution? Or how can I achieve the same using cisco? TG. Have never done URL resolving (and use $x) on cisco to achieve exactly what you need but one thing am sure of, IPs do not change infinitely (even youtube, gmail etc has a limit) so you still can get all the IPs. If you have all IPs talk to be, i can help you to route-maps on cisco to achieve that. Have never done URL resolving on cisco to achieve exactly what you need. See also Cisco Content Services Switch. If you gave the actual name of the site, we might help dig. Kind Regards, Wilson./

On 23 June 2014 14:14, Tony Gacheru <tonygacheru@gmail.com> wrote:
One site would be online.citibank.com
Seem your client is a heavy-weight :). Akamai is a distributed content delivery network AND has massive network(IPs) and multiple ASN distributed accross the globe. You are better off not trying unless you route (https) traffic via "B" for all Akamai IPs which you can get by looking up the Autonomous System Numbers. I have dug the Akamai IPs for you below :) You can cluster them into supernets.
http://bit.ly/1pDtalI If your router is "smart" (doubt in this case), you can filter at ASN level preferably if you are pulling internet table to yourself. You may also use this to get IPs originating from specific ASN: whois -h whois.ripe.net -i origin -T route ASnumber | grep -w "route:" | awk '{print $NF}' |sort -n EG: whois -h whois.ripe.net -i origin -T route AS16625 | grep -w "route:" | awk '{print $NF}' |sort -n If there is a URL based routing device you can get locally - go that path. Maybe also you can try force your DNS to resolve to specific IPs (not sure under the distributed content if might always give desired results) Kind Regards, Wilson./
*From:* Thuo Wilson [mailto:lixton@gmail.com] *Sent:* Monday, June 23, 2014 1:32 PM *To:* Skunkworks Mailing List *Cc:* Tony Gacheru *Subject:* Re: [Skunkworks] url based routing
On 23 June 2014 11:55, Tony Gacheru <tonygacheru@gmail.com> wrote:
Skunks,
I've a network with two internet links. I'm trying to route any traffic destined to domain.xyz.com to linkB will all other traffic goes to LinkA. Traffic type is https and domain.xyz.com is a conical name which translates to different IP addresses which change regularly and randomly(it's impossible to get all the IP's for static routes).
Does anyone know of a device that can resolve an url and then route based on that resolution? Or how can I achieve the same using cisco?
TG.
Have never done URL resolving (and use $x) on cisco to achieve exactly what you need but one thing am sure of, IPs do not change infinitely (even youtube, gmail etc has a limit) so you still can get all the IPs. If you have all IPs talk to be, i can help you to route-maps on cisco to achieve that. Have never done URL resolving on cisco to achieve exactly what you need.
See also Cisco Content Services Switch.
If you gave the actual name of the site, we might help dig.
Kind Regards,
Wilson./

Hehehehhee…. Routing akamai traffic to linkA would not solve my problem as they are carriers for most of the heavy content sites. From: Thuo Wilson [mailto:lixton@gmail.com] Sent: Monday, June 23, 2014 3:06 PM To: Tony Gacheru Cc: Skunkworks Mailing List Subject: Re: [Skunkworks] url based routing On 23 June 2014 14:14, Tony Gacheru <tonygacheru@gmail.com> wrote: One site would be online.citibank.com Seem your client is a heavy-weight :). Akamai is a distributed content delivery network AND has massive network(IPs) and multiple ASN distributed accross the globe. You are better off not trying unless you route (https) traffic via "B" for all Akamai IPs which you can get by looking up the Autonomous System Numbers. I have dug the Akamai IPs for you below :) You can cluster them into supernets. http://bit.ly/1pDtalI If your router is "smart" (doubt in this case), you can filter at ASN level preferably if you are pulling internet table to yourself. You may also use this to get IPs originating from specific ASN: whois -h whois.ripe.net -i origin -T route ASnumber | grep -w "route:" | awk '{print $NF}' |sort -n EG: whois -h whois.ripe.net -i origin -T route AS16625 | grep -w "route:" | awk '{print $NF}' |sort -n If there is a URL based routing device you can get locally - go that path. Maybe also you can try force your DNS to resolve to specific IPs (not sure under the distributed content if might always give desired results) Kind Regards, Wilson./ From: Thuo Wilson [mailto:lixton@gmail.com] Sent: Monday, June 23, 2014 1:32 PM To: Skunkworks Mailing List Cc: Tony Gacheru Subject: Re: [Skunkworks] url based routing On 23 June 2014 11:55, Tony Gacheru <tonygacheru@gmail.com> wrote: Skunks, I've a network with two internet links. I'm trying to route any traffic destined to domain.xyz.com to linkB will all other traffic goes to LinkA. Traffic type is https and domain.xyz.com is a conical name which translates to different IP addresses which change regularly and randomly(it's impossible to get all the IP's for static routes). Does anyone know of a device that can resolve an url and then route based on that resolution? Or how can I achieve the same using cisco? TG. Have never done URL resolving (and use $x) on cisco to achieve exactly what you need but one thing am sure of, IPs do not change infinitely (even youtube, gmail etc has a limit) so you still can get all the IPs. If you have all IPs talk to be, i can help you to route-maps on cisco to achieve that. Have never done URL resolving on cisco to achieve exactly what you need. See also Cisco Content Services Switch. If you gave the actual name of the site, we might help dig. Kind Regards, Wilson./

That would be a hard one on a Cisco device, putting in regard the destination url maps onto dynamic IPs On Mon, Jun 23, 2014 at 11:55 AM, Tony Gacheru <tonygacheru@gmail.com> wrote:
Skunks,
I've a network with two internet links. I'm trying to route any traffic destined to domain.xyz.com to linkB will all other traffic goes to LinkA. Traffic type is https and domain.xyz.com is a conical name which translates to different IP addresses which change regularly and randomly(it's impossible to get all the IP's for static routes).
Does anyone know of a device that can resolve an url and then route based on that resolution? Or how can I achieve the same using cisco?
TG.
_______________________________________________ skunkworks mailing list skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- *......................................................... No pressure.....No diamonds!!!*
participants (6)
-
Dan Wanjohi
-
Francis Nderitu
-
Morris
-
Peter Mugoh
-
Thuo Wilson
-
Tony Gacheru