
Hi Skunks, i have Satellite link and Kenstream link both connecting via a router A. Router Aconnects Network B and network C. I would like to configure a gateway such that the link from the satellite goes directly to network C where as the link from Kenstreme routes directly to network B. Can someone show me the best TCP/IP configuration for this? Regards, thomas.

Do you mean for both incoming (ingress) and outgoing (egress) traffic or just one and which one? Regards, Mich Thomas Odol | Amalvin Limited wrote:
Hi Skunks,
i have Satellite link and Kenstream link both connecting via a router A. Router Aconnects Network B and network C. I would like to configure a gateway such that the link from the satellite goes directly to network C where as the link from Kenstreme routes directly to network B. Can someone show me the best TCP/IP configuration for this?
Regards, thomas.
------------------------------------------------------------------------
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

both On 7/30/09, Michuki Mwangi <michuki@swiftkenya.com> wrote:
Do you mean for both incoming (ingress) and outgoing (egress) traffic or just one and which one?
Regards,
Mich
Thomas Odol | Amalvin Limited wrote:
Hi Skunks,
i have Satellite link and Kenstream link both connecting via a router A. Router Aconnects Network B and network C. I would like to configure a gateway such that the link from the satellite goes directly to network C where as the link from Kenstreme routes directly to network B. Can someone show me the best TCP/IP configuration for this?
Regards, thomas.
------------------------------------------------------------------------
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ______________________________ website: : www.amalvin.com Mailing List: pamoja@pamojaclub.com Forum: pamojaclub.com/tuongee

Thomas, It is helpful to tell us what you are using, anyway if you are using linux you can do this:- network B iptables -t nat -A POSTROUTING -s {network ip of network B} \ -j SNAT --to {ip of kenstreme} network C iptables -t nat -A POSTROUTING -s {network ip of network C} \ -j SNAT --to {ip of satellite} Hope that works, anybody who thinks this is wrong i welcome corrections. On Thu, Jul 30, 2009 at 7:24 PM, Thomas Odol | Amalvin Limited < thomasodol@gmail.com> wrote:
both
On 7/30/09, Michuki Mwangi <michuki@swiftkenya.com> wrote:
Do you mean for both incoming (ingress) and outgoing (egress) traffic or just one and which one?
Regards,
Mich
Thomas Odol | Amalvin Limited wrote:
Hi Skunks,
i have Satellite link and Kenstream link both connecting via a router A. Router Aconnects Network B and network C. I would like to configure a gateway such that the link from the satellite goes directly to network C where as the link from Kenstreme routes directly to network B. Can someone show me the best TCP/IP configuration for this?
Regards, thomas.
------------------------------------------------------------------------
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ______________________________ website: : www.amalvin.com Mailing List: pamoja@pamojaclub.com Forum: pamojaclub.com/tuongee
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Let me try this, am using Linux. On Thu, Jul 30, 2009 at 10:14 PM, Jamal Mohamed <jamal.worx@gmail.com>wrote:
Thomas, It is helpful to tell us what you are using, anyway if you are using linux you can do this:-
network B
iptables -t nat -A POSTROUTING -s {network ip of network B} \ -j SNAT --to {ip of kenstreme}
network C
iptables -t nat -A POSTROUTING -s {network ip of network C} \ -j SNAT --to {ip of satellite}
Hope that works, anybody who thinks this is wrong i welcome corrections.
On Thu, Jul 30, 2009 at 7:24 PM, Thomas Odol | Amalvin Limited < thomasodol@gmail.com> wrote:
both
On 7/30/09, Michuki Mwangi <michuki@swiftkenya.com> wrote:
Do you mean for both incoming (ingress) and outgoing (egress) traffic or just one and which one?
Regards,
Mich
Thomas Odol | Amalvin Limited wrote:
Hi Skunks,
i have Satellite link and Kenstream link both connecting via a router A. Router Aconnects Network B and network C. I would like to configure a gateway such that the link from the satellite goes directly to network C where as the link from Kenstreme routes directly to network B. Can someone show me the best TCP/IP configuration for this?
Regards, thomas.
------------------------------------------------------------------------
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce:
http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce
Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ______________________________ website: : www.amalvin.com Mailing List: pamoja@pamojaclub.com Forum: pamojaclub.com/tuongee
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ______________________________ website: : www.amalvin.com Mailing List: pamoja@pamojaclub.com Forum: pamojaclub.com/tuongee

Sorry, late contribution for your consideration: Incase you do not suceed, try this. On your router ETH int, create a sub interface and gateway it to either Sat or kenstream. Since WAN ports are on different subnets already ( Sat / Kenstrem ) , point main eth gateway to kenstream and sub int to satellite. Put in a static route so that LAN network can see the other ( though it will show as directly connected ? )Then change either network clients TCP gateway to point to the respective router gateway. Me thinks .....HTHs. :-)

what router (cisco, juniper, linux/bsd box) are you using? ________________________________ From: Thomas Odol | Amalvin Limited <thomasodol@gmail.com> To: skunkworks@my.co.ke; Skunkworks forum <skunkworks@lists.my.co.ke> Sent: Thursday, July 30, 2009 11:48:14 AM Subject: [Skunkworks] TCP/IP help! Hi Skunks, i have Satellite link and Kenstream link both connecting via a router A. Router Aconnects Network B and network C. I would like to configure a gateway such that the link from the satellite goes directly to network C where as the link from Kenstreme routes directly to network B. Can someone show me the best TCP/IP configuration for this? Regards, thomas.
participants (5)
-
aki
-
Bernard Owuor
-
Jamal Mohamed
-
Michuki Mwangi
-
Thomas Odol | Amalvin Limited