Missing resource: 'tunconfig_script'

Samuel Rydh mol-general@lists.maconlinux.org
Tue, 16 Apr 2002 15:34:08 +0200


>I just compiled and installed 0.9.62 and everything is working just fine
>except for the tun interface. I copied both molrc (netdev: tun0 -tun) and
>tunconfig (as posted earlier by Samuel) from my previous installation, but
>as soon as I 'startmol' I get this in the log:
>
>---> Missing resource: 'tunconfig_script'
>Ethernet Interface (port 1) 'tun-<tun0>' @ XX:XX:XX:XX:XX:XX
>Ethernet Interface (port 2) 'sheep-<eth0>' @ XX:XX:XX:XX:XX:XX
>
>And then of course all the regular tun things doesn't work.
>
Add the line

tunconfig_script: ${bin}/tunconfig

to your /etc/molrc file. This will tell MOL to run the script
/usr/[local/]lib/mol/0.9.62/bin/tunconfig in order to
configure tun0.

Cheers,

/Samuel