Contrail Fabric Manager Vagrant POC and Demo
Here are the steps for setting up FoxyProxy in Chrome.
# 1st step is open SSH session to the host node
ssh root@<host-ip> -D 1080
Contrail Command GUI https://192.168.2.10:9091
Contrail OLD GUI https://192.168.2.11:8143
OpenStack GUI http://192.168.2.11
Note: Username/Password: admin/contrail123
If host OS has Selinux enabled then FoxyProxy scoks connection will not work. Please disable selinux and any iptables rules to fix this issue.
sestatus
setenforce 0
To permanently disbale “selinux” set SELINUX=disable in “/etc/selinux/config”
# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
Note: Abobe file change will requried a reboot.
To disbale firewall rule use:
iptables -F
# Disable selinues on fly
sudo setenforce 0
Create a new session with the HOST IP and configure destination base port forwarding as per below screenshot. Please save the session after making the chnage.
1) Open the PuTTy client and enter the hostname and port
2) Sort in a title under Saved Sessions and press Save.
3) On the left side, go to Connection->SSH->Tunnels
4) In Source Port enter 1080 (this can be designed to be whatever you need, simply recall that it)
5) Pick the Dynamic radio button under Destination.
6) Press Add, you ought to then see D1080 in the box.
7) Go back to the session on the left side and after that press Save to save the progressions.