Tag: 92

  • Adding routes in AIX

    Configuring a gateway in AIX

    To configure a machine to act as a gateway, use these instructions.

    For clarity, this procedure assumes that the gateway machine
    connects two networks, and that the gateway machine has already been minimally
    configured on one of the networks.

    1. Install and configure the second network adapter.
    2. Choose an IP address for the second network interface.
    3. Add a route to the second network.
    4. To use a machine as an internetwork router over TCP/IP networks,
      type:

      no -o ipforwarding=1
  • AIX commands you should not leave home without

    Kernel

    How would I know if I am running a 32-bit kernel or 64-bit kernel?

    To display if the kernel is 32-bit enabled or 64-bit enabled, type:

    bootinfo -K

    (more…)