cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
856
Views
3
Helpful
2
Replies

access dashboard from external

dstoeckm@cisco.com
Cisco Employee
Cisco Employee

When I start the dashboard with "./smm dashboard " I can reach the service only local.

opening Service Mesh Manager at http://127.0.0.1:50500

 

how do I export that to external web browser on a diff workload?

2 Replies 2

Alex Stevenson
Cisco Employee
Cisco Employee

Hello dstoeckm@cisco.com,

 

Please see the section Exposing the Dashboard, from the SMM/Calisti docs:

https://smm-docs.eticloud.io/docs/dashboard/configuration/exposing/

 

hanjpark
Cisco Employee
Cisco Employee

It's not guaranteed way from document ,

but if you want to connect calisti via server IP from your laptop (not 127.0.0.1 from master node console) you can use Server Iptable forwarding method.
( It's not nodeport expose. it's server base ip forwarding. so it works only master server ip)

sysctl -w net.ipv4.ip_forward=1
iptables -t nat -A PREROUTING -i ens160 -p tcp --dport 30080 -j DNAT --to-destination 127.0.0.1:50500

ens160 is user server nic interface. 30080 is your choice for open port.

now you can connect http://serverip:30080

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:


Cisco Cloud Native resources: