X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fppp9k;h=e40a7e86d0571a36bbe5838a1253e28620cb23ba;hp=1f3316fb8298a01bb71f1d6586261227d2802e78;hb=cbe38aac1a2fbde6d16d0720655d6a5adc3d07b1;hpb=4c424df1854001e6407232f508d4285e48755c37 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.)