LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   vmware ubuntu router (https://www.linuxquestions.org/questions/linux-newbie-8/vmware-ubuntu-router-875400/)

simon9085 04-16-2011 09:10 PM

vmware ubuntu router
 
To all:

Greetings! This is my first post. I am new to Linux. I have vmware and ubuntu 10.04 running inside a dell latitude Windows XP system. The laptop is attached to a linksys FEBSR81 router. The laptop can see the router (ipconfig) but ubuntu cannot see the router. The IP address of the router is 10.10.10.1 (to avoid conflict with the main router on our LAN at 192.168.1.1). When ifconfig on ubuntu, I see information about eth0 and lo. No eth1. To be sure, I am also new to networking and I do not understand the concept of eth0 and eth1. What are they and how do I set them up? Finally, and this is my main question, I am learning SNMP and that's the reason I installed this router. Can anyone help me set my ubuntu correctly for both eth0 and eth1 and the router.

Many thanks in advance.

Simon

unSpawn 04-17-2011 05:57 AM

Quote:

Originally Posted by simon9085 (Post 4326749)
I am new to Linux.

See:
Ubuntu documentation
Rute Tutorial & Exposition
Getting Started with Linux
Linux Documentation Project
LinuxSelfHelp
Linux Newbie Admin Guide


Quote:

Originally Posted by simon9085 (Post 4326749)
The laptop can see the router (ipconfig) but ubuntu cannot see the router.

Configure your VMware (product and?) guest for bridge mode as this will allow Vmware server/player/whateverelse to pass DHCP requests through to your Linksys BEFSR81. Restart Vmware server/player/whateverelse (just to be sure) and its guest.


Quote:

Originally Posted by simon9085 (Post 4326749)
To be sure, I am also new to networking and I do not understand the concept of eth0 and eth1. What are they and how do I set them up?

Ethernet devices get numbered starting at 0, so the second Ethernet device is eth1. Unless you're forwarding traffic or there's problems loading the generic VMware device drivers you shouldn't need 2 Ethernet devices. When your VMware guest is online try running (and post output of) 'ifconfig -a' to see details. By default it should run a DHCP client (dhclient) and interrogate the router for details like network, DNS servers et cetera. Do see Ubuntu networking documentation for more nfo.


Quote:

Originally Posted by simon9085 (Post 4326749)
Finally, and this is my main question, I am learning SNMP and that's the reason I installed this router.

See your Linksys BEFSR81 menu, then documentation or plug "BEFSR81 +SNMP" into your favorite search engine and you'll find a few pointers.


All times are GMT -5. The time now is 09:15 PM.