Hi,
If Nagios XI is installed in one location (let's say vlan 1), is it possible somehow to access it remotely from vlan 2, or just from a different geographical location?
Also, if Nagios is installed on a physical server, it can be accessed via browser (Windows PC) only if it's in the same network?
Thanks!
SSH into nagios xi
Re: SSH into nagios xi
Hi flender,
It is going to depend upon your network configuration but it should be possible. VLANS operate at layer 2 of the OSI model while SSH operates at layer 4 on the stack. In between these two layers is layer 3 ( IP ) which is key to whether or not you can connect. If there is IP connectivity ( a route ) between the two systems and no filters in place the connection at layer 4 should be possible.
https://en.wikipedia.org/wiki/OSI_model
Said more plainly if there is a route between the two systems and no filters blocking TCP port 22 it should be possible to SSH into the system regardless of geography. The same thing applies to accessing the Nagios XI interface if there is a route ( IP layer 3 ) and no filters blocking ports 80 and 443 you should be able to access it locally or remotely.
You'll have to work with your network team and/or server provider to ensure that you have this connectivity. Hope this is useful.
Thanks and Best Regards,
Keith
It is going to depend upon your network configuration but it should be possible. VLANS operate at layer 2 of the OSI model while SSH operates at layer 4 on the stack. In between these two layers is layer 3 ( IP ) which is key to whether or not you can connect. If there is IP connectivity ( a route ) between the two systems and no filters in place the connection at layer 4 should be possible.
https://en.wikipedia.org/wiki/OSI_model
Said more plainly if there is a route between the two systems and no filters blocking TCP port 22 it should be possible to SSH into the system regardless of geography. The same thing applies to accessing the Nagios XI interface if there is a route ( IP layer 3 ) and no filters blocking ports 80 and 443 you should be able to access it locally or remotely.
You'll have to work with your network team and/or server provider to ensure that you have this connectivity. Hope this is useful.
Thanks and Best Regards,
Keith
Re: SSH into nagios xi
Thank you Keith.
It's all golden.
Topic can be closed.
It's all golden.
Topic can be closed.
Re: SSH into nagios xi
Excellent - glad to hear things are working and we'll lock the thread
Thanks and Best Regards,
Keith
Thanks and Best Regards,
Keith