Hi,
I'm trying to setup a Site2Site VPN and the links goes on, no problems on that.
Then, I can't do anything from my internal network to the remote network. Let's say:
Remote private test host: 10.10.10.10
Remote private network: 10.10.10.0/24
Remote public gw: public ip
Local public gw: public ip2
Local private network: 192.168.1.0
Local private gw 192.168.1.1
Local private test host 192.168.1.2
The vpn link is green, so ok. But If I traceroute:
traceroute -s 192.168.1.2 10.10.10.10
traceroute to 10.10.10.10 (10.10.10.10) from 192.168.1.2, 64 hops max, 52 byte packets
1 192.168.1.1 (192.168.1.1) 4 ms 0 ms 1 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
31 * * *
32 * * *
33 * * *
34 * * *
35 * * *
36 * * *
37 * * *
38 * * *
39 * * *
40 * * *
41 * * *
42 * * *
43 * * *
44 * * *
45 * * *
46 * * *
47 * * *
48 * * *
49 * * *
50 * * *
51 * * *
52 * * *
53 * * *
54 * * *
55 * * *
56 * * *
57 * * *
58 * * *
59 * * *
60 * * *
61 * * *
62 * * *
63 * * *
64 * * *
Why? Should I masquerade, dnat, create some packet filter route? What?
This thread was automatically locked due to age.