Find the answer to your Linux question:
Results 1 to 4 of 4
Hello Everyone, First post here. I recently installed NISTnet on a RHEL 5.3 box after much turmoil and can finally load the module properly. My problem is I am not ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    2

    NISTNet Network Configuration - Help!

    Hello Everyone,

    First post here. I recently installed NISTnet on a RHEL 5.3 box after much turmoil and can finally load the module properly. My problem is I am not certain how to configure NISTNet to use two specifc NICs. Is it supposed to automatically see both NICs and route between them accordinly. In my current setup I do not see a delay even when it is added/updated without error to xnistnet. Any assistance would be greatly appreciated.

    Setup:
    NISTnet
    eth0 - 10.X.X.1
    eth2 - 10.X.X.2

    PC1:
    gateway - 10.X.X.1
    PC2:
    gateway - 10.X.X.2

    PC1---->Nistnet(eth0)--Nistnet(eth2)<----PC2

    Test:
    PC1(ping)-------------------------------------->PC2


    Thanks,
    LzK

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Is forwarding turned on? It is off by default.

    Code:
    cat /proc/sys/net/ipv4/ip_forward
    if it says '0' then it isn't turned on. You can turn it on as follows;

    Code:
    echo 1 > /proc/sys/net/ipv4/ip_forward

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    2
    Thanks, Lazydog that did the trick. My box is now passing traffice between the two machines. Unfortunately when I enable nistnet traffic ceases, not really sure what the deal is there. Thanks again.

  4. #4
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    I don't know anything about nistnet. But if things are not working check routing would be the first step.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

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