Hi!
On my system this does not output any interfaces:
perl -MNet::Interface -e 'die join (",", Net::Interface->interfaces)'
This is the perl -V output:
http://www.ta-sa.org/files/txt/4fa35bdd422039f48fb9bd72dc19b756.txt
It is a Debian GNU/Linux version lenny on an amd64 architecture.
My interfaces are:
http://www.ta-sa.org/files/txt/0f3ada255d9e63017633fde1309e0858.txt
When I shutdown openvpn the command above prints the interfaces:
root@elmex2 ~# perl -MNet::Interface -e 'die join (",",
Net::Interface->interfaces)'
lo,eth1,vmnet1,vmnet8,vpn0 at -e line 1.
Greetings,
Robin