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
317 views 1 comments
by anonymous
Using CLI in either the RUT240 or RUTX11. I wanted to test the Wireguard VPN MTU settings by using ping -M do option, but it isnt available in the CLI version of ping.

Is there another way to test this between routers, as opposed to between LAN devices attached to the routers?

1 Answer

0 votes
by anonymous

Hello,

Use the full-featured ping from iputils:

opkg update; opkg install iputils-ping
/usr/bin/ping
Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]
            [-p pattern] [-s packetsize] [-t ttl] [-I interface]
            [-M pmtudisc-hint] [-m mark] [-S sndbuf]
            [-T tstamp-options] [-Q tos] [hop1 ...] destination

Regards,

by anonymous
Thanks for that answer; should have thought of it myself really.