Menu

Development Build - Repository

Some of the newest features are only available in the Development repository. Some of these features include.

  1. Command Line Interface.
  2. Performance Counters.
  3. Packet Buffer Pool.
  4. Bridge Mode for Kernel Module.

To install the development version on the appliance.

Uninstall the standard repository and install the devel repository.

rm /etc/zypp/repos.d/network:opennop*
zypper ar -f http://download.opensuse.org/repositories/network:/opennop:/devel/openSUSE_12.1 network:opennop

Then update both the opennop and opennopdrv.

zypper update opennop
zypper update opennopdrv

After the packages have been update restart everything.

rmmod opennopdrv
service opennop stop
service opennop setup
service opennop start
modprobe opennopdrv or modprobe opennopdrv mode=bridge

The standard repository will eventually be updated with these features after more testing.


Related

Discussion: Strange upload issue / SMB issue
Discussion: Configuration and installation issue
Discussion: HTTP Issue - Bridge Mode

Discussion

  • Ayaz

    Ayaz - 2014-12-19

    I have followed about steps to update appliance.
    However, zypper update says already highest one installed

    At the end it seems my bridge mode is working.

    From site a to site b, RDP and HTTP (accessing internal webserver) shows optimizing YES.

    Request - Pressing UP ARROW should retype the previous command in cli. e.g.
    opennopd# show sessions

    opennopd# Pressing up arrow right now results in some characters as ^[[A

     
  • Justin Yaple

    Justin Yaple - 2014-12-19

    The cli does not have history implemented yet. I agree it should and it will eventually.

     
  • Justin Yaple

    Justin Yaple - 2015-02-21

    If your using a newer version of OpenSuSE the opennop repo URL will change based on that.

    You can use this to determine what version of OpenSuSE your running.

    `lsb_release -r -s`
    

    or

    cat /etc/os-release
    
     

    Last edit: Justin Yaple 2015-02-21

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.