If you have multiple ethernet interfaces, how do you keep
it from routing between them?
Answers were Sorted based on User's Feedback
Answer / stratovarius
By default, routing between interfaces is disabled on
Solaris 10. ie ip_forwarding is disabled between interfaces.
Routing on Solaris 10 is also disabled, if
the /etc/defaultrouter file exists but is not empty, ie it
contains atleast one entry.
To disable routing, you need to disable ip_forwading using
the routeadm util:
# routeadm -u -d ipv4_forwarding
Cheers
| Is This Answer Correct ? | 2 Yes | 0 No |
To add to what stratovarious said There is one more command
to diable ip_forwarding
#ndd -set /dev/ip ip_forward 0
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / surner
Disable IP forwarding
#ifconfig ce0 -router (for ipv4)
AND
#ifconfig ce0 inet6 -router (for ipv6)
| Is This Answer Correct ? | 1 Yes | 0 No |
How to check the patch level in solaris
What is mean by paging & server average time.
How to find the versions?
what are the solaris commands? how can i use them? are my requirements plz post it.
If the root disk is failed how can change it?
How to bring the resource to online and offline
After first installation of Solaris 10, what and all the Securities We need to set and how ?
In Solaris, how to check the number of Users currently logged in ?
Security point of view,What's there in NIS+ than NIS?
How many file to modify the host name to be changed without rebooting the system.
How would you truncate a log file that is growing too large if you don't have space to compress it or to move it somewhere else? How would you do it?
How to remove a disk group?