LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-24-2012, 01:12 PM   #1
kee kee
LQ Newbie
 
Registered: Apr 2012
Posts: 15

Rep: Reputation: Disabled
non static IP


At home I have Comcast internet. If I install Red Hat linux Enterprise at home computer, then I don't have static IP.
How do I configure the networking in order to be on internet ?
Any URL pointer that point out the solutions?
Thanks a lot.
 
Old 04-24-2012, 01:18 PM   #2
sirius12
LQ Newbie
 
Registered: Apr 2012
Posts: 9

Rep: Reputation: Disabled
I think you can configure the network with DHCP. I don't familiar with Comcast internet.
 
Old 04-24-2012, 02:56 PM   #3
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
I don't quite understand but this is what I think you're saying (please correct me if I'm wrong):

You have a RHEL Home Computer right now. Your router gives out dynamic IP addresses and you want to be able to give your RHEL computer a static IP so that it can listen to ports on the WAN for people to access (e.g. port 80 for a webpage).
 
Old 04-24-2012, 08:47 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
This link will help you set up a static IP address for your local computer.

http://www.cyberciti.biz/faq/linux-c...ress-tutorial/

Once you have a static ip in your local domain, you can configure port forwarding you your router to direct external calls to port 80 (and other ports) to that computer.

You can use a dynamic DNS provider such as Dyn.com or no-ip.com to make your server available to the web. I did that for several years with no-ip.com, when I self-hosted my website, before I moved out of Comcast territory.

No-ip.com has excellent help files on how to do this (I can't speak for Dyn since I've never used them).
 
Old 04-25-2012, 11:11 AM   #5
kee kee
LQ Newbie
 
Registered: Apr 2012
Posts: 15

Original Poster
Rep: Reputation: Disabled
No, I am not going to use Static IP because I don't have. At home, I have Comcast Internet, so I don't have static IP address. I am saying how to configure the network in order to go on-line, such as using Firefox etc.

Thank you.

Quote:
Originally Posted by TommyC7 View Post
I don't quite understand but this is what I think you're saying (please correct me if I'm wrong):

You have a RHEL Home Computer right now. Your router gives out dynamic IP addresses and you want to be able to give your RHEL computer a static IP so that it can listen to ports on the WAN for people to access (e.g. port 80 for a webpage).
 
Old 04-25-2012, 11:14 AM   #6
kee kee
LQ Newbie
 
Registered: Apr 2012
Posts: 15

Original Poster
Rep: Reputation: Disabled
I don't have a static IP address, I don't think so, but I can double check again. Since I have Comcast Internet.
Can I follow your link http://www.cyberciti.biz/faq/linux-c...ress-tutorial/ to
make my home computer with Red Hat Linux working and brows Internet, such as Firefox internet ?
Thanks.

Quote:
Originally Posted by frankbell View Post
This link will help you set up a static IP address for your local computer.

http://www.cyberciti.biz/faq/linux-c...ress-tutorial/

Once you have a static ip in your local domain, you can configure port forwarding you your router to direct external calls to port 80 (and other ports) to that computer.

You can use a dynamic DNS provider such as Dyn.com or no-ip.com to make your server available to the web. I did that for several years with no-ip.com, when I self-hosted my website, before I moved out of Comcast territory.

No-ip.com has excellent help files on how to do this (I can't speak for Dyn since I've never used them).
 
Old 04-25-2012, 01:00 PM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
If you just want to browse the web with firefox and similar you do not need a static IP address. Redhat should get an IP address through DHCP in the same way Windows does so if you can get on the internet with Windows you should be able to with Redhat.
 
Old 04-25-2012, 08:30 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
What 273 said is correct. You do not need a static ip to access the internet.

If you are behind a router and am unable to browse the internet with your computer, there is likely something that needs to be adjusted with your computer's network settings. Without knowing more about your configuration and the problem you are encountering, we can do little more than guess. And guesses are unlikely to help.

If you wish more productive help, please provide more detail.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
setting static IP on linux PCs with no static IP address from internet provider? solvetek Linux - Networking 1 10-22-2011 08:04 AM
Java non-static variable cannot be referenced from a static context issue rickrvo Programming 2 02-12-2010 03:26 PM
How to initialize a static array of a class in a static member function lali.p Programming 9 02-16-2008 09:27 AM
Howto Assign Multiple Static Public IP Addresses under SBC's PPPoE Static Ip system o trekgraham Linux - Networking 8 04-17-2007 10:51 AM
FC2 Overriding static if in favor of dhcp system set for static pkraus109 Linux - Networking 8 09-21-2004 11:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration