I have setup USB modem on my host machine. I am able to connect to the internet. Now I want to access the internet using that USB modem from my LXC(Linux Container) container.
I have setup network options in LXC file as:
Code:
lxc.network.type = veth
lxc.network.link = br0 (br0 is bridged to my eth0).