Hard hetwork / interface troubleshooting

Hi,
I can't make the network connection. The cable and hub should be fine since they are working on other systems. I've used 'mktcpip' as well as 'smit tcpip' to configure the interface, and was able to ping the system itself, but I can not ping the gateway - no response. After reboot, the IP disappears from the interface. Here are some output. Please help. Thank you!

root@aix# ifconfig -a
en0: flags=4e080863,80<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,PSEG,CHAIN>
lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
        inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
        inet6 ::1/0
         tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1

 
root@aix# entstat en0
-------------------------------------------------------------
ETHERNET STATISTICS (en0) :
Device Type: IBM 10/100 Mbps Ethernet PCI Adapter (23100020)
Hardware Address: 00:06:29:c3:41:c5
Elapsed Time: 0 days 0 hours 0 minutes 41 seconds
Transmit Statistics:                          Receive Statistics:
--------------------                          -------------------
Packets: 1                                    Packets: 0
Bytes: 590                                    Bytes: 0
Interrupts: 0                                 Interrupts: 0
Transmit Errors: 0                            Receive Errors: 0
Packets Dropped: 0                            Packets Dropped: 0
                                              Bad Packets: 0
Max Packets on S/W Transmit Queue: 1
S/W Transmit Queue Overflow: 0
Current S/W+H/W Transmit Queue Length: 1
Broadcast Packets: 1                          Broadcast Packets: 0
Multicast Packets: 0                          Multicast Packets: 0
No Carrier Sense: 0                           CRC Errors: 0
DMA Underrun: 0                               DMA Overrun: 0
Lost CTS Errors: 0                            Alignment Errors: 0
Max Collision Errors: 0                       No Resource Errors: 0
Late Collision Errors: 0                      Receive Collision Errors: 0
Deferred: 0                                   Packet Too Short Errors: 0
SQE Test: 0                                   Packet Too Long Errors: 0
Timeout Errors: 0                             Packets Discarded by Adapter: 0
Single Collision Count: 0                     Receiver Start Count: 0
Multiple Collision Count: 0
Current HW Transmit Queue Length: 1
General Statistics:
-------------------
No mbuf Errors: 0
Adapter Reset Count: 0
Adapter Data Rate: 200
Driver Flags: Up Broadcast Running
        Simplex AlternateAddress 64BitSupport
        PrivateSegment DataRateSet

 
root@aix# smit tcpip
Minimum Configuration & Startup
 To Delete existing configuration data, please use Further Configuration menus
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[TOP]                                                   [Entry Fields]
* HOSTNAME                                           [aix]
* Internet ADDRESS (dotted decimal)                  [192.168.7.18]
  Network MASK (dotted decimal)                      [255.255.255.0]
* Network INTERFACE                                   en0
  NAMESERVER
           Internet ADDRESS (dotted decimal)         [172.26.160.9]
           DOMAIN Name                               [whatever.com]
  Default Gateway
       Address (dotted decimal or symbolic name)     [192.168.7.1]
       Cost                                          [0]                      #
       Do Active Dead Gateway Detection?              no

---------- Post updated at 01:00 PM ---------- Previous update was at 12:41 PM ----------

[/COLOR]Update: I've made the connection after en1 has been configured.

The next question is how to troubleshoot the en0 issue. How can I find if the interface is broken or not?

Thanks.

Thoughts:

  1. Any DHCP interfering with your config?
  2. Remember to enable the "START Now" option in smit when configuring interfaces.