- CheckMates
- :
- Products
- :
- General Topics
- :
- How to check telnet is enable or not.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to check telnet is enable or not.
Hi,
How to check telnet services is enable or not.
Please share cli command or Web GUI steps so I can check.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kindly enter the below command in clish mode,
> show configuration net-access
Then verify output which must be in below format to ensure about telnet is off, "set net-access telnet off"
This is basic hardening point of firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The clish command to check is show net-access.
You can check in WebUI under Network Access.
https://sc1.checkpoint.com/documents/R80.30/WebAdminGuides/EN/CP_R80.30_Gaia_AdminGuide/html_framese...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for update, but the command your shared "net-access" is not work in clish & expert mode.
I have checked in WebUI I it's showing it's disabled. I have total 5 checkpoint firewall gateways & in two gateway (Open Server R77.30) WebUI I got the details, but other 3 gateway I am not able to check because "Network Access" option is not showing.
In this 3 gateway are appliance 2200 & R77.30 GAIA OS is installed, but when I logged in this gateway WebUI the login page is showing as R80.X. I have management open server R80.10.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The command show net-access should work in R77.30 and later for sure, assuming it's Gaia OS.
Here's a screenshot of what it should show in the WebUI (from R77.30).
Please post a screenshot of the relevant systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Telnet is disabled by default. There is no telnetd rpm packet installed on GAIA.
Check the telnet port😀.
# netstat -an | grep 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
More about open ports can be found here:
R80.x Ports Used for Communication by Various Check Point Modules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kindly enter the below command in clish mode,
> show configuration net-access
Then verify output which must be in below format to ensure about telnet is off, "set net-access telnet off"
This is basic hardening point of firewall.