frankenrouter/README.md

19 lines
586 B
Markdown
Raw Permalink Normal View History

# README #
2018-03-21 15:11:24 -04:00
Frankenrouter software defined networking for proxadmin
2018-04-09 09:52:10 -04:00
#
1. edit frankenrouter/config.sh to add the transport ips and the subnet mask
2. add to crontab:
* * * * * root python3 /root/frankenrouter/updateipcache.py >> /root/ipstate.log
* * * * * root sleep 30 ; python3 /root/frankenrouter/updateipcache.py >> /root/ipstate.log
2018-03-21 15:11:24 -04:00
### Tests ###
2018-03-21 15:11:24 -04:00
* SHOULD be able to ping your own pub ip
* SHOULD NOT be able to ping 10.0.102.10 (other client VDC)
* COULD be able to ping 10.0.102.1 (other clinet VDC router)
* SHOULD be able to ping other client public ip