Dual NIC problem


 
Thread Tools Search this Thread
Operating Systems Solaris Dual NIC problem
# 1  
Old 09-23-2004
Data Dual NIC problem

Hi,

I have a problem with a server disconnecting from the network.

This is a SUN box with dual NIC's running Solaris 8.

We have a Nokia router that routes traffic but it's virtual address doesn't respond to pings. When the SUN box sends out a ping, if nothing comes back it will shut down that NIC and send out a ping on the second NIC. A ping is also sent out through this NIC and, when it doesn't get a response from the ping, the second NIC is shutdown, so the server is cut off from the network.

Any ideas as to how to resolve this or, at least, to get around it?

Smilie
# 2  
Old 09-23-2004
Is this a script or software shutting down the interface just because a ping doesn't get answered?

If so, fix the script - get different software - change the router to respond to pings.

Please explain your problem in more detail including what is shutting down the interface.
# 3  
Old 09-23-2004
your router could be configure with ACL(access list control) l which is denying or bloking icmp packets
configure your router to allow icmp from the sun box.

I don't quit no what shuting your interface down.
# 4  
Old 09-23-2004
.........

perhabs your router don't like suns idea to have the same MAC addresse for each NIC in the mashine....

type:

eeprom local-mac-addresse?=true

if true, network drivers use their own MAC address, not the system's. default is false

greetings pressy
# 5  
Old 09-23-2004
I'm not sure if this is relevant to your problem, but it might be.

Solaris boxes will act as routers themselves if they have 2 NICs by default. Could your Sun be trying to route, and conflicting with your other router?

To prevent this behavior, you use touch to create a file called /etc/notrouter. When the system finds that file on boot it does not do routing.

Check to see if that file is there, and create it then reboot if it isn't. Maybe that will help your situation.
# 6  
Old 09-24-2004
Thanx for all your help.

rhfrommn, I think you may have something there. I'm gonna give that a try.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

LPAR NIC Problem

On all our lpars we have our main interface set up and a backup network interface. On a number of our lpars those connections go to a down state for no apparent reason. They are still attached but they show up as "*en1" in netstat. Has anyone else come across this issue or know why an... (4 Replies)
Discussion started by: bsewen
4 Replies

2. Solaris

Mulitple Zones on Dual NIC host

Greetings Forumers! I am running into an issue with multiple zones on an M5000 with 2 NICs. The NICs are on separate VLANs. These zones are using the 2 NICs to communicate with other systems but when they need to communicate with a zone on the same system, but different NIC, the application... (9 Replies)
Discussion started by: bluescreen
9 Replies

3. Solaris

NIC problem

can anyone help me fix this? what command should I use to bring them back to "TRUE"? Interface Speed Duplex Autoneg --------- ----- ------ ------- ce0 100 Mbit/s FULL FALSE ce5 100 Mbit/s FULL ... (3 Replies)
Discussion started by: uuontario
3 Replies

4. Solaris

IPMP. Is this a NIC problem!!?

-- IPMP Groups -- Node Name Group Status Adapter Status --------- ----- ------ ------- ------ IPMP Group: hostname1.xx-xxxx.xxxi sc_ipmp1 Online ce5 Online IPMP Group: hostname1.xx-xxxx.xxxi ipmpgrp01... (2 Replies)
Discussion started by: FeNiCrC_Neil
2 Replies

5. AIX

Dual port NIC, cfgmgr

OS: AIX 6.1 The host has a dual port NIC installed and when I went to run `cfgmgr -v` to configure it I got an error showing device packages are missing from the install: `cfgmgr -v` on 10.15.xx.xxx cfgmgr: 0514-621 WARNING: The following device packages are required for device support but... (3 Replies)
Discussion started by: b1f30
3 Replies

6. UNIX for Dummies Questions & Answers

nic problem

hello friends i am using x86 pc i can install solaris o/s but nic card is not deceting. i am not able see in file called /etc/path_to_inst. i did /touch reconfigu and devfsadm also. i used external nic card also realtech 8169d am using gigabyte mother board 775. (0 Replies)
Discussion started by: manoj123
0 Replies

7. UNIX for Advanced & Expert Users

Dual boot problem

Hi All, I have a pc loaded with windows 2000 professional. Recently added new disk of size 80GB and installed redhat linux to second disk. Now system is booting to linux but not to windows 2000. How to configure for dual boot. Thanks in advance - Bache Gowda (3 Replies)
Discussion started by: bache_gowda
3 Replies

8. UNIX for Dummies Questions & Answers

SuSE 8.1 NIC problem

i have just installed suse 8.1 on a third computer which has an Asus p4s8x with onboard NIC and sound. now, on install suse detected everything automatically with no probelm, however upon reboot the sound failed to load as well as the network card. /dev/eth* doesnt exist. i looked in the bios and... (2 Replies)
Discussion started by: norsk hedensk
2 Replies

9. UNIX for Dummies Questions & Answers

Dual Boot problem,help!!!!

I had Win98 and Win Xp on a dual boot on my system, I formatted my C: drive to get rid of Win98 and installed Linux Madrake in its Place, it all installed ok but when I boot up I can no longer dual boot and it goes straight into Mandrake Linux. How can I get either a dual boot so I can get to XP... (10 Replies)
Discussion started by: Merv
10 Replies

10. UNIX for Dummies Questions & Answers

problem in dual boot

i want to know how do i make my system a dual boot system for Linux 7.1 and Windows Nt 4.0 :( :confused: :confused: (2 Replies)
Discussion started by: mad2life
2 Replies
Login or Register to Ask a Question