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 |
What is WWN on storage
What is mean by paging & server average time.
How to start llt and gab
How do you check the run level
What is environmental? How to add environmental variables in run level 3 & how to edit?
Is it possible to edit the corntab using vi
wts differnce between svm&vxvm?
command to display default boot device
How can you create mount points in solaris?
Is it possible to create swap in new harddisk without format
Tell me the port for Telnet, ftp,nis,ssh,nfs
Which file to be configuring the logs messages (like: /var/adm/message etc…)