Conflicting network interfaces

Asked by Wualla

I've installed VMWARE, which created a virtual network interface, which conflicts with my functional network interface. When I:

ifconfig vmnet1 down

The conflict is resolved.

My question is: How can I configure the system to "down" this network interface, without having to do it manually per each boot?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Wualla
Solved:
Last query:
Last reply:
Revision history for this message
Alli (alzeih) said :
#1

I think if you add that command to /etc/rc.local it will be run on every boot. Someone correct me if I'm wrong.

Revision history for this message
Wualla (wualla) said :
#2

Your reply solved my problem. Thanks