Quad Fast Ethernet Card on Sparc 10?


 
Thread Tools Search this Thread
Special Forums IP Networking Quad Fast Ethernet Card on Sparc 10?
# 1  
Old 10-02-2001
Question Quad Fast Ethernet Card on Sparc 10?

I am having a problem getting my configuration to stick. After I installed my quad-card I did the following:

1. created hostname.qe0, hostname.qe1, hostname.qe2, hostname.qe3 files in my /etc directory.

2. In my /etc/hosts file I added the ip address of each interface and the name for each interface :
216.32.55.67 ext
65.3.2.1 dmz
10.10.10.1 int
172.1.1.1 net

3. In each hostname.qe file I added the hostname associated with each interface.

4. From a terminal I did the following:
ifconfig qe0 216.32.55.67 up
ifconfig qe1 65.3.2.1 up
ifconfig qe2 10.10.10.1 up
ifconfig qe3 172.1.1.1 up


***After I do all this it works fine

~~~Once I reboot my machine....it loses all of the settings for the Quad-Card.

Have any of you ever run into this or am I doing anything noticibly
wrong? Any help on this would be great.

Thanks,
Jeff
# 2  
Old 10-02-2001
I think you need to edit a file(s) in /etc/rc2.d to add the static
info. I don't have access to s SUN box at the moment
but I think it may have the name S168staticroute
but I can't be sure.
# 3  
Old 10-24-2001
Did you make sure the hostname for each respective interface is contained in each hostname.qex file?

BTW... That is a Quad-Ethernet card. Quad-Fast Ethernet cards are identified as qfe. (Just in case you bought a card thinking it was qfe and not getting 100mbit)
# 4  
Old 10-25-2001
The problem is that your ifconfig command puts the information into memory. This will hold until your either restart the services, or reboot.

To make the changes "stick" you will need to put the information into the config file.

For HP-UX that file is

/etc/rc.config.d/netconf

Post what OS you are using (if not HP-UX) and maybe someone
can let you know which file you need to edit.
# 5  
Old 10-25-2001
For SUN, what I previously posted should get you going.
# 6  
Old 09-26-2002
Hallo to everybody,
Sorry, but I need a quick info about the file to edit on SUN, under /etc to "stick" the info into the config file.
Thank you very much
Bye
EnzoSmilie
# 7  
Old 09-26-2002
Create a file in /etc with the following type of info:

file name
hostname.hmex where x is the interface number
hostname.qfex
hostname.lex

You have to know which interface type you have - grep them from the dmesg command

contents of file
xxx.xxx.xxx.xxx where xxx is your IP number OR
put the hostname in there but it must be /etc/hosts


Read the man pages for:
ifconfig
netmasks (section 4)
hosts (section 4)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Best hardware for a fast local Ethernet?

Dear all, I am setting up a new Ethernet network at home, I am going to have a good 100 Mbps internet connection (optic fiber) with a modem that have a gigabit ethernet card. I would like to to measure the speed of data transmission between several servers that are going to be connected to the... (2 Replies)
Discussion started by: freddie50
2 Replies

2. Solaris

Problem with my Ethernet Card

Hi Gurus of Solaris. I have a problem yesterday when I was installing solaris in a x86 equipement I attached some log that I capture when I try to resolve the problem Any guru that can help please. Any command or procedure that I can run, please advice me Regards Andres (10 Replies)
Discussion started by: andresguillen
10 Replies

3. AIX

Utilization of Ethernet Card

Hi, is it possible to find out network utilization of etherenet card in %? Regards, Manoj (2 Replies)
Discussion started by: manoj.solaris
2 Replies

4. Solaris

quad card configuration

Hi Group, I Have just installed quad card in my V440 machine, I am facing problem I cn just ping its ce0 card only rest of the cards are not ping able, here is details of my machine. ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 ... (2 Replies)
Discussion started by: sameergrover
2 Replies

5. IP Networking

ethernet card

What command do I use to show mw the ethernet card, I have tried ipconfig -a (1 Reply)
Discussion started by: dhlopomo
1 Replies

6. Solaris

Quad Ethernet

I have a Quad Ethernet card in a 220R. 2 ports activated. Each has its own hostname file and both hostnames are in the hosts file. I want both ports to have the same IP address so we can use the 2nd port in case we lose communication on the port. On bootup, the box gives me: SIOCSLIFFLAGS:... (5 Replies)
Discussion started by: hshapiro
5 Replies

7. SCO

Issue with a ethernet card

Installed a replacement 3com pci card on an ibm PC 300 GL, running OpenServer 6.0 , brought up system, and recieved this message: Fsstat:/dev/boot mounted Mounted /stand filesystem System auditing is not enabled. Dlpid:Unable to open network adapter driver (/dev/mdi/r8e0) Dlpid:No such... (0 Replies)
Discussion started by: tazmss1
0 Replies

8. UNIX for Dummies Questions & Answers

Ethernet card problem...

I am an extreme novice trying to learn Linux. I have redhat 9 installed in a computer I built specifically to install and learn linux. I have an asus a7v8x-x motherboard with the realtek 10/100 mbps ethernet card. I also installed a Jaht adapter jn-1110r32c ethernet card. I cannot get the... (2 Replies)
Discussion started by: Tony Empire
2 Replies

9. IP Networking

RedHat and Ethernet card no like each other

I have searched this forum for solution and have drawn a blank... so I come to you for help :) I an a Win XP user that has no problem getting on internet when I am on that OS (currently on it right now ;)). I installed red hat 9 and when I use that OS, I cannot get a connection. I ran the... (10 Replies)
Discussion started by: Minnesota Red
10 Replies

10. Filesystems, Disks and Memory

ethernet card for Solaris

Hi, How can i check the speed of the Ethernet card that my Sun server has and also how can i change it to full Duplex if it is set to half duplex? What is the file that takes care of this? (3 Replies)
Discussion started by: i2admin
3 Replies
Login or Register to Ask a Question