Solaris 10 multiple subnets/routing issues Solutions

Jan 13, 2019 Solaris 11 using wrong Route for networking (ca May 31, 2017 Solaris 11 tricks and hints Jul 13, 2015

How To Add a nullroute (blackhole filtering) | Tips And

To add a Static Route in Sun Solaris operating system, you can use the route command. This will dynamically update the Kernel IP Routing table. However, when a server is restarted, these routes will be lost. To prevent this from happening, add a startup script S76static-routes with all the route commands for the static route that needs to persist. adding routes in Solaris - Unix /etc/defaultrouter normally for putting in the defaulrtouter or default gateway. if your want to add other routes example the command to add routes is /usr/sbin/route add net 172.20.10.0 /usr/sbin/route add host 192.10.10.10 normally we create a file called S99routeadd, chmod 755 to it and place it under /etc/rc3.d so that everytime it reboots and system comes up it will autorun … How to Add / Change / Delete route in solaris10 on

Solaris command :route example# route add 192.0.2.32 -netmask 255.255.255.224 somegateway. example# route add 192.0.2.32 somegateway 255.255.255.224. For IPv6, only the slash format is accepted. The following example creates an IPv6 route to the destination 33fe:: with a netmask of 16 one-bits followed by 112 zero-bits.

Jan 13, 2019 Solaris 11 using wrong Route for networking (ca May 31, 2017 Solaris 11 tricks and hints Jul 13, 2015 route add not working in solaris 9 - LinuxQuestions.org