Sponsored Content
Operating Systems Solaris V490 Network Active Hardware no IP Post 302920685 by Diar on Saturday 11th of October 2014 04:18:51 AM
Old 10-11-2014
Hi,

Unfortunately I can't copy and paste the results verbatim so will have to retype.

a ping to localhost, replies
a ping to either of the interface address's fails,
ifconfig -a shows the ip address's bound to the correct interface
arp -an shows nothing.

Any ideas?
 

8 More Discussions You Might Find Interesting

1. Linux

active network connections

how can i see active network connections (1 Reply)
Discussion started by: youmna
1 Replies

2. Shell Programming and Scripting

network active shell script

can anyone help me find a script that i can use to see whether a network is up and if it aint up then create a new network. (0 Replies)
Discussion started by: king_jon85
0 Replies

3. Windows & DOS: Issues & Discussions

Windows Active Network Connection Override

Hi All, I use two Network Connections at work: Wireless and LAN. Wireless network has no limitations, but LAN internet has a web filter. I start a download using my Wireless conn. (At this point, LAN is disabled) But when I activate my LAN connection my download stops immediately. LAN... (4 Replies)
Discussion started by: kalavkalav
4 Replies

4. AIX

How to find the active network inteface on etherchannel

I have a server with multiple network interfaces. 2 of these interfaces, lets say en2 and en6 make up an etherchannel interface, which let's say en8. when I run the command lsattr -El ent8 I can see the designated primary and backup interfaces as ent6 and ent2, in the given order. But... (10 Replies)
Discussion started by: thenomad
10 Replies

5. AIX

How to active this network adapter?

When I configure two VIO Servers, VIOS1 used to ping its gateway, after I configured second VIOS2, VIOS1 cannpt ping its gateway, when I run this command: entstat -all ent#|grep -i priority Priority: 5 Active: False How to make Active to True? (1 Reply)
Discussion started by: rainbow_bean
1 Replies

6. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

7. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies

8. Shell Programming and Scripting

Could you help me writing a script showing which network connections are currently active?

Could you help me writing a script showing which network connections are currently active? Means output should be something like: "eth0, wlan1, wlan3" Problem: The output is supposed to happen on a 16x2 LCD Display. Currently I am doing a "Ifconfig" as output, but its too fast for the... (2 Replies)
Discussion started by: lordofazeroth
2 Replies
ifconfig(8c)															      ifconfig(8c)

Name
       ifconfig - configure network interface parameters

Syntax
       /etc/ifconfig interface [ address [ dest_address ] ] [ parameters ]

Description
       The  command assigns an address to a network interface and/or configures network interface parameters.  You must use at boot time to define
       the network address of each interface present on a machine. You can also use it at a later time to redefine an  interface's  address.   The
       interface parameter is a string of the form: name, unit, for example, en0.  The address is either a host name present in the host name data
       base, or a DARPA Internet address expressed in the Internet standard dot notation.

Arguments
       You can set the following parameters with

       up	 Marks an interface up.

       down	 Marks an interface down.  When an interface is marked down, the system does not attempt to transmit messages through that  inter-
		 face.

       trailers  Enables  the  use of a trailer link level encapsulation when sending.	If a network interface supports trailers, the system, when
		 possible, encapsulates outgoing messages in a manner that minimizes the number of memory-to-memory copy operations  performed	by
		 the receiver.
		 Although trailers is the default on some network interfaces, the use of trailers is not recommended; failures in trailer negotia-
		 tion can disrupt network transmissions.  See -trailers.

       -trailers Disables the use of a trailer link level encapsulation.  This is the recommended setting.

       promisc	 Enables the use of the in the promiscuous mode. The promiscuous mode allows the network interface to receive all the packets  off
		 the wire and pass it onto to the packet filter.

       -promisc  Disables the promiscuous mode of the packet filter. This is the default.

       +copyall  Sets  the interface into copy-all mode (receives packets sent/received by the kernel-resident protocol software [for example, IP,
		 ARP, DECnet, LAT] on this host).

       -copyall  Disables copy-all mode. (See for more information aboutut the flag.)

       arp	 Enables the use of the Address Resolution Protocol in mapping between network level addresses and link level addresses.  This	is
		 the default.  This is currently implemented for mapping between DARPA Internet addresses and 10Mb/s Ethernet addresses.

       -arp	 Disables the use of the Address Resolution Protocol.

       debug	 Enables driver-dependent debugging code. Usually, this turns on extra console error logging.

       -debug	 Disables driver dependent debugging code.

       netmask	 Specifies  how  many  bits  of  the  address you wish to reserve for subdividing Class A and B networks into sub-networks.  (Inet
		 only).

       dstaddr	 Specifies the correspondent on the other end of a point to point link.

       broadcast Specifies the address you wish to use to represent broadcasts to the network.

       The command displays the current configuration for a network interface when no optional parameters are supplied.

       Only the superuser can modify the configuration of a network interface.

Diagnostics
       The command returns messages indicating the specified interface does not exist, the requested address is unknown, the user tried  to  alter
       an interface's configuration but is not privileged.

See Also
       netstat(1), intro(4n), packetfilter(4), MAKEDEV(8), pfconfig(8c), pfstat(8), rc(8)

																      ifconfig(8c)
All times are GMT -4. The time now is 04:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy