Ken Foskey was once rumoured to have said: > > I am having problems connecting my laptop up. I have a tap0 interface > on ifconfig with the wrong IP address and I cannot figure out how to get > rid of it to bring up my proper network settings. > > Of course ifdown tap0 says huh??? in computer speak.
tap/tun devices are created by programs using the generic tap/tun or ethertap interfaces. You should be able to completely remove tap0 by finding the task thats created it, and stopping/killing it. Of course, as Jeff suggested, ifconfig <if> down will always work. C. -- --==============================================-- Crossfire | This email was brought to you [EMAIL PROTECTED] | on 100% Recycled Electrons --==============================================-- -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
