- Individual Applications
Protect
Filter
Perform
Connect
Add-Ons
- Software Packages
- Complete Appliances
|
|
#1 (permalink) |
|
Master Untangler
|
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 Code:
sed -i -e 's/APT::Cache-Limit 10000000/APT::Cache-Limit 20000000/' /etc/apt/apt.conf Code:
cp /etc/apt/sources.list /etc/apt/sources.list.orig Code:
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 Code:
apt-get update apt-get install ntop Code:
ntop -A Code:
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 Code:
echo 'GETOPT="-w 4000"' >>/etc/default/ntop Code:
cp /etc/apt/sources.list.orig /etc/apt/sources.list rm /etc/apt/sources.list.orig Code:
/etc/init.d/ntop start 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. Last edited by md3v; 06-02-2009 at 10:43 AM.. Reason: 6.2 Tested and Working! |
|
|
|
|
#2 (permalink) | |||
|
Master Untangler
Join Date: Jan 2009
Posts: 163
![]() |
thanks for the info md3v.
I had this same problem with silver bullets commands on my 6.1 untangle box. for some reason when I run: Quote:
Quote:
Quote:
Any help on this would be great as I'd love to get ntop up and running. Thanks. |
|||
|
|
|
|
#3 (permalink) | |
|
Master Untangler
|
Hi Drewster,
Regarding: Quote:
You can manually edit the nTOP configuration file using: Code:
nano -w /var/lib/ntop/init.cfg Code:
ifconfig Christopher. |
|
|
|
|
|
#4 (permalink) | ||
|
Master Untangler
Join Date: Jan 2009
Posts: 163
![]() |
md3v, thank you for the tips.
However, I was finally able to get my ntop working. I have a friend who is running untangle in a vm exactly as mine, upgraded to 6.1. He sent me the contents of his /etc/default/ntop file. When I checked my /etc/default/ntop all that was listed was: Quote:
Quote:
For anyone who has similar issues, insert the above quote into your /etc/default/ntop directory, or make sure you've got something similar. and I do not belive it is specific to those debian repos you listed, I'm betting its something specific to my install that got screwed up somehow, after some trial and error over the past few days with other repos, etc.. thanks again tho md3v. ![]() Last edited by Drewster727; 04-26-2009 at 12:36 AM.. |
||
|
|
|
|
#5 (permalink) | |
![]() Join Date: Jul 2008
Posts: 1,081
![]() |
Quote:
sed: can't read /etc/apt/apt.conf: No such file or directory Also, I still do not see where to add the packet filter. The firewall does not show a similar screen. NAT policies look similar but do not appear to be the same screen. I show ntop running, but without steps to add a packet filter I cannot get to it. Lannie +++++++++ I found the packet filter. It doesnt say anthying about clicking on the little down arrow on the Advanced button!! Every time I clicked on advanced it said you are already in advanced mode. Now I just need to increase the cache size sicne that command does not work. I noticed this warning in the startup preferences: You cannot set the capture interface: missing privileges. Do I need to change anything? Last edited by lschafroth; 04-27-2009 at 09:30 AM.. |
|
|
|
|
|
#6 (permalink) |
|
Master Untangler
Join Date: Jan 2009
Posts: 163
![]() |
lschafroth,
the packet filter rule is located under config-->networking, then to access the packet filter rules you must be in advanced mode, you'll then be able to use a drop-down box on the top right of your screen, just click that and select packet filter. Also just a note, the packet filter rule you posted md3v does not work, at least for me it doesn't. However, when I make the packet filter exactly as silver bullet had his in the "install ntop in 5.1" thread, everything worked properly. edit: Ischafroth, sorry I didn't see you updated your post saying you found the packet filter section. Just ignore what I said earlier... but as for your cache command issue, if you ssh into your untangle box, can you go to that directory and find that file? or is it missing? Last edited by Drewster727; 04-27-2009 at 03:23 PM.. |
|
|
|
|
#7 (permalink) | |
![]() Join Date: Jul 2008
Posts: 1,081
![]() |
Quote:
Lannie |
|
|
|
|
|
#9 (permalink) |
|
Untanglit
Join Date: Jan 2009
URLs submitted: 6
Posts: 27
![]() |
Ignore what I posted earlier if you read it. I installed nTop and forgot to create the packet filter. Once it was created, all was ok. Thanks for this!!
Last edited by nadim.chidiac; 04-28-2009 at 08:33 AM.. |
|
|
![]() |
| Thread Tools | |
|
|