interfaces
This commit is contained in:
parent
d647806a69
commit
723729d8cc
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ Tasks
|
|||
|
||||
* lxc private network: reach out
|
||||
* /etc/sysctl.conf net.ipv4.ip_forward=1 | /proc/sys/net/ipv4/ip_forward
|
||||
* /etc/network/interfaces → up iptables -t nat -A POSTROUTING -o br0 -j MASQUERADE
|
||||
* iptables -t nat -A POSTROUTING -o br0 -s 10.0.0.0/8 -j MASQUERADE
|
||||
* hexdump -C -v file_path
|
||||
* qemu-system avoid junk like floppy: -nodefaults -vga virtio
|
||||
|
|
Loading…
Reference in a new issue