Hi Doug
any particular reason why not?
it works ok and is a valid ip?
Mark
Doug Lytle wrote:
------------------------------------------------------------------------
Mark,
You can't use 10.100.1.1 in the 252 subnet mask. You have to start at
10.100.1.5
10.100.1.5 - 10.100.1.6 (Available network space for Server/Client)
10.100.1.7 (Broadcast)
10.100.1.8 (NA)
10.100.1.9 - 10.100.1.10(Available network space for Server/Client)
10.100.1.11 (Broadast)
10.100.1.12 (NA)
Doug
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
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
--
Mark Olliver
Thermeon Europe Ltd.
e-Card: http://www.thermeoneurope.com/e-Card/mpo
Email mpo@xxxxxxxxxxxxxxxxxx
Web www.thermeoneurope.com
Support 0906 515 0908
Int. Support +44 1293 864 341
Support Email support@xxxxxxxxxxxxxxxxxx
Sales +44 1293 864 334
Sales Email sales@xxxxxxxxxxxxxxxxxx
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|