• jcnetworking
  • LONDON

WHAT I do

IT INFRASTRUCTURE
Without it, you can't see my website Right now. Network Stay online

CLOUD
Startup company getting physical server or other gear, it takes TIME , Money and cost to manage. In Cloud, if you do it right, you will only pay what you used.

NETWORK DOCUMENTATION
VISIO STUDIO - To build network digrams, Other peoples need to know what is happening here.

SKILLS

NETWORKING
TCP/IP, DHCP, DNS, Stacking, VLAN, EIGRP, BGP

FIREWAL/ NETWORK AUTOMATION CODING
Meraki, Cisco Firewall ASA, Palo Alto, Fortigate, F5 & Tufin, Ansible, Python

AWS/ AZURE/ ALIYUN
AWS Lambda, route53, Load Balancer, CloudFormation, Terraform infrastructure as code with Git

MONITORING / OPERATION SYSTEM
Auvik, Wireshark, Solarwinds, Linux Ubuntu, Suse

“Our greatest weakness lies in giving up. The most certain way to succeed is always to try just one more time.”

― Thomas A. Edison
Read More

Ansible on Linux

2 Router + linux ubuntu running Ansible – Both Router has setup AAA model, SSH , On Linux configure “hosts”, “group_vars/cisco”, “host_vars” on “Hosts_vars” < – each router host to be configure, on “group_vars”<– ssh name + password to be configure create ansible_playbook .yml file On figure 1.2 finally, I can see Great result back 2 Router + linux ubuntu […]

Linux on AWS – GUI

sudo apt install xrdp sudo systemctl enable xrdp sudo add-apt-repository ppa:gnome3-team/gnome3 sudo passwd ubuntu sudo apt install gnome-session gdm3 sudo service gdm3 start <– window using RDP to connect For Devnet sudo apt install curl sudo apt install libssl-dev sudo apt install build-essential sudo apt install git git clone https://github.com/CiscoDevNet/hello_network sudo apt install python3 sudo apt install python3-virtualenv python3 -m […]