Re: tcpip adapter configuration question on an Aix 4.3.3 server



Not having an a cable plugged in doesnt really change anything. Network
packets follow the routing table of your machine.

My first instinct would be to say that your default route changed
because of you enabling a second interface but that doesnt seem to
follow the behaviour of AIX at all.

Did you put an IP address on the new interface on the same network as your
primary adapter? This would explain the behaviour. What you
actually did then was probably to send all packets to the unattached adapter.

netstat -rn shows your current routes.

Please learn how IP works on a non production machine.

-km

On 26/10, Mark Schlechte wrote:

I have a server with 2 ethernet adapters on it.

One is a Gigabit adapter with an assigned ip_adresss and up communicating.

Today I wanted to enable a 2nd interface (10/100) as we wanted to use it to
isolate some traffic on just that adapter.

As soon as I provided it with an ip_address and brought it up my server
stopped communicating on the primary adapter even though I didn't even have
a UTP cable plugged into the second adapter.

I ended up doing an 'rmdev -dl en1' to get rid of the 2nd adapter I'd
enabled and it finally brought things back to the way it was.

So my question is what did I do wrong? When I review what I'd entered I see
I'd used the wrong netmask so could that have been the cuplrit?

I thought I'd be safe by not having anything plugged in but I guess not.

I'll have to try this again and I'm not sure now how to properly setup a 2nd
interface on the same subnet with a different ip_address.

MS

DISCLAIMER: The information transmitted is intended only for the addressee
and may contain confidential, proprietary and/or privileged material. Any
unauthorized review, distribution or other use of or the taking of any
action in reliance upon this information is prohibited. If you received this
in error, please contact the sender and delete or destroy this message and
any copies.



Relevant Pages

  • Re: Difference between?
    ... loopback interface (second one in the case when even loopback adapter not ... installed but network adapter do installed). ... > passes the remaining data to the next layer up - the IP layer, ...
    (microsoft.public.win32.programmer.networks)
  • AIX 5.1 losing network packets
    ... partition with AIX 5.1 ML3 HACMP 4.5 that is losing network packets. ... only the hart-beat interface keep working the other two miss packets. ... I mean if I configure the adapter en0 with the heartbeat address it ...
    (comp.unix.aix)
  • Re: My-IDE Advice
    ... As to type of CF adapter, I have yet to find the "perfect adapter". ... don't like the ones that stick up 2-3" above the cart. ... up with a 40 to 44 pin adapter, with a 44 pin to CF adapter plugged ... have you considered the KMK-JZ IDE interface? ...
    (comp.sys.atari.8bit)
  • Re: object adaptor
    ... So here is my understanding of the Object Adapter: ... You have your interface the client uses, ... void registerInterface; ... void doOperationTheCommonWay(); ...
    (comp.object)
  • Question about multiple modules talking to one adapter
    ... We have a PCI adapter that supports three different APIs / interfaces. ... interface called CCIL that we invented. ... Each driver registers its own ISR and has its own mapping the adapter memory. ... Let's call this the CRM driver. ...
    (Linux-Kernel)