Hi
Bellow is a copy of my files the top is linux the bottom is windows but
they allow connection from any private ip to a public ip.
Hope this helps
Mark
Server/firewall (end with public ip)
local publicip
lport 5000
rport 5000
proto udp
dev tap
ifconfig 10.100.1.1 255.255.255.252
secret mark.key
ping-restart 60
ping-timer-rem
persist-tun
persist-key
ping 10
comp-lzo
verb 4
mute 10
user nobody
group nobody
Laptop ( end with private ip only)
remote publicip
lport 5000
rport 5000
proto udp
dev tap
ip-win32 netsh
ifconfig 10.100.1.2 255.255.255.252
dev-node web-vpn
secret web.txt
ping-restart 60
ping-timer-rem
persist-tun
persist-key
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
ping 10
comp-lzo
verb 4
mute 10
pause-exit
Thomas Heidemann wrote:
On Monday 12 January 2004 17:10, Mark Olliver wrote:
Hi Thomas
Hi Mark,
You should be able a port from your isp's public nat box to you
private linux box.
You can then use this public ip / port pair.
Ok, than I should ask for that.
otherwise you can create a tunnel which has only one fixed end, this
is what I do for when I am roaming.
The tunnel would stay stable and allow the routing between networks.
You might want to consider quagga to do the dynamic routing with.
If that means, that I can only start the vpn tunnel from one side
(the private one), I'm pleased and try it.
Mark
Thanks for all advices
Thomas