No internet, cant reach local resouces via OpenVPN

Started by RamboJunior, August 09, 2021, 04:45:53 PM

Previous topic - Next topic
Hi,

I am new to OPNSense 21.7.1
My OpenVPN server is my Raspberry Pi, with IP tables did a static route to my LAN.
I can connect with  OpenVPN, I can SSH-in to my Pi and can do the following:

pi@raspberrypi:~ $ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=59 time=17.0 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=59 time=11.1 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=59 time=12.9 ms
^C
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 5ms
rtt min/avg/max/mdev = 11.090/13.657/17.026/2.492 ms
pi@raspberrypi:~ $ nslookup 1.1.1.1
1.1.1.1.in-addr.arpa   name = one.one.one.one.

Authoritative answers can be found from:

pi@raspberrypi:~ $ curl google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

and here comes to fun part, as I connected cant reach any local resources like OPNSense,NAS or any external page.
I have the following linked rule setup:
      WAN    UDP    *    *    WAN address    1194 (OpenVPN)    Raspberry_Pi      1194 (OpenVPN)    

How should I proceed with troubleshoot?

Thanks

Best,
R Jr.