FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
196 views 0 comments
by anonymous

In an attempt to keep this is simple as possible... Only the raspberry pi 4 is connected to the router via an eterhnet cable.  When I connect to the router's WIFI access point I can ping the ip address.

1) Installed pivpn with wireguard on raspberry pi 4.  

2) IP address of  pivpn server - 192.168.62.30/24; Gateway: 192.168.62.67 (My router's ip address)

3) Public IP 174.206.xxx.xxx; port 51820

RUTX11 Router Configuration -

Using Verision LTE sim card. 

Lan Interfaces General Settings - Protocol: Static; IPv4 address: 192.168.62.67; IPv4 netmask: 255.255.255.0; IPv4 gateway: 0.0.0.0

Port Forward Rules: NAME: pivpn; MATCH: ipv4-tcp, udp From any host in wan via any router IP at port 51820; Forward TO: IP 192.168.62.30, port 51820 in lan; ON

Running portchecktool.com using 51820 for port results in - Problem!  I could not see your service on 174.208.xxx.xxx on port 51280.  Reason: Connection timed out.

Using the CLI interface I am able to ping the raspberry pi: 



---------------------------------
Teltonika RUTX series 2022
---------------------------------
root@Teltonika-RUTX11:~# ping 192.168.62.30
PING 192.168.62.30 (192.168.62.30): 56 data bytes
64 bytes from 192.168.62.30: seq=0 ttl=64 time=2.113 ms
64 bytes from 192.168.62.30: seq=1 ttl=64 time=0.458 ms
64 bytes from 192.168.62.30: seq=2 ttl=64 time=0.447 ms
64 bytes from 192.168.62.30: seq=3 ttl=64 time=0.664 ms

1 Answer

0 votes
by anonymous

Hello,

Can you re-check with portchecktool and run a tcpdump at the same time to see if the RUTX receives packets on port 51820:

tcpdump -i any -n -v 'port 51820'

Regards,