sorry. i can't speak english very well..
i have problem for using openvpn.
my problem is share.
my network.
Code:
[linux (openvpn)]
|
|
<------------------------------>
| |
[pc1] [pc2]
if setting to
pc1 ip is 100.100.100.10/24
pc2 ip is 100.100.200.10/24
and add rule
src 100.100.100.0/24 dst 100.100.200.0/24 drop
src 100.100.200.0/24 dst 100.100.100.0/24 drop
to linux iptables forward filter chain.
this setting is between pc1 and pc2 all packet drop.
but. if setting to
pc1 ip is 100.100.100.10/24
pc2 ip is 100.100.100.20/24
and add rule
src 100.100.100.0/24 dst 100.100.100.0/24 drop
to linux iptables forward filter chain.
this setting is between pc1 and pc2 all packet allow.
not drop.
hmm.. my question is.
openvpn is process to same network is throw the packet to not forward?
what i'm working for this?
i want to same network packet control.
i guess openvpn is same network packet is throw not forward.
throw the output. direct.
help me please..
a~
my linux and pc information.
linux - debian sarge 3.2.26
openvpn - OpenVPN 2.1_beta7 i686-pc-linux
iptables - v1.3.4
pc is windows any version. ( XP, VISTA, windows2000 ... )
only windows.