phylaxis
Registered
I have searched and searched for information on how to configure routing tables in OS X, but the only answers I seem to find relate to Cable and DSL modems and how to share a IP connection. I need info on LAN/WAN routing. Does anyone out there know how to configure a mac OS X machine's routing tables? My specific situation is this:
I have two IP networks at my office. One is our public T1 Internet access it has a firewall, proxy server, etc and uses a specific router at say: 1.0.2.138. Now, we also have a second private T1 that offers a secure point to point connection to a server farm in a data center off site. It has it's own router at 1.0.5.100. My issue is this: currently all traffic from my desktop Mac OS X machine goes through the public router. Now when I need to access one of the machines in our server farm I need the traffic from my machine to go through the private router. Now just know in advance, my IS Department is lame and this needs to be handled at my machine and not elsewhere on my network (say at the router maybe). So I need to know how to configure the routes locally on my mac. In Windows I set up a permanent static route using the route command like this:
route -p add 192.168.10.0 mask 255.255.255.0 1.0.5.100
So, add route -p for permanent, 192.168.10.0 the target network, 255.255.255.0 subnet, and 1.0.5.100 the router to use for traffic to this network.
How can I do this in OS X? I am thinking it may be part of NetInfo Manager? Or is it just like the cable/dsl examples I have seen and do I use NAT? I have already done man on route, routed, etc. I need a less technical answer since I am not a UNIX guru.
Thanks for your help.
- Phyl
I have two IP networks at my office. One is our public T1 Internet access it has a firewall, proxy server, etc and uses a specific router at say: 1.0.2.138. Now, we also have a second private T1 that offers a secure point to point connection to a server farm in a data center off site. It has it's own router at 1.0.5.100. My issue is this: currently all traffic from my desktop Mac OS X machine goes through the public router. Now when I need to access one of the machines in our server farm I need the traffic from my machine to go through the private router. Now just know in advance, my IS Department is lame and this needs to be handled at my machine and not elsewhere on my network (say at the router maybe). So I need to know how to configure the routes locally on my mac. In Windows I set up a permanent static route using the route command like this:
route -p add 192.168.10.0 mask 255.255.255.0 1.0.5.100
So, add route -p for permanent, 192.168.10.0 the target network, 255.255.255.0 subnet, and 1.0.5.100 the router to use for traffic to this network.
How can I do this in OS X? I am thinking it may be part of NetInfo Manager? Or is it just like the cable/dsl examples I have seen and do I use NAT? I have already done man on route, routed, etc. I need a less technical answer since I am not a UNIX guru.
Thanks for your help.
- Phyl