Hi need to add 2 routes, one on each server.
I know the route add comand but I have always been given the parameters to put in.
I need a route in each of the 2 following servers to be able to ping and ssh between them. But how do i know which netmask to put in the route add command ?
In server4 i would like to use interface ce0
in server3 i would like to use interface ce1
I would apreciate very much if some one could explain how to do it
beacuse it`s a mystery to me.
Also the actual route add comand would be apreciated since im running out of time.
Below is actual config that does not permit ping between servers.
server4
server3
Thanks to every one that takes time to respond.
/Jan
From the routing table of server 3, I can see that it already has a route to the server4 ce0 interface.
10.21.125.32 255.255.255.224 10.6.129.1 1500* 0 1 UG 1 0
10.21.125.32 => 10. 21.125.0010 0000
255.255.255.224 => 255.255.255.1110 0000
-----------------------------------------------------------------
From the last 5 host bits, we should know that the network 10.21.125.32/27 implies that the host IPs are from 10.21.125.32 to 10.21.125.63.
So You only need to add a route server4.
server 4
route add host 10.6.129.33 <appropriate gateway>
from the output you have provided its not clear what the gateway should be. If you can provide a small network diagram(if not full picture, atleast the one that shows cabling between the 2 servers) I might be able to help.
Your ping is failing now because the packets from server3 will reach server4 but server4 will not know how to respond as it does not have a route to server3.
The route 10.21.125.32 255.255.255.224 10.6.129.1 in server 3 I put it there but Im not sure its correct I just took the min host as the gateway
and for netmask i guessed that i should use the same as for the ce0 interface of server3.
In server 4 I also have 2 networks for the gateway shouldnt i have to shoose any of the
min host for one of theese interfaces, or is it possible to have the gateway to be some other address.? I did try with
but that did not work.
code:
10.21.125.32 255.255.255.224 10.6.129.1 1500* 0 1 UG 1 0
You can use a 255.255.255.255 mask as, It wont hurt and you can get connectivity to the other server.
2) I am not sure what you mean by 'min host'.
3) On server4, you should use a gateway based on how your network is setup. I am not sure how your network looks. So I really cant tell you anything about that.
Add explicit route to 10.128.255.41/32 , gateway: 10.128.201.254
if not working, please try gateway through management port: 10.128.55.254
Just want to double confirm if this would be the correct command
#route add -net 10.128.255.41/32 10.128.201.254
And if didnt work
#route add... (1 Reply)
Hi ,
I have cent os 6.5 and am trying to make few routes permanent for bond:
i have added two routes using below two commands :
/sbin/route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.59.160.128
/sbin/route add -net 0.0.0.0 netmask 0.0.0.0 gw 49.44.52.90
post which route command output is... (5 Replies)
Hi Solaris Experts,
I am trying to add a routing table entry on our 5.1 Generic_144488-12 sun4v sparc Solaris 10 SUNW,SPARC-Enterprise-T5220 so that it is possible to ping 10.56.9.34 node
# netstat -rnv
IRE Table: IPv4
Destination Mask Gateway Device Mxfrg Rtt Ref
Flg Out In/Fwd ... (2 Replies)
I need to add a new route on solaris10 machine.
I want that all traffic on the 23 port (telnet) use 192.168.200.1 gateway.
How I do ?
Thank you in advance. (1 Reply)
I have built a new linux server, via a iLo connection.
and I am trying to connect via my desktop to the server I have just built to the management port eth0 via putty.
Please could some one advise how to connect to this server from my desktop. Do i need to create add a route access on the... (0 Replies)
Hi,
I am trying to add route command in Solaris 10 machine in the following fashion:
route add -host 10.8.112.10 180.144.1.250 -interface lo0:1
this command fails with an error "lo0:1: bad value"
I want to add a route to 10.8.112.10 that picks 180.144.1.250 as the gateway via the... (3 Replies)
I have a system that i want to reach via a vpn created vi a fierwall.The fierwall in an other system.
The ip i am trying to get to is 172.16.4.48
I need to get to it via the hme1 interface.
The vpn gateway has this ip 172.30.50.1
I need to clean up the routing table and make this work; or is it... (5 Replies)
Hi,
My H-UX box has the GW pointing to 10.10.10.1 and I need add it a new route pointing to 192.168.80.x with the GW 10.10.10.13
I tried with:
#route add 192.168.80.2 255.255.255.255 10.10.10.13
but I get: add net 192.168.80.0: gateway 255.255.255.0: Network is unreachable
I tried with... (4 Replies)
I have two networks connected by cisco routers. My first subnet is 192.168.0.0 and my second is 192.168.1.0.
My SCO unix machine is on the 192.168.1.0 subnet with an IP of 192.168.1.231. It can see the entire .1.0 subnet but nothing on the other network.
My cicso router(gateway) to the other... (6 Replies)
Hello ,
We have 3 rs/6000 server's running aix on our local network, so each time I try to ping one of these servers we get a "network is down" error , I've been instructed to use to route add command which is ...
#route add server.ip router.ip
after this the ping command works fine ,... (6 Replies)