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 |
Syntax for useradd commad
What is difference between Hard and Soft mount?
How to find out the shared file system from server and client
I don’t want to ask password reset in ever month to particular user. How to enable the same for only one user.
After creating user account successfully it shows 64 blocks.what for these 64 blocks are used and what information is stored in this blocks?
How to check the sleeping process in Solaris.
10 Answers Chase, JPMorgan Chase,
If the /var file system is full then what you will do.
how to add a script, that execute at start time
If telnet not working, what are the thing to be checked
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
How will see the version of the patches
I want to know how to Sechudle job using at and crontab so please give the explain with example please do the needful Regards Visva