Category Archives: Virtualization

LXC bridge on Debian jessie

New: Insert the following in /etc/network/interfaces: auto lxc-bridge-nat iface lxc-bridge-nat inet static bridge_ports none bridge_fd 0 bridge_maxwait 0 address 192.168.100.1 netmask 255.255.255.0 up iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE Give this command to enable forwarding echo 1 … Continue reading

Posted in Debian, Linux, Virtualization | Leave a comment