Solaris networking problem


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris networking problem
# 1  
Old 10-08-2010
Solaris networking problem

Code:
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 10.13.157.127 netmask ffffffc0 broadcast 10.135.151.191
        ether 0:14:4f:a0:e3:3a
e1000g1: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 8
        inet 10.13.157.227 netmask ffffffc0 broadcast 10.135.151.255
        ether 0:14:4f:a0:e3:3b

e1000g1 not showing running status. we had checked network cable. cable is working fine.

e1000g1 link: down speed: 0 Mbps duplex: half

not able to access through that Ip
pls provide methe solution.

thanks

Last edited by DukeNuke2; 10-08-2010 at 05:41 PM..
# 2  
Old 10-08-2010
is the switchport checked?
# 3  
Old 10-10-2010
green light is glowing in swtich port.but no led is gloeing in intreface e1000g1,e1000g2,e1000g3. we are configure only e1000g0 and e1000g1. it was working before but it is not now.
# 4  
Old 10-11-2010
copy the configuration to another:
- interface (e1000g2/3 and maybe 0 because this interface is working)
- switchport

if the config works on another port, the port e1000g1 might be faulty. if it won't work, your config might be bad.

to investigate further, please post the files:
/etc/hostname.*
/etc/hosts
/etc/netmasks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

problem of networking in centos

Hello, I am using dual boot of linux, one is ubuntu and the other is one is centos. I have three NIC's and only one of them connected with cable. The thing is that when I boot from the ubuntu, it does recognize it and I am connected to the Internet. When I boot from the centos I am not... (6 Replies)
Discussion started by: programAngel
6 Replies

2. Solaris

Solaris networking

Hi, I have installed two solaris boxes in an VM. First box is 10-1 Has two interfaces and in connected briged to the lan an d connected internal to an virtual lan. Second box is 10-2 Has one interface. Now what I wanted to do is a setup so that 10-2 connects through 10-1 to the lan.... (3 Replies)
Discussion started by: jld
3 Replies

3. IP Networking

Solaris Networking - help

Hi all Right, i need to admit Im c4p on networking. I hate it, always have, always will. Here's my problem Ive got 3 hosts. A B and C. I need to directly contact host C from host A, but at the moment I have to ssh on to B, to then ssh on to C. so, I need to set up host b, to forward... (3 Replies)
Discussion started by: sbk1972
3 Replies

4. UNIX for Advanced & Expert Users

Networking Problem

Hi all, When I tried to restart the networking daemon, it stated this error: MyServer:/etc/init.d# ./networking restart Reconfiguring network interfaces...RTNETLINK answers: Network is unreachable run-parts: /etc/network/if-up.d/route exited with return code 2 done. Please note that I... (2 Replies)
Discussion started by: mjdousti
2 Replies

5. Solaris

Solaris 10 Networking

I have just installed Solaris 10 for x86. The install seemed to have worked fine, and I have configured my hostname and am able to login and do whatever. However, networking does not seem to have been installed. I have a router which assigns ip address via DHCP. I would have thought Solaris would... (5 Replies)
Discussion started by: Phobos
5 Replies

6. IP Networking

solaris 8 networking routing

hi all, how do i make sure that the new routing should take effect on the os memory right away? what should i run after i add all the new "route add ....". I have an example below: bash-2.03# netstat -rn Routing Table: IPv4 Destination Gateway Flags Ref Use Interface... (1 Reply)
Discussion started by: itik
1 Replies

7. Solaris

solaris networking

may i know what is the command for configure new ip, subnet mask and gateway ?? thanks .. (3 Replies)
Discussion started by: Farbegas
3 Replies

8. UNIX for Dummies Questions & Answers

Configuring networking interfaces on Solaris 10

Hi, I am trying to configure an ip address, netmask, and default gateway on my solaris machine. For example, in Linux I would do the following command: #ifconfig eth0 xx.xx.xx.xx netmask 255.0.0.0 #add route or route add default xxx.xxx.xxx.xxx In Solaris 10, I believe the commands are... (7 Replies)
Discussion started by: annointed3
7 Replies

9. IP Networking

Networking problem ?

Hi, How to check whether a port is working properly or not ? I am getting a Error message Could not open connection to the host, on port 23: Connect failed. Thanks !! (1 Reply)
Discussion started by: dreams5617
1 Replies

10. IP Networking

networking between two solaris workstations

I am trying to network two solaris workstations(ultra sparc 5) at home. what shoud I use to build the one of workstations as a http and ftp server and to network with the other workstation? (please explain to me in detail.. what kind of software or equipment do I need..) Thanks John (1 Reply)
Discussion started by: jung1975
1 Replies
Login or Register to Ask a Question