The following instructions work on Untangle 6.1 and 6.2 and will provide a working nTOP environment with the current nTOP 3:3.3-11+b2 package included with Debian 5.
1. Increase the APT cache
2. Backup the Original sources.listCode:sed -i -e 's/APT::Cache-Limit 10000000/APT::Cache-Limit 20000000/' /etc/apt/apt.conf
3. Add Debian 5 Repo'sCode:cp /etc/apt/sources.list /etc/apt/sources.list.orig
4. Update packages and install latest nTOP buildCode:echo "deb http://http.us.debian.org/debian/ lenny main contrib non-free" >>/etc/apt/sources.list echo "deb-src http://http.us.debian.org/debian/ lenny main" >>/etc/apt/sources.list
5. Set nTOP's admin passwordCode:apt-get update apt-get install ntop
6. Configure nTOP monitoring interfaceCode:ntop -A
7. Configure nTOP to use TCP port 4000Code:cd /var/lib/ntop sed 's/INTERFACES="eth0"/INTERFACES="eth1"/g' init.cfg> init.cfg.tmp cp init.cfg.tmp init.cfg rm init.cfg.tmp
8. Restore the original APT sources listCode:echo 'GETOPT="-w 4000"' >>/etc/default/ntop
9. Start nTOPCode:cp /etc/apt/sources.list.orig /etc/apt/sources.list rm /etc/apt/sources.list.orig
10. Confirm nTOP is listening on TCP port 4000:Code:/etc/init.d/ntop start
NOTE: The expected result is *:4000 (Listen).Code:/var/lib/ntop # lsof -i :4000 [root @ utm1] COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ntop 7462 ntop 1u IPv4 488311 TCP *:4000 (LISTEN)
11. Configure a packet filter for nTOP
(See packet filter image, attachment below!)
12. Secure nTOP access from outside the UTM
a. Browse your UTM at http://ip-address:4000
b. Click "Admin" then "Configure" then "Protect URL's"
c. Enter username "admin" and your password (set in step 5 above) when prompted.
e. Click "Add URL" then "Add URL" again.
NOTE: This will require a username and password to access http://ip-address:4000
Post if you experience issues with these instructions.
- Individual Applications
Protect
Filter
Perform
Connect
Add-Ons
- Software Packages
- Complete Appliances


LinkBack URL
About LinkBacks

