0
I Use This!
Inactive

News

Analyzed about 14 hours ago. based on code collected 1 day ago.
Posted over 11 years ago by yaplej
There is now an OpenNOP appliance image and new rpm available for download. Fixed some major bugs when processing multiple TCP sessions.
Posted over 11 years ago by yaplej
There is a new appliance ready for download. Unfortunately the old one cannot be upgraded to this release. The old appliance used rPath rBuilder and that service was discontinued. This new one uses Open Build Service (OBS) to build the package and ... [More] SuseStudio to build the appliance. These services should be around for a long time. There are also some major bug fixes included since the last appliance was released. [Less]
Posted over 11 years ago by yaplej
The startup script included with the appliance is broken. It was originally written for CentOS and did not transition well to openSUSE. You can manually start the daemon by executing /usr/bin/opennopd. If anyone is good with bash and willing ... [More] to help rewrite the init.d script to will work on most Linux distros please let me know. You can contact me via SF.net or use the project forums. Please include your e-mail address. Thanks. [Less]
Posted over 11 years ago by yaplej
I have updated the appliance to use openSuSE 12.1. If you have an install from an older build of the appliance you can update to the latest using this procedure. #Fix minor problems with older releases of appliance. run: zypper install perl ... [More] run: zypper install glibc-locale #Reboot the appliance. run: reboot #Edit files in /etc/zypp/repo.d/ #Replace 11.4 with 12.1 and rename them to say 12.1 rather than 11.4. #Update the appliance. run: zypper refresh run: zypper dup #Reboot the appliance. run: reboot [Less]
Posted over 11 years ago by yaplej
There is a bug in the appliance that prevents it from saving the network configuration after a reboot. You can install yast2 and use it to configure the network interfaces or you can enable manual configuration. Here are steps for both. To ... [More] enable yast2 to configure network: Manually set IP address & static route. run: ifconfig eth0 172.17.2.2 netmask 255.255.255.0 up run: route add -net 0.0.0.0/0 gw 172.17.2.1 Configure DNS: nano /etc/resolv.conf nameserver 208.67.222.222 nameserver 208.67.220.220 run: zypper install yast2-network yast2-ncurses run: systemctl disable NetworkManager.service To enable manually edit network config: nano /etc/sysconfig/network/config NETWORKMANAGER="no" nano /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO='static' BROADCAST='' ETHTOOL_OPTIONS='' IPADDR='172.17.1.2/24' MTU='' NAME='<Your device hardware name>' NETWORK='' REMOTE_IPADDR='' STARTMODE='auto' USERCONTROL='no' nano /etc/sysconfig/network/routes default 172.17.1.1 - - run: systemctl disable NetworkManager.service [Less]
Posted over 11 years ago by yaplej
Updated the rpm and appliance to version 0.3.63. To update the appliance run "conary updateall". After the update restart the opennop service.