Dual network ports


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Dual network ports
# 1  
Old 10-28-2002
Dual network ports

Hey all,

I got a Ultra 60 and I'm going to put a quad fast ethernet card into it, also I have a NAS with dual ethernet ports. I'm going to setup the Ultra 60 as a gateway to the NAS.

Is it possible to setup 2 ports on the quad fast ethernet card to talk to the 2 ports on the NAS? Both using the same IP and the computer thinking that it is all one port not 2?

OR

Is it possible to setup the Ultra 60 and NAS so that one port is used for incoming data and the other for out going data. Thus having a 100Mbit connection each way to and from the NAS to the Ultra 60?

If either of these two ways or both are possible where cas I find some documentation on how to set it all up?

Thanks.


Oh yeah the Ultra 60 will be running Solaris 8 and the NAS well that has some Micro version (kernel) of linux (So I have been told).
merlin
# 2  
Old 10-29-2002
You can set up two ports (one for incoming and one for outgoing) between the two systems.

Here is how:

2 servers - S and N.
2 ports on each - I and O.

On S, set port I to 172.16.1.10 and port O to 172.16.1.20
Add a route for 172.16.x.x to 172.16.1.20. Adding the route will be setting that port to be outbound (any traffic for 172.16.x.x goes out that port).

Set the IP of the I port to be the known IP for the system by adding it to DNS or in the /etc/hosts of the other server(s). Then all incoming traffic should hit the I port.

Do the same (if possible) on the N server.

The only thing I don't know is if any software will have a problem with it since the 'stream' will be coming back from a different IP.

I know SUN used to have a software product to take the 4 ports of a qfe card and assign the same IP (to get 200 incoming and 200 outgoing )but I don't think it can be done with normal commands. Sorry, don't remember much more about it.
# 3  
Old 10-29-2002
The software is Sun Trunk.

It requires you to have a network switch that supports the trunking protocol. check the docs for supported switches.. we are using a quad fast ether with all for ports acting as one for our b backup solution. Works great!

check it out!

/Peter
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Ports,number of slots,network devices - UNIX

Hi All, Can someone help me in finding out below information from ReHat linux,Solaris,AIX, hp-ux machine : 1. How to find total number of ports in supported by each slot. 2. name of ports that are used to transmit data to the printer 3. total number of slots on a network device (2 Replies)
Discussion started by: omkar.jadhav
2 Replies

2. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

3. Hardware

Fedora 16 dual monitor - dual head - automatic monitor shutdown

Hi, I am experiencing troubles with dual monitors in fedora 16. During boot time both monitors are working, but when system starts one monitor automatically shut down. It happend out of the blue. Some time before when I updated system this happend but then I booted older kernel release and... (0 Replies)
Discussion started by: wakatana
0 Replies

4. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

5. Linux

nix User Access Restrictions to Network, USB ports, PCMCIA, CDROM

How to create a user account on a Linux desktop machine with restrictions on connecting to the LAN, WAN, PCMCIA ports, Firewire, CDROM and generally any user controllable output options? I have the task to set up a machine for users working with sensitive data that should not be leaving the... (1 Reply)
Discussion started by: netfreighter
1 Replies

6. Hardware

Identifying Network Ports

OK, so I have a real dumb question, but I am desperate for an answer. If my Sun machine shows the following out put. root@xxxx:/# egrep network /etc/path_to_inst "/pci@1f,0/pci@1,1/network@c,1" 0 "eri" "/pci@1f,0/pci@1,1/network@5,1" 1 "eri" Does that indicate that there is one eri... (2 Replies)
Discussion started by: Tirmazi
2 Replies

7. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

8. Solaris

Dual IP configuration with two different network card

I am trying to configure dual IP each on different interfaces (ce0, ce2) with one logical/virtual IP. I can ping all three IP but can not TELNET to any of them. Here is all the information: ********************************************************* root@osssvr # more /etc/hosts # # Internet host... (2 Replies)
Discussion started by: dr.adnan.sarwar
2 Replies

9. UNIX for Dummies Questions & Answers

telnetd: all network ports in use

I hope someone can enlighten me on this. A few weeks ago, the root file system my UnixWare 7.1.1 server became corrupt so I ended up doing a full restore of the OS from tape backup. Since then, after I get about 270 users on the system, the message "telnetd: all network ports in use" is... (1 Reply)
Discussion started by: davekox
1 Replies
Login or Register to Ask a Question