PDA

View Full Version : NOD32 for Linux and BSD Beta web interface


Fredsky
August 10th, 2007, 11:19 AM
hello

I'm testing the nod32 for linux beta it's pretty good but i can't acces the web interface.
Anyone a idea to get acces? port?

the man don't work for esets_wwwi

I've suse 10.1 in box version on a amd 2800+ 32 bit.

thanks in advance



fredsky

ludox
August 17th, 2007, 11:26 AM
Hi,

I saw on a screen that port 3232 was used for the web interface.

Can you try ? :)



PS: à priori tu es Français :P Dis moi si ce port fonctionne ou pas ;)

Fredsky
August 17th, 2007, 11:43 AM
it's not working

when i did a nmap on this computer a had this as result

21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
80/tcp open http
83/tcp open mit-ml-dev
111/tcp open rpcbind
139/tcp open netbios-ssn
445/tcp open microsoft-ds
631/tcp open ipp ( cup )
901/tcp open samba-swat
904/tcp open unknown ( vmware server )
1021/tcp open unknown
2049/tcp open nfs
2121/tcp open ccproxy-ftp
3306/tcp open mysql
5801/tcp open vnc-http-1
5901/tcp open vnc-1
6001/tcp open X11:1
8080/tcp open http-proxy
10000/tcp open snet-sensor-mgmt


but when i do ip:8080 i have this

________ Notification from ESET Gateway Security ________

The requested URL was not found.


fred.

ludox
August 21st, 2007, 06:56 AM
Hi :)

The web interface is not activated by default.

It's necessary to edit the file cfg eset:

{QUOTE-> [wwwi]
# Settings for ESETS Web Interface configuration module

# agent_enabled = yes/no
# Enables operation of the esets_wwwi.
agent_enabled = yes

# listen_addr = "address"
# Address (IP or name) where esets_wwwi listens for HTTPS client connections.
# If set to 0.0.0.0 then esets_wwwi listens on all available network interfaces.
listen_addr = "192.168.10.1"

# listen_port = port
# TCP port where esets_wwwi listens for HTTPS client connections.
# You may have to open this port in your firewall.
listen_port = 8888

# username and password needed for accessing the interface (required)
username = "xxxxxxx"
password = "xxxxxxxx"
tmp_dir = "/tmp" <-QUOTE}

Restart Daemon.

Now, the web interface is activated : https://192.168.10.1:8888

More informations HERE (http://forums.ixus.fr/viewtopic.php?t=38817)