Technical Frequently Asked Questions: Configuration
FAQ » Index » Configuration
How do I reset OpenRG's configuration back to default?
Resetting OpenRG's configuration back to its default settings, can be done in
one of the following 2 ways:
I would like to use and test more features than the evaluation version allows. How can I enable additional features?
Our evaluation images as well as the SDK provided in our Web site contain the
full feature set of OpenRG.
In order to evaluate OpenRG, please refer to our Operational and Management Guide. If you would like to receive additional information regarding future features, please contact your local sales representative.
Can I have my desired logo presented on OpenRG's Web-based Management, instead of Jungo's logo?
Yes. In order to change the logo to your desired logo, change the file
below:
# rg/pkg/web_mng/images/vendor_logo.gif
Note that the size of the new logo should be 103x45 pixels.
What type of events are logged in OpenRG's 'System Log'?
OpenRG's 'System Log' logs modules initialization, system failure and modules
operation failure.
I would like to read/write a value to the Subscriber Line Interface Circuit (SLIC) register of OpenRG on a MonteJade board.
Can you provide an example or the source code in the kernel?
The code you are looking for can be found in:
# ~/rg/vendor/intel/ixp425/modules/ixp425_dsr_slic.c
I was unable to receive a DHCP address using the dhclient application, on one
of the 'jnetwork' interfaces.
It might be that your DHCP client application requires a configuration file to
bring up an interface.
If this is the case, you should create an ifcfg-[interface_name] file for it to use. On a Linux Redhat, for example, the file ifcfg-[interface_name] should be added under: /etc/sysconfig/network-scripts After creating the file, execute the dhclient command again.
When using 'jnetwork' I executed the following to add eth0 under wanbr:
'jnetwork start --add eth0:wanbr' I was unable to receive a DHCP address for eth0.
The command you executed:
'jnetwork start --add eth0:wanbr' adds eth0 interface under the WAN bridge, hence, eth0 is NOT supposed to obtain an IP address, as it is enslaved under a bridge. |