I
have not setuped such a thing.
The
basic firewall is not turned on in ”routing and remote
access”
Server:
--------------------------------------------------------------------
management
localhost 7505
push
"echo ----------- VPN kobling ----------- "
port
1195
proto
udp
dev
tun
ca
ca.crt
cert
balder.crt
key
balder.key # This file should be kept secret
dh
dh2048.pem
server
10.8.0.0 255.255.255.0
ifconfig-pool-persist
ipp.txt
;client-config-dir
ccd
push
"redirect-gateway def1"
push
"dhcp-option DNS 10.8.0.1"
push
"dhcp-option WINS 10.8.0.1"
keepalive
10 120
tls-auth
ta.key 0 # This file is secret
comp-lzo
max-clients
100
persist-key
persist-tun
status
openvpn-status.log
verb
3
client:
-------------------------------------------------
client
dev
tun
proto
udp
remote
my-server-2 1194
resolv-retry
infinite
nobind
persist-key
persist-tun
ca
ca.crt
cert
test.crt
key
test.key
ns-cert-type
server
tls-auth
ta.key 1
comp-lzo
verb
3
are
there anyone here that successfully setuped a win2003 as
internet gateway with openvpn?
Thor
The connection is made successfully… but
traffic seems to be
dropped on the win2003 server.
MULTI: bad source address from client [10.0.0.121],
packet dropped
I'm guessing that a firewall rule is dropping
the packet
because it is sourced from an RFC1918 address. What can you tell us
about
the configuration on the Win2003 server?
paul
By
the way
Adding
this to the server config
client-config-dir
ccd
and
this to the client text file in ccd dir
iroute
10.0.0.0 255.255.255.0
makes
the errors in the log dissapear, but still no dice!