Friday, October 19, 2018


eve-ng html5 firefox internet access

- create node docker.io, select eve-gui and enable dhcp
- open terminal in node and add "route add default gw 172.17.0.1 eth1"

Happy surfing!

No comments:

Post a Comment

test

import os import argparse import json def load_json_file(filepath):     with open(filepath, 'r') as f:         return json.load(f) d...