From: short <> Date: Tue, 22 Jan 2002 23:48:00 +0000 (+0000) Subject: Written note about Linux/VMWare w/local ethernet X-Git-Tag: bp_liverpm~184 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=26eb980e854c88f0a72852af1ecacf45813daec1;hp=88f6cc4e1026d93024961c054dc5b6f52ea09e31 Written note about Linux/VMWare w/local ethernet - problem investigation by courtesy of Hussain Akbar --- diff --git a/bin/ppp9k b/bin/ppp9k index 1f3316f..e40a7e8 100755 --- a/bin/ppp9k +++ b/bin/ppp9k @@ -1,6 +1,17 @@ #!/bin/sh # # $Id$ +# written by Jan Kratochvil +# +# Note to users of: +# Linux running INSIDE VMWare (e.g. on Win32 machine) +# and internet connection through local ethernet card: +# You MUST enable masquerading (NAT) for your Communicator's IP address! +# iptables -t nat -F +# iptables -t nat -A POSTROUTING --source 192.168.90.1 -j MASQUERADE +# (replace 192.168.90.1 by your $NOKIA9K setting below, if you change it) +# - problem investigation by courtesy of Hussain Akbar + # IP address for N9K, "192.168.90.1" if not provided (either here or from # some ~/.profile etc.)