Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Setup: when choosing sensor-only and entering server name, do not allow the hostname or IP address of the sensor itself #527

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

Setup: when choosing sensor-only and entering server name, do not allow the 
hostname or IP address of the sensor itself

Original issue reported on code.google.com by doug.bu...@gmail.com on 22 Apr 2014 at 10:23

@GoogleCodeExporter
Copy link
Author

                        # Did the user enter the hostname or IP address of the local box?
                        if [ "$SERVERNAME" = "$HOSTNAME" ]; then
                                zenity --error --text="That is the hostname of this box\!\r \
\r \
Since you chose a sensor-only installation, the Sguil server should be a 
separate box."
                        elif [ "$SERVERNAME" = "$IP" ]; then
                                zenity --error --text="That is the IP address of this box\!\r \
\r \
Since you chose a sensor-only installation, the Sguil server should be a 
separate box."
                        else

Original comment by doug.bu...@gmail.com on 16 Jul 2014 at 8:40

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Submitted for testing:
https://groups.google.com/d/topic/security-onion-testing/my5dRuEsvBQ/discussion

Original comment by doug.bu...@gmail.com on 16 Jul 2014 at 9:03

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://blog.securityonion.net/2014/07/new-securityonion-setup-package.html

Original comment by doug.bu...@gmail.com on 22 Jul 2014 at 2:34

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant