If you have multiple ethernet interfaces, how do you keep
it from routing between them?

Answers were Sorted based on User's Feedback



If you have multiple ethernet interfaces, how do you keep it from routing between them?..

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

If you have multiple ethernet interfaces, how do you keep it from routing between them?..

Answer / chummachennai

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

If you have multiple ethernet interfaces, how do you keep it from routing between them?..

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

Post New Answer

More Solaris Commands Interview Questions

How to increase the size of the file system?

2 Answers  


Options in ufsdump

1 Answers  


Syntax for useradd commad

4 Answers  


how to see particular job whether completed or not?

4 Answers  


How to delete “abc” files using find command

3 Answers  






how to install a patch in solaris 10( step by step details)?

2 Answers  


What are the steps to be follow to add a disk in veritas & before add the disk what are the steps to be follow

2 Answers  


how will you execute backup and restore using the tar command in a single command

1 Answers   CMS,


How will you ad new aliases name

1 Answers  


What are the daemons in VERITAS?

6 Answers   HCL,


How to configure root mirroring in veritas volume manager

5 Answers   L&T,


How can we check the status of CPU at firmware

2 Answers   ITC Infotech,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)