Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm using WinXP with vmware installed. Running linux in vmware. But how do I simultaneously connect to the internet with both XP and linux? I connect to the internet using a broadband connection with xp connection wizard. Not using any router, no DHCP etc.
In vmware, I have chosen NAT but had no idea what to configure in linux.
what version of vmware are you using?
What distribution of linux are you running as guest?
Is your XP home or Professional?
I would strongly recommend using 'bridging' rather than NAT to start with. Do you have any firewalls active? What type of broadband (ADSL or cable)?
Originally posted by minrich what version of vmware are you using?
What distribution of linux are you running as guest?
Is your XP home or Professional?
I would strongly recommend using 'bridging' rather than NAT to start with. Do you have any firewalls active? What type of broadband (ADSL or cable)?
If you let me know I should be able to help
I'm using vmware workstation version 4.0.2, slackware 9.1 as guest, winxp pro edition.
I'm on adsl with only zonealarm firewall. Connect to the internet using an ethernet bridge (Efficient 5660).
Okay - not too dissimilar from part of my set-up I have an Efficient 5861 (one fixed static IP) and an Alcatel Speedtouch USB (dynamic IP) [connected to a Draytex Vigor 2200 USB {Broadband Router Switch}] both of which feed a Linksys RV082 8-port VPN router which in turn is connected to a Netgear 5-port fast ethernet switch. Thus I get 2x up and down speed with a fixed IP address for VPN purposes.
I have only been using RH and SuSE ( plus I have a Knoppix 3.3 CD as of yesterday) so, never having tried slackware, things may be a little different. That being said, if you have kde running the gui steps should be file system transparent.
Okay, all my machines - a 2K workstation a 2k laptop and an XP tablet have IP addresses in the range 192,168.1.1-253 and I can ping them from each other.
Start or resume your virtual machine. Using Redhat on a virtual machine I set up eth0, using System Settings/Network and get Network Configuration (after entering my root password). This gives me, under the Hardware tab, the vmware tools virtual NIC as an 'AMD PCnet32'. I am assuming here that you have VMware tools installed in your virtual machine. I then give the machine a hostname such as RH9V4 and a primary DNS of 192.168.1.1 which is the address of my Linksys Router and my link to the outside world (otherwise known as the internat). I am assuming here that you know what IP address you can use in an XP (Internet Explorer) browser to change the settings on your Efficient 5660 ... according to my Efficient 5861 manual it would be 192.168.254.254. Whatever it is for your box is what you must enter in the virtual machine's DNS IP setting. Return to the tab Devices: Edit the line eth0: check the first two boxes. Click on "Statically set IP addresses and enteran IP such as 192.168.1.23, a subnet mask such as 255.255.255.0 and the default gateway address as the number you first thought of such as 192.168.254.254 and then save and quit the settings window.
Open a Shell-konsole and type su - you will be prompted for your root password. then type: ifconfig hit enter
If you got it right you should see what you just set
You can then open konqueror web browser or Mozilla to check that you have access to the internet
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.