Wanpipe FreeBSD Appendix
Appendix
- Firmware Version
- How to create wanpipe-custom release
Firmware Version
To find the current firmware version for your AFT card,
Drivers wanpipe-3.2.0 and higher
#>wanrouter hwprobe
The hardware probe output will display the card info as well as version number.
Instruction for firmware update: Firmware update instructions
Top
How to create wanpipe-custom release
Wanpipe-custm release is package that include only binary/scripts/configuration files are neccessary for Wanpipe operation.
- Install Wanpipe release on your development computer. NOTE: Both development and target computer must have the same FreeBSD kernel configuration!
- Change directory to /usr/local/wanpipe-X.Y.Z
- Execute the following command:
./Setup wanpipe-custom create
- Select YES to compile/install Wanpipe driver if you not sure it was done before.
- The Setup script will create wanpipe-custom package (wanpipe-X.Y.Z.custom.tbz) under /root directory
- Copy this package to your target computer and run pkg_add wanpipe-X.Y.Z.custom.tbz to install it.
Top
|