Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just installed Centos 6.2 with desktop environment. During the installation I didn't configure network card like IP, Subnet, Gateway etc. How can I put this thing now and have the internet.
zahid;
So far, you have never posted a follow-up in any of the threads your have started. I encourage you to at least say "thank you", when someone helps you with a question.
As for your question: Somewhere in your menus, there are network settings---but: What is your network? If it's setup for DHCP, then you might not have to do anything. Also, have you checked the CentOS documentation?
Thank you very much. I am really sorry for that I didn't follow the thread due to my lack of knowledge how to use this forum.
For network setting it is not DHCP. I am allowed a connection for internet from our company who rented a bandwidth from a ISP. I didn't have the documentation of Centos 6.2. I want to learn to configure email server, proxy server in linux. Would let me know how should I approach?
Thank you very much. I am really sorry for that I didn't follow the thread due to my lack of knowledge how to use this forum.
For network setting it is not DHCP. I am allowed a connection for internet from our company who rented a bandwidth from a ISP.
So---what setting are specified for that connection?
Quote:
I didn't have the documentation of Centos 6.2. I want to learn to configure email server, proxy server in linux. Would let me know how should I approach?
If there is no DHCP then you will have to know
- what IP address you can set for your server (ex. 192.168.1.123 or 10.0.0.123)
and
- what is the address of your gateway to internet (could be for ex. 192.168.0.1 or 10.0.0.1).
Probably the best would be if you take a look at these settings on a computer you may have nearby which is working and write the numbers down to a paper for future need.
If it has the desktop then you might be able to use a gui screen or have to install a gui manager. yum install NetworkManager
service NetworkManager start
If you are a lazy admin like me you use gui tools. Maybe not lazy just that I like to see stuff.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.