On 6/9/2010 3:51 PM, Matthew Stitt wrote:
I've been given a task which sounds easy, but......
The IP addresses is being changed to a different network and I'm having
trouble (as usual) getting the ROUTE statement(s) set up correctly. Here is
the specific information I've been given so far:
network = 10.10.230.0
gateway = 10.10.230.2
netmask = 255.255.254.0
The new IP address for the primary connection has been decided as
10.10.231.99 for this system.
I can ping the new gateway right now using the existing setup. I changed
the TCPIP stack to the new addresses, and nothing works (sigh)........
Could someone help me out with the ROUTE statements so I can (hopefully)
test this change before we get to the "point of no return"?
Sorry if you get this twice, I sent it to the newsgroup instead of
the list the first time.
I think you want something like this:
HOME
10.10.231.99 link
; ======================================================================
; Routing configuration
; ======================================================================
BEGINROUTES
ROUTE 10.10.230.0/23 = link mtu 1500
ROUTE DEFAULT 10.10.230.2 link mtu 1500
ENDROUTES
where link is the link name of the network interface, and mtu is
whatever is appropriate for the network.
--
Richard
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html