07-17-2025 01:48 AM
Hello,
I have deployed Cisco ISE on my private cloud using the VMware platform. The inbound management interface is configured with a private IP address on GigabitEthernet0. I have also configured a second interface, GigabitEthernet1, placed in my DMZ zone, with a private IP address that is NATed to a public IP.
My objective is to:
Access the ISE from the internet using the public IP.
Integrate and manage my Meraki equipment with ISE from the internet.
Configure the Meraki access points’ captive portal using ISE.
The ISE is successfully integrated with my Active Directory.
However, when I attempt to Telnet to ports 443, 1812, and 1813 on the public IP address (which is NATed to the ISE's DMZ interface), the connection fails.
I would appreciate your support in identifying and resolving the issue.
Best regards,
07-17-2025 01:55 AM
Hello,
I have deployed Cisco ISE on my private cloud using the VMware platform. The inbound management interface is configured with a private IP address on GigabitEthernet0. I have also configured a second interface, GigabitEthernet1, placed in my DMZ zone, with a private IP address that is NATed to a public IP.
My objective is to:
Access the ISE from the internet using the public IP.
Integrate and manage my Meraki equipment with ISE from the internet.
Configure the Meraki access points’ captive portal using ISE.
The ISE is successfully integrated with my Active Directory.
However, when I attempt to Telnet to ports 443, 1812, and 1813 on the public IP address (which is NATed to the ISE's DMZ interface), the connection fails.
I would appreciate your support in identifying and resolving the issue.
07-17-2025 02:12 AM
#1 - Is your firewall allowing this traffic and have you verified in the firewall logs that you see the inbound connections and they are allowed?
#2 - Is your default route through G0 or G1 ? Return traffic from the internet sourced connections need to return the same way, otherwise your firewall may be dropping the session.
(The same thing goes while testing - are you testing from an internal computer or from an external computer? Depending on your setup you might be running into asymmetric traffic.)
And be mindful about any security implications of exposing your ISE in this manner.
(You should be able to integrate Meraki captive portal and ISE without exposing the ISE to the internet? - https://documentation.meraki.com/MR/Encryption_and_Authentication/CWA_-_Central_Web_Authentication_with_Cisco_ISE)
07-17-2025 02:56 AM
Thanks Jonatan for the quick reponse
#1 - Is your firewall allowing this traffic and have you verified in the firewall logs that you see the inbound connections and they are allowed? Yes , my firewall allowing the trafic .
#2 - Is your default route through G0 or G1 ? Return traffic from the internet sourced connections need to return the same way, otherwise your firewall may be dropping the session.: the 1 to 1 NAt is configured
ise/admin#show ip route
Destination Gateway Iface
----------- ------- -----
10.0.97.0/28 0.0.0.0 eth0
10.0.111.0/24 10.0.97.1 eth0
10.0.111.128/25 10.0.97.1 eth0
169.254.4.0/24 0.0.0.0 podman2
192.168.99.0/24 10.0.97.1 eth0
172.16.11.0/28 0.0.0.0 eth1
default 172.16.11.1 eth1
169.254.2.0/24 0.0.0.0 podman1
169.254.6.0/24 0.0.0.0 podman3
ise/admin#
I m testing from an external computer using the public IP Nated
07-17-2025 03:35 AM
07-17-2025 03:26 AM
Hi @mdieng ,
Thanks for outlining the setup. Since Telnet to ports 443, 1812, and 1813 on the public IP is failing, please verify the following:
NAT and Firewall Rules – Ensure NAT is properly translating the public IP to the DMZ interface and that firewall rules allow inbound traffic on these ports.
ISE Interface Permissions – Confirm that GigabitEthernet1 (DMZ) is enabled for HTTPS and RADIUS services.
Routing – Ensure the return traffic from ISE to the internet is routed via the correct gateway.
Port Listening – On ISE, check that services are listening on the expected ports using netstat or similar.
Hopefully, these checks will help resolve the issue.
07-17-2025 03:52 AM
Thanks for the answer
How to verify the Port Listening – On ISE ? , netstat command is not working on the ISE
below the ISe service status
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide