We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369bcdb commit 7ecc49dCopy full SHA for 7ecc49d
docs/snapshotting/network-for-clones.md
@@ -126,7 +126,7 @@ sudo ip netns exec fc0 iptables -t nat -A POSTROUTING -o veth0 \
126
# do the reverse operation; rewrites the destination address of packets
127
# heading towards the clone address to 192.168.241.2
128
sudo ip netns exec fc0 iptables -t nat -A PREROUTING -i veth0 \
129
--d 192.168.0.3 -j DNAT —to 192.168.241.2
+-d 192.168.0.3 -j DNAT --to 192.168.241.2
130
131
# (adds a route on the host for the clone address)
132
sudo ip route add 192.168.0.3 via 10.0.0.2
0 commit comments