Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Can you provide more information about the problem. You have VMWare running on rhel5? What type of operating system do you have running as a virtual machine? What is the IP address of the virtual machine? What is the IP address of your rhel5 machine? What is the network type you are using with VMWare? Bridged?
Can you provide more information about the problem. You have VMWare running on rhel5? What type of operating system do you have running as a virtual machine? What is the IP address of the virtual machine? What is the IP address of your rhel5 machine? What is the network type you are using with VMWare? Bridged?
Thanks
He said VirtualBox, not VMware.
The issue is likely that your VM is configured for NAT. It's going to get it's own IP address from VirtualBox. If you use ifconfig (if using *nix) or ipconfig /all (if using Windows) in the virtual machine, you'll see that your IP address is probably in the form of 10.x.x.x, which is probably different from your network's configuration.
centos82 is right, though. We need more information about how you have VirtualBox configured, specifically in the network adapter area.
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,194
Rep:
By design, ping doesn't work from the VB guest to the outside if you have the network configured for NAT.
Wierd, but true. All the other traffic works, bit not ICMP. It is described in the manual, it is not an error.
It might be (and it likely is) different if you use a different configuration of the network. Using NAT is simple and I think preferable unless you have special requirements. On a laptop it is the only way to use the Wireless.
By design, ping doesn't work from the VB guest to the outside if you have the network configured for NAT.
Wierd, but true. All the other traffic works, bit not ICMP. It is described in the manual, it is not an error.
It might be (and it likely is) different if you use a different configuration of the network. Using NAT is simple and I think preferable unless you have special requirements. On a laptop it is the only way to use the Wireless.
jlinkels
IIRC, ping does work in other network configurations.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.