Router with linux (ubuntu?) in vmware

PAz

PAz

Soldato
Joined
18 Oct 2002
Posts
6,566
Location
Beds
Hi guys

I'm a linux noob and have a quick Q if someone can just point me in the right direction...

I've got a vmware lab with machines in three different subnets that I need to get talking to eachother. Is this fairly straight forward to do with linux? I can do it with RRAS but would like to have a play with something new.

Ubuntu be good for this? Obviously I'll need 3 nics, but how easy is the actual nic configuration? GUI or do I need to delve into terminal stuff?

Happy to go and read if someone can point me where :)
 
Any linux would do this, but personally, i'd use CentOS and ditch any and all GUI.

If you must have an easy interface for configuring network interfaces use Webmin, but once you've got the hang of it on the command line, it's a lot more straightforward.

Alternatively, i believe there is a Cisco sim VM you can download somewhere, (as well as loads of firewall/router distros) so you could get your teeth into those.
 
Thanks for the info. Wasn't aware there was a cisco vmware appliance so will check that out :D
 
I've got a vmware lab with machines in three different subnets that I need to get talking to eachother. Is this fairly straight forward to do with linux?

Yes, once you have configured the network cards (pretty easy, assume they will have static ips, just edit relevant configuration file, for debian/ubuntu this is /etc/network/interfaces iirc) then issue the command below to enable routing between the different subnets.

echo 1 > /proc/sys/net/ipv4/ip_forward
 
Last edited:
It's possible i made that up... hence the 'i believe'. There definitely is cisco simulation software though, but that isn't really a solution for your problem.

There is indeed, but you need vSphere and you need to pay a small fortune for the Cisco virtual switch software (basically an extension of the distributed switch api).
 
Back
Top Bottom