FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13340 questions

15854 answers

25641 comments

50337 members

0 votes
154 views 1 comments
by
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

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
Thanks for that answer; should have thought of it myself really.