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 |
whenever you are creating a new user (while creating user every time) file /etc/passwd file inode number will be changed why????
please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAPE(DDS)
If the root disk is failed how can change it?
What are the daemons will run when the system is booting?
what are the common errors you find in Solaris Volume manager?
How to create core dump and crash dump #coreadm .
What is nslookup
How to create swap file
command to display default boot device
What is the physical device to check the 2 nodes connect in cluster
Were the vcs logs will be
What are the two types of service groups?