Network cards - Routing


 
Thread Tools Search this Thread
Operating Systems Solaris Network cards - Routing
# 1  
Old 10-20-2009
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 ??
# 2  
Old 10-21-2009
You ARE using the qfe for your route, isn't it so??
# 3  
Old 10-22-2009
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
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Network routing

hi, not an expert in Solaris networking so would like to ask your opinions Say i want to configure packet routing from source 10.126.120.130 (A) to destination 10.214.140.9 (B). I configured it this way (shown in netstat -rn) on (B) Destination Gateway Interface... (7 Replies)
Discussion started by: ghostdog74
7 Replies

2. UNIX for Dummies Questions & Answers

1 Server with 2 ethernet cards IP on seperate network. Possible?

Hi All, I have just setup a webserver running on a linux box. This server has 2 ethernet cards and only 1 is in used now. eg. 192.168.10.1 is my server IP. All users from 192.168.10.X can access my webserver. However, users from another LAN 10.10.10.X are not able to access my webserver. They... (0 Replies)
Discussion started by: jackma
0 Replies

3. Hardware

Slackware 13.1 can't configure two network cards

Hello everybody, I'm having troubles with Slackware 13.1 and network cards. I have one on-board Ethernet card (which is recognized and works okay) and a PCI Ethernet card (which is also recognized, but doesn't appear in 'ifconfig -a'). If i run a 'lspci', i can see the kernel recognized the... (5 Replies)
Discussion started by: semash!
5 Replies

4. Solaris

qfe errors and network cards

Hi All, Hope you are all doing good. In MY unix box i have 2 network cards. I want to know what if one network card fails. Does the second one will automatically take all the traffic or how it is supposed to work. Also in my logs i am seeing below errors . Can you throw some light of this qfe... (3 Replies)
Discussion started by: Krrishv
3 Replies

5. HP-UX

routing issues with multiple NIC cards

I am running HP_UX 11.23 with 4 NIC cards (this is our TSM server) I have 4 subnets we are backing across. trying to keep traffic on their subnets. I only have one route statment should I add more. route add net 123.99.8.0 netmask 255.255.255.0 123.99.8.254 route add net 123.99.67.0 netmask... (2 Replies)
Discussion started by: myork
2 Replies

6. Solaris

How to find network cards available ...

Hi all, I have a server running with Solaris and I have 2 Pci cards installed on this server (since a while), 1 with 4 coppers connections output and one with a Fiber network connection output. Today, this server is using the on board network connection (Ce0). How can I find the other... (7 Replies)
Discussion started by: unclefab
7 Replies

7. AIX

Load balancing across network cards

The title speaks for itself. I have never attempted this but understand there is a way to use two network cards (en0 and en1) with the same IP address so as to load balance the traffic flow through both cards. Anyone know the answer? (4 Replies)
Discussion started by: johnf
4 Replies

8. Solaris

How to List all Network cards

Hi, I'm looking for a command to be able to list all my network cards available on my server. With the command "ifconfig - a", I can only see to configured network card(s) Any idea ? :confused: Thanks a lot for your help, Fabien (5 Replies)
Discussion started by: unclefab
5 Replies

9. Solaris

Disable Network cards under boot Prom

Hi, I'm looking for a command to be able to disable a network card under the boot PROM. I need it to force my Jumpstart to use the Ethernet card of my server (V880) instead of my fiber card (gem0). Thanks, Fabien (6 Replies)
Discussion started by: unclefab
6 Replies

10. UNIX for Dummies Questions & Answers

SCO Unix and Two Network Cards

Our shops server runs SCO Openserver 5 release 5. It has two network cards in it (one on 10.0.0.6 and one on 90.0.0.99). When I run scoadmin and look at the network settings it show both my 3com network cards and a loop back driver http://theentertainer.com/james/untitled.jpg Can anyone tell... (1 Reply)
Discussion started by: potter
1 Replies
Login or Register to Ask a Question