cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1191
Views
0
Helpful
2
Replies

NSO 4.7.1.1 WebUI is not coming up

chreddy@cisco.com
Cisco Employee
Cisco Employee

I installed NSO version 4.7.1.1 in local mode. The WebUI is NOT coming up. 

 

Issues:

Issue 1: When I point to below address in the browser, I get site can't be reached error:

http://10.78.241.60:8081

Issue 2: CLI mode for same server (10.78.241.60) at port 2024 is not reachable

 

Snippet of ncs.conf:

<webui>
<enabled>true</enabled>
<transport>
<tcp>
<enabled>true</enabled>
<ip>10.78.241.60</ip>
<port>8081</port>
</tcp>

..........

<cli>
<enabled>true</enabled>

<!-- Use the builtin SSH server -->
<ssh>
<enabled>true</enabled>
<ip>10.78.241.60</ip>
<port>2024</port>
</ssh>

 

commands executed in the device:

[root@localhost ncs-run]# sudo lsof -i:8081
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
ncs.smp 2086 root 77u IPv4 29095 0t0 TCP localhost.localdomain:tproxy (LISTEN)

 

[root@localhost ncs-run]# netstat -anp | grep 8081
tcp 0 0 10.78.241.60:8081 0.0.0.0:* LISTEN 2086/ncs.smp

 

snippet of ncs.log:

attached

 

Can you please suggest how to resolve both of this issues. 

 

2 Replies 2

hniska
Cisco Employee
Cisco Employee

probably a local firewall on you Linux box. 

joepak
Cisco Employee
Cisco Employee

What happens when you try to enter the http/s address in the browser URL?