Hi !
I have an working openvpn server setup.
In Addition i setup ipfire also as a client to my vps/rootserver.
I wanted to access the net behind the ipfire also from vps server.
Connection is ok and ips from vps-vpn are pingable.
FYI is use the subnet mode on vps server…
server ip
tun0 inet 192.168.99.1 netmask 255.255.255.0 destination 192.168.99.1
ipfire client tun0 inet addr:192.168.65.1 P-t-P:192.168.65.2 Mask:255.255.255.255
(green net on ipfire 192.168.63.0/24
clientx 192.168.99.3
routing on vps
default gateway0.0.0.0 UG 0 0 0 eth0
XX.YYY.zz.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
192.168.63.0 192.168.99.2 255.255.255.0 UG 0 0 0 tun0
192.168.99.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
route on ipfire
Destination Gateway Genmask Flags Metric Ref Use Iface
default p.dip0. 0.0.0.0 UG 0 0 0 ppp0
p.dip0. * 255.255.255.255 UH 0 0 0 ppp0
192.168.63.0 * 255.255.255.0 U 0 0 0 green0
192.168.99.0 * 255.255.255.0 U 0 0 0 tun0
So i want to ping/reach 192.168.99.x (except 192.168.99.2) from 192.168.63.1 i get nothing…
Does it relay to subnet mode ?
Any Hints ?
Ciao Gerd