[ How embarrassing, I got the iptables command wrong! --RR ]
From: James Morris <[EMAIL PROTECTED]>
Fix up nat example in documentation.
Signed-off-by: James Morris <[EMAIL PROTECTED]>
Signed-off-by: Rusty Russell <[EMAIL PROTECTED]>
---
Documentation/lguest/lguest.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
===================================================================
--- a/Documentation/lguest/lguest.txt
+++ b/Documentation/lguest/lguest.txt
@@ -69,7 +69,7 @@ Running Lguest:
kernel boot parameters.
- Configuring networking. I usually have the host masquerade, using
- "iptables -t nat -o eth0 -j MASQUERADE" and "echo 1 >
+ "iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE" and "echo 1 >
/proc/sys/net/ipv4/ip_forward". In this example, I would configure
eth0 inside the guest at 192.168.19.2.
_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization