Router Configuration and Install Docker Engine
01 Nov 2018 - Christopher McArthur
Mission
- Configure router with iptable tools rules.
- Install Docker Engine
Routing
Setup routing and iptable on cmcarthur-router
@ 192.168.10.1 however SPOILER: Went out for supper came home found the VM died and I lost all my settings because there’s to ctrl+s
on the linux routing table… I had my EXSI 5.5 host on DHCP @ 192.168.10.238 able to ping the gateway and WAN router. When I unlogged the VM network there was no access to anything within the home network nor to the outside world.
Engine
This is my fave guide for setting up docker used it a few times now. Works like a charm.
Despite my router issues I did run a ubuntu:latest image and ran a security scan using this tool only runs against engine looking for vulnerabilies through bad configuration.
Comments:
- its was not very painful to set up and deploy
- the output was fairly easy to read.
- copying a warning into google produced forums with several solutions ( makes sense since it looks for the known configuration vulnerabilities )