two network cards in system

Ask a Question related to AIX, Design and Development.

  1. #1

    Default two network cards in system

    Hi,

    I have installed two network cards in my system and need to know how I can
    configure them so that one of them is used for private network and the
    other for public?

    Also, everytime I reboot my system, I have to start network interface
    manually...how can I set them so that startup at bootup time?

    Thanks in advance for your help..

    if possible, please cc to: [email]achana@yorku.ca[/email]

    -ac
    Oh Chakravu Guest

  2. Similar Questions and Discussions

    1. network or file system error
      Contribute encountered a network or file system error. Please try the operation again, and contact the administrator if the error continues to...
    2. Templates: Business Cards, Post Cards, etc. . . .
      Has anyone found a way of adding catagories to the InDesign template list?
    3. Network Audio System
      Is anyone using NAS? I notice their mailing list no longer works and there are jillions of debian msgs on Google about it needing a maintainer. I...
    4. Wireless Network Cards - Unable to Install
      I am trying to install a wireless network card in a new Toshiba Satellite Model 2435-255. I've tried a Linksys card without success and I'm...
    5. How to: Network XP system to system running 2000?
      I have a desktop running XP. I have a laptop running 2000. They share an internet connection through a Linksys wireless router. My question...
  3. #2

    Default Re: two network cards in system

    Oh Chakravu <chakravu@chakravu.com> wrote in message news:<Xns94039FA4FCE27chakravuyahoocom@66.185.95.1 04>...
    > Hi,
    >
    > I have installed two network cards in my system and need to know how I can
    > configure them so that one of them is used for private network and the
    > other for public?
    >
    > Also, everytime I reboot my system, I have to start network interface
    > manually...how can I set them so that startup at bootup time?
    >
    > Thanks in advance for your help..
    >
    > if possible, please cc to: [email]achana@yorku.ca[/email]
    >
    > -ac
    Errm, configure the IP addresses on the cards, one for the public and
    one for the private, using smitty chinet.

    Steve
    Steve Nottingham Guest

  4. #3

    Default Re: two network cards in system

    >>I have installed two network cards in my system and need to know how I can
    >>configure them so that one of them is used for private network and the
    >>other for public?
    >>
    > Errm, configure the IP addresses on the cards, one for the public and
    > one for the private, using smitty chinet.
    >
    If you want the machines communicate over the private network, you can
    overwrite the ip addresses resolved by DNS in /etc/hosts and then change
    the lookup order with a line "hosts=local , bind" in a file
    "/etc/netsvc.conf"
    By default AIX uses DNS before hosts file.

    ---
    Uli

    Ulrich--nO--(dot)-sPAM--Link Guest

  5. #4

    Default Re: two network cards in system

    Oh Chakravu <chakravu@chakravu.com> writes:
    > Hi,
    >
    > I have installed two network cards in my system and need to know how
    > I can configure them so that one of them is used for private network
    > and the other for public?
    These two networks will invariably have different ip address ranges,
    i.e. be two different subsets. Private, say 192.168.1.x and your
    bpulic one dictated by your ISP.

    So using one card for each network is just as simple as assigning an
    appropriate IP address and subnet mask to each.

    One example: set one nic to use DHCP to get it's address from your
    ISP, and statically assign your private nic to something in teh
    address range you assign to your private network, 192.168.x.x 10.x or
    what have you.

    Learning more about basic networking, IP addresses and subnet masks
    will help you a lot.

    [url]http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=network+ip+address+subnet+masks+tutorial[/url]
    > Also, everytime I reboot my system, I have to start network
    > interface manually...how can I set them so that startup at bootup
    > time?
    Use "smitty inet" or "smitty mktcpip" instead of using ifconfig.

    On AIX, ifconfig doesn't "stick" but using smitty gets it into the
    configuration database so it survives a reboot.

    --
    Todd H.
    [url]http://www.toddh.net/[/url]
    Todd H. Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139