RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Changing vmware vmnet bridged physical network interface

Question:

How do I change vmware bridged vmnet interface from eth0 to wlan0?

Answer:

During the vmware installation / configuration the vmware-config.pl script asks:

Your computer has multiple ethernet network interfaces available: eth0, eth1.
Which one do you want to bridge to vmnet0? [eth0]

This configuration actually refers to a vmware configuration file /etc/vmware/locations.

Therefore if we want to re-bridge the physical network interface pointed to vmnet we need to only change this file to accomplish this task. Let's say our current vmnet bridget network interface is eth0 and we want to change it to wlan0.

# grep eth0 /etc/vmware/locations 
answer VNET_0_INTERFACE eth0
answer VNET_0_INTERFACE eth0

Change above lines to:

answer VNET_0_INTERFACE wlan0
answer VNET_0_INTERFACE wlan0

when ready restart vmware:

# /etc/init.d/vmware restart

Linux questions and answers

Share this linux post:

Submit Changing vmware vmnet bridged physical network interface  in Delicious Submit Changing vmware vmnet bridged physical network interface  in Digg Submit Changing vmware vmnet bridged physical network interface  in FaceBook Submit Changing vmware vmnet bridged physical network interface  in Google Bookmarks Submit Changing vmware vmnet bridged physical network interface  in Stumbleupon Submit Changing vmware vmnet bridged physical network interface  in Technorati Submit Changing vmware vmnet bridged physical network interface  in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download