|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Add route to solaris10
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 Code:
netstat -nrv
IRE Table: IPv4
Destination Mask Gateway Device Mxfrg Rtt Ref Flg Out In/Fwd
-------------------- --------------- -------------------- ------ ----- ----- --- --- ----- ------
10.21.124.176 255.255.255.240 10.21.124.181 ce1 1500* 0 1 U 1988 0
10.21.125.32 255.255.255.224 10.21.125.47 ce0 1500* 0 1 U 2218473 0
10.6.4.0 255.255.255.192 10.21.124.177 1500* 0 1 UG 10 0
10.21.124.0 255.255.255.0 10.21.124.177 1500* 0 1 UG 2 0
224.0.0.0 240.0.0.0 10.21.125.47 ce0 1500* 0 1 U 0 0
default 0.0.0.0 10.21.125.33 1500* 0 1 UG 28 0
127.0.0.1 255.255.255.255 127.0.0.1 lo0 8232* 0 64 UH 5319204 0
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.21.125.47 netmask ffffffe0 broadcast 10.21.125.63
ether 0:3:ba:9:df:4c
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.21.124.181 netmask fffffff0 broadcast 10.21.124.191
ether 0:3:ba:9:df:4cserver3 Code:
netstat -rnv
IRE Table: IPv4
Destination Mask Gateway Device Mxfrg Rtt Ref Flg Out In/Fwd
-------------------- --------------- -------------------- ------ ----- ----- --- --- ----- ------
62.87.106.227 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
77.209.8.21 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
62.87.57.114 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
77.209.25.64 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
77.209.6.127 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
10.21.125.41 255.255.255.255 10.6.129.1 1500* 0 1 UGH 5220 0
10.21.103.22 255.255.255.255 10.6.129.1 1500* 0 1 UGH 700 0
172.21.140.90 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
212.73.42.196 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
172.21.140.0 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
212.59.216.238 255.255.255.255 10.6.129.1 1500* 0 1 UGH 0 0
10.10.19.32 255.255.255.240 10.6.129.1 1500* 0 1 UG 0 0
10.21.125.32 255.255.255.224 10.6.129.1 1500* 0 1 UG 1 0
10.6.131.160 255.255.255.224 10.6.129.1 1500* 0 1 UG 10 0
10.6.4.0 255.255.255.192 10.6.0.129 1500* 0 1 UG 25011 0
10.6.0.128 255.255.255.192 10.6.0.148 ce0 1500* 0 1 U 5930 0
10.6.131.0 255.255.255.128 10.6.129.1 1500* 0 1 UG 149 0
172.21.184.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
10.10.98.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
10.10.198.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 224 0
10.10.6.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 7763 0
10.6.132.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 6726 0
10.6.129.0 255.255.255.0 10.6.129.33 ce1 1500* 0 1 U 14534 0
10.6.129.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
10.6.130.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 27 0
16.16.113.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
172.24.1.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 1 0
172.21.140.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
172.20.32.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
172.21.160.0 255.255.255.0 10.6.129.1 1500* 0 1 UG 0 0
172.16.0.0 255.240.0.0 10.6.129.1 1500* 0 1 UG 1916 0
224.0.0.0 240.0.0.0 10.6.0.148 ce0 1500* 0 1 U 0 0
default 0.0.0.0 10.6.0.129 1500* 0 1 UG 8490 0
127.0.0.1 255.255.255.255 127.0.0.1 lo0 8232* 0 134 UH 55887045 0
ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
ce0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.6.0.148 netmask ffffffc0 broadcast 10.6.0.191
ether 0:14:4f:44:dc:94
ce1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 10.6.129.33 netmask ffffff00 broadcast 10.6.129.255
ether 0:14:4f:44:dc:94Thanks to every one that takes time to respond. /Jan |
| Sponsored Links | |
|
|
|
#2
|
|||
|
|||
|
you need to ask your network person for the correct netmask and gateway.
|
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
You need the correct gateway to connect to the different vlan.
Most times this is a router or a system with router functions. |
|
#4
|
|||
|
|||
|
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. good luck |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Thanks for your input. 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 Code:
route add -net 10.21.125.32 -netmask 255.255.255.0 -gateway 10.6.129.1 but that did not work. Thanks |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
1) If you added this entry
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. |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Hi. by min host I meant the first host in each net.
I belive that as a rule of thumb the first host in each net is a gateway ? |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help in how to install PHP in Solaris10 | linker85 | Solaris | 1 | 01-23-2010 09:48 AM |
| Solaris10 | imran721 | Solaris | 3 | 06-07-2009 03:07 PM |
| Sun Solaris10 | quickgun | Solaris | 2 | 02-16-2009 05:46 AM |
| SUN Solaris10 DVD | prashant_ohol | Solaris | 1 | 06-17-2008 11:30 AM |
| solaris10 dns problem | barabas | Solaris | 5 | 06-16-2005 06:36 AM |
|
|