![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| qfe errors and network cards | Krrishv | SUN Solaris | 3 | 12-11-2008 12:36 AM |
| routing issues with multiple NIC cards | myork | HP-UX | 2 | 06-23-2008 02:02 PM |
| How to find network cards available ... | unclefab | SUN Solaris | 7 | 10-30-2006 11:05 AM |
| How to List all Network cards | unclefab | SUN Solaris | 5 | 06-27-2005 12:17 PM |
| SCO Unix and Two Network Cards | potter | UNIX for Dummies Questions & Answers | 1 | 09-12-2002 04:42 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Network cards - Routing
Hi all
I hate networking, I hate everything to do with it. Its something I do in anger in one contract, then forget. This is more of a question / than a problem. So, on a solaris 10 server, using older qfe cards, Ive got a sun truck with 4 nics (qfe0,3,4,7), and a ipmp pair (hemo0,qfe1). All on the same subnet / ip range. I want traffic to go out of the qfe trunk and not the ipmp pair. Ive created 4 zones, and am using the shared ip of the trunk as the network link. How do I adjust the route table to make the qfe route more favourable ? Code:
Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ---------- --------- default 172.24.0.9 UG 1 78 default 172.24.0.9 UG 1 41 qfe0 172.24.0.0 172.24.0.10 U 1 12 hme0:1 172.24.0.0 172.24.0.10 U 1 0 hme0 224.0.0.0 172.24.0.10 U 1 0 hme0:1 127.0.0.1 127.0.0.1 UH 4 224 lo0 I suppose I should really put the global zone onto a different subnet. But, I need to understand routing a little better. So, any help ?? |
|
||||
|
Hi,
let me ask the question from a different point of view. My globalzone uses qfe1 + hme0 as an ipmp pair. My zones uses a sun trunk using 4 other qfe ports. The zones and the global zone are all on the same subnet. So, my questions / worries are :- 1) Is it advisable to allocate the gz and the zones with IP's on the same subnet ? I read somewhere that its advised that zones be on a different subnet to the global zone ? 2) How will traffic be routed if there are two different cards / channels to the same subnet? Will the traffic to the gz route via the ipmp pair, or will it go over via the sun trunk, and vice versa with traffic on the trunk ? Which card does the OS use to send out its traffic ? Im a little unclear on the routing aspect. When the server comes up, it finds the IPMP pair, does it then make this the default route out ?? Then when the second link is created, due to it being faster, does it then make that the default link ? 3) An MS guy here told me that within windows you can specify metrics / loadings on the card. So, you can make a card the preferred route out by wither raises or lowering its metrics. So, you can have 4 cards on the same subnet, but raises the metrics on the fastest one, to make that the default. Is this the same with solaris ?? The only metrics regarding network cards were when you added a metric at the end of a route add command, to tell the system how many `hopes` will have to do to get to its destination. Is this the case ? Like I said, my network / routing abilties are poor, so simple terms :-) SBK |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|