|
|
On Wed, 02 Mar 2005 21:26:40 +0100, Martijn Lievaart <m@xxxxxxx> wrote:
> Aaaah, see this?
> iptables -A FORWARD -i tun+ -j ACCEPT
>
> This allows connections from road warrior to lan, you need an additional
> rule for reverse connections:
>
> iptables -A FORWARD -o tun+ -j ACCEPT
>
Ok thanks, adding this rule i can ping from the a lan's client the
road warrior but it is impossible from the road warrior to ping the
lan's client,
i mean
from 192.168.1.2 ping 10.254.100.2 works
but from the road warrior (10.254.100.2) ping 192.168.1.2 don't work.
Why ?
I tried to access to the windows share on the road warrior and this
works but it was very slow and i have a lot of problem to, for
example, copy files on the directory in share.
if this can help i add the route table of the road warrior :
Route attive:
Indirizzo rete Mask Gateway Interfac. Metric
0.0.0.0 0.0.0.0 82.48.xxx.xxx 82.48.xxx.xxx 1
0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.1 21
10.254.100.0 255.255.255.252 10.254.100.2 10.254.100.2 30
10.254.100.2 255.255.255.255 127.0.0.1 127.0.0.1 30
10.255.255.255 255.255.255.255 10.254.100.2 10.254.100.2 30
82.48.xxx.xxx 255.255.255.255 127.0.0.1 127.0.0.1 50
82.255.255.255 255.255.255.255 82.48.xxx.xxx 82.48.xxx.xxx 50
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1 20
192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.0.255 255.255.255.255 192.168.0.1 192.168.0.1 20
192.168.1.0 255.255.255.0 10.254.100.1 10.254.100.2 1
192.168.100.1 255.255.255.255 82.48.xxx.xxx 82.48.xxx.xxx 1
224.0.0.0 240.0.0.0 10.254.100.2 10.254.100.2 30
224.0.0.0 240.0.0.0 192.168.0.1 192.168.0.1 20
224.0.0.0 240.0.0.0 82.48.xxx.xxx 82.48.xxx.xxx 1
255.255.255.255 255.255.255.255 10.254.100.2 10.254.100.2 1
255.255.255.255 255.255.255.255 82.48.xxx.xxx 82.48.xxx.xxx 1
255.255.255.255 255.255.255.255 192.168.0.1 192.168.0.1 1
Gateway predefinito: 82.48.xxx.xxx
I think that there is still some problems on the route or in the
tunnel configuration.
Bye
thanks for the help
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-03/msg00072.html on line 232
Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2005-03/msg00072.html on line 232
|