Menu

Configuration

2013-12-14
2014-11-27
  • virtual-liquid

    virtual-liquid - 2013-12-14

    Why am I having such difficulty finding documentation on this project?

    What is the Default Root password?
    How do I configure opennop after a fresh install.

    None of the below commands work? found right on http://www.opennop.org/manual.php

    sing the OpenNOP Appliance.
    This is by far the easiest option. Just download the appliance image and install it.
    For OpenNOP to process and compress traffic the host must be able to route traffic so lets enable routing on your hosts.
    sed -i ’s/net.ipv4.ip_forward = 0/net.ipv4.ip_forward = 1/’ /etc/sysctl.conf
    echo 1 > /proc/sys/net/ipv4/ip_forward
    You also have to allow traffic through the host. This means turning off the firewall or entering appropriate iptable rules. I dont know what those routes might be for your network so to keep it simple just disable it for now. It will be up to you to determine how your rules will need setup if you want to turn it back on.
    service iptables stop
    4. Running OpenNOP.
    First we need to setup and start the kernel module.
    service opennop setup
    modprobe opennopdrv
    Next start the opennop daemon.
    service opennop start
    To stop opennop.
    service opennop stop
    rmmod opennopdrv

    IS this project still being supported or has it been abandon?

     
  • Justin Yaple

    Justin Yaple - 2014-11-27

    Wow this is an old post. I thought that I responded to it but obviously not.

    The readme.txt has the default users and passwords.
    https://sourceforge.net/projects/opennop/files/
    username: root
    password: linux

    Yes, the website is a bit (very) outdated. There are much better notes questions on the sf.net project site wiki or even in the forums here. Iv been meaning to setup a new website but life (and real work) has just gotten in the way.

    I would say that its still supported. Iv been working on adding what I consider core functionality. I work on it as much as I would like to. You can see the activity feed here.
    https://sourceforge.net/p/opennop/activity/

     
  • Ekta

    Ekta - 2017-03-06

    How to configure NOP after fresh install? How to assign IP addresses to LAN and WAN ports of NOP. Pls reply asap.

     
  • Ekta

    Ekta - 2017-03-06

    Also, the iso image when converted to make bootable pendrive, error is generated 'configuration file missing'. How to make its bootable pendrive/cd?

    For now we have installed NOP in virtual box. But IP addresses are not getting assigned. Pls guide us as we are stucked in between.

     

Log in to post a comment.