x404.co.uk
http://x404.co.uk/forum/

How to remove Parallels virtual network devices?
http://x404.co.uk/forum/viewtopic.php?f=4&t=942
Page 1 of 1

Author:  Fogmeister [ Mon Jun 01, 2009 6:39 am ]
Post subject:  How to remove Parallels virtual network devices?

I ... umm ... trialled a copy of Parallels on my MBP and have since uninstalled it but the 2 network devices still remain in the network preferences screen and on my iStat widget in Dashboard.

I have tried removing them from the network preferences but they come back after restarting.

Is there anything else I can do to remove them?

Thanks!

Author:  Nick [ Mon Jun 01, 2009 1:23 pm ]
Post subject:  Re: How to remove Parallels virtual network devices?

I'm sure there is some unixy, command line type stuff you can do.

Does a Google not bring up anything? I'd be surprised if nobody has written a script to do it.

Author:  forquare1 [ Mon Jun 01, 2009 2:31 pm ]
Post subject:  Re: How to remove Parallels virtual network devices?

Do they appear if you type this into Terminal.app ?
Code:
ifconfig -a


If they do, try the following:
Code:
ifconfig <interface_name> unplumb


I'm not sure if OS X does, but see if there are files in /etc called "hostname.<interface_name>", if there is, delete the files which have the unwanted interfaces...

Not sure if that'll help...

Author:  Fogmeister [ Mon Jun 01, 2009 9:48 pm ]
Post subject:  Re: How to remove Parallels virtual network devices?

I need to be on the su account to unplumb the network interfaces.

Any idea what the default su password will be?

Author:  forquare1 [ Mon Jun 01, 2009 10:01 pm ]
Post subject:  Re: How to remove Parallels virtual network devices?

Fogmeister wrote:
I need to be on the su account to unplumb the network interfaces.

Any idea what the default su password will be?


Use sudo and use your admin password...Unless you have enabled the root user?

Author:  Linux_User [ Mon Jun 01, 2009 10:01 pm ]
Post subject:  Re: How to remove Parallels virtual network devices?

Fogmeister wrote:
I need to be on the su account to unplumb the network interfaces.

Any idea what the default su password will be?


Wait, you mean you don't set your own root passwords? :shock: Is it in the iManual?

Author:  forquare1 [ Mon Jun 01, 2009 10:02 pm ]
Post subject:  Re: How to remove Parallels virtual network devices?

New code:

Code:
sudo ifconfig <interface_name> unplumb
Password:


Sorry, I'm usually root when I do this at work, I didn't think...

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/