• jcnetworking
  • LONDON

Giving internet access to Eve-ng at Google Cloud

configure on google cloud by ssh manual setting pnet1 or 2-9 , assgin an ip address using command “sudo nano /etc/network/interfaces”. see it at figure 1.1 as VM command -> ” systemctl restart networking”. then you will see an networking update at figure 1.2 Next you will need to configure forwarding function. so let Router knows, what is next it […]

Cisco ASA

ASA – inside , outside ip address allocated NAT – “nat (inside,outside) after-auto source dynamic any interface” Policy-map – policy-map global_policyclass inspection_defaultinspect icmp policy-map global_policyclass class-defaultset connection decrement-ttl Object networking – ” object network inside”, “subent 172.16.2.0 255.255.255.0”, “nat (inside, outside) dynamic interface Enable ASA http – “http server enable”, ” http 172.16.2.0 255.255.255.0 inside”

Connecting ASA ASDM on eve-ng ( Google Cloud)

Linux on eve-ng once you trying to connect to ASA by HTTPS, it will pop up an message. ASDM java need to be installed and cannot detected Have tried numberous Install Linux at the end find a way, Per jav instruciton. java installed at /usr/java/ after installed use command below:”~/java/jre1.8.0_291/bin/javaws https://172.16.1.254/admin/public.asdm.jnlp

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 […]