Unable to Access Docker Host from MacVLAN

Macvlan network and host to container connectity - #5 by smartypants?

Basicly it creates a new macvlan client interface on the host side and adds routing for the macvlan subnet using the hosts’s macvlan client inteface. This will allow host to container communication. Though, for container to host communication you will have to use the new macvlan client interfaces ip (the one from the ip addr add line!).

Since this configuration will not survive a reboot, you will need to put those command in a startup task.