Sponsored Content
Full Discussion: Route for Solaris 8
Top Forums UNIX for Advanced & Expert Users Route for Solaris 8 Post 12671 by thehoghunter on Friday 4th of January 2002 05:14:18 PM
Old 01-04-2002
If this is your default route then add the IP address of your default route to /etc/defaultrouter.
Or you can create a script to set it up (if you are going to be adding new routes all the time). Set it up in either /etc/rc2.d or /etc/rc3.d (Insure your Sxxnewroutes script runs after the networking scripts)

Example:
#!/sbin/sh
#
#
# Changes to interfaces and additional static routes
#
/usr/sbin/route add -net 172.26.0.0 172.16.26.2 2
/usr/sbin/route add -net 172.16.186 172.16.186.1 1
/usr/sbin/route add -net 172.16.1 172.16.186.1 1
/usr/sbin/route add -net 10.140 172.16.186.1 1
thehoghunter
 

10 More Discussions You Might Find Interesting

1. Solaris

setting a route in Solaris

I am having problems getting this to work, though it seems like it would be simple. I have a host with 2 interfaces, hme0 (192.168.0.132) for the primary interface, and hme1 (192.168.0.16) for backups. I want it to talk to the backup host, which is 192.168.0.21, across the hme1 interface. Thanks (2 Replies)
Discussion started by: 98_1LE
2 Replies

2. IP Networking

add route to a subnet - Solaris 2.6

WE are running Unix - Solaris 2.6, we create a subnet. In the windows enviroment we are able to add a static route by using route add -p 172.16.10.0 mask 255.255.255.0 172.16.17.224, but when we add the route in Solaris as route add -net 172.16.10.0 255.255.255.0 172.16.17.224, we receive an... (5 Replies)
Discussion started by: cassy
5 Replies

3. Solaris

SOLARIS does not route

hi, i installed solaris 9 on an SPARC server with two network interfaces. behind each interface is a small lan. i can reach every computer in every lan using one of the other interface when i am logged in the solaris. but if a computer from one lan has to connect to a computer on the other lan,... (4 Replies)
Discussion started by: bong02
4 Replies

4. Solaris

Solaris Route configuraion

Hi, Any one can help me in this below mentioned issue I am facing in my solaris server? here the scenario goes.... i have multiple segments in my LAN like remote csr, database, production etc. and all the segments are configured in Windows/CISCo network. from my all system in remote... (1 Reply)
Discussion started by: Praan
1 Replies

5. Solaris

solaris 10 u5 what happens if no default route configured

Hi, I am new to solaris 10. What is the procedure the os takes if a default route is not configured? I am using a multihomed server with 4 interfaces. It looked strange to me this morning, because i had not defined a default route it defaulted to making one up, with the ip address of another... (9 Replies)
Discussion started by: borderblaster
9 Replies

6. Solaris

Route new network interface Solaris 8

Hi there, I'm trying to configure an additional network interface on Solaris 8 (eri0). The interface has been activated, but all the frames are still routed to the current default interface (ce0) I've tried following command (with various syntaxes...) unsuccessfully so far: # route add... (2 Replies)
Discussion started by: sreiniche
2 Replies

7. Solaris

Problems including route on Sun Solaris

Hey Guys. I am trying include a route on the Sun Solaris 10 System an get the follow respond: Network is unreachable. Let me show the command. root@ColectorDMSCNT # route add 200.44.46.0/27 161.196.84.193 1 add net 200.44.46.0/27: gateway 161.196.84.193: Network is unreachable ... (1 Reply)
Discussion started by: aggadtech08
1 Replies

8. Solaris

route and interface configuration in solaris

Hi, Every time when i boot my system i have to manually issue the following commands. ifconfig elxl0 plumb 192.168.200.129 netmask 255.255.255.0 up route add default 192.168.200.1 I need some help so that it should be configured permanently and i wouldn't have to manually issue... (2 Replies)
Discussion started by: malikshahid85
2 Replies

9. Solaris

Add route to solaris 10

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)
Discussion started by: arfry
1 Replies

10. Solaris

Couldn't add route on Solaris 10

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)
Discussion started by: gjackson123
2 Replies
ECACCESS-ASSOCIATION-LIST(1p)				User Contributed Perl Documentation			     ECACCESS-ASSOCIATION-LIST(1p)

NAME
ecaccess-association-list - List your ECtrans Associations SYNOPSIS
ecaccess-association-list -version|-help|-manual ecaccess-association-list [-debug] [-gateway name] [association-name] DESCRIPTION
List all your ECtrans Associations. When an association-name is specified then the details for this Association is displayed. ARGUMENTS
association-name (optional) The name of the Association to retrieve the details. OPTIONS
-gateway name This is the name of the ECaccess Gateway where the Associations are installed. It is by default the Gateway you are connected to. In order to get the name of your current Gateway you can use the ecaccess-gateway-name command. When using the commands at ECMWF the default Gateway is always "ecaccess.ecmwf.int". -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-association-list List all your Associations on your default Gateway. ecaccess-association-list -gateway ecaccess.ecmwf.int ginko List the details of the Association ginko on the ecaccess.ecmwf.int Gateway. SEE ALSO
ecaccess-association-delete, ecaccess-association-get, ecaccess-association-protocol, ecaccess-association-put and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ASSOCIATION-LIST(1p)
All times are GMT -4. The time now is 02:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy