Meshtastic --tunnel -> sh: 1: ifconfig: not found

Hi All,

I’m trying to test the tunnel feature and face an issue.

So I create a case:

Anybody with similar experience ?

KiwiHC16

1 Like

Either give ‘ifconfig’ an explicit pathname where it is called in the script
(e.g. ifconfig → /sbin/ifconfig ) or put /sbin in your PATH.

Not sure if this will be the case if this is on a Mac.

      -Rusty-

ifconfig doesn’t exist anymore on debian.

apt-get install net-tools
2 Likes

I have also created an issue for this: Tunnel: ifconfig are outdated · Issue #467 · meshtastic/python · GitHub

On Linux distributions ifconfig is no longer up to date and ip should be used. The only legitimate purpose for ifconfig would be on BSD systems.