LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 05-23-2007, 05:06 AM   #1
munna_dude
Member
 
Registered: Dec 2006
Posts: 362

Rep: Reputation: 30
use of ip address


hi all

how can i use my own ip address in other system(somewhere else)
for example my ip is 192.xxx.x.xxx

can i use this in other place

thank yopu in advance
 
Old 05-23-2007, 05:10 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Pls clarify exactly what you want to do (& why).
FYI, the range 192.168.x.x is reserved for private lan addresses ie should never be exposed to the internet.
See http://www.faqs.org/docs/linux_netwo...addresses.html
 
Old 05-23-2007, 05:23 AM   #3
munna_dude
Member
 
Registered: Dec 2006
Posts: 362

Original Poster
Rep: Reputation: 30
thank you for quick replay

Quote:
Originally Posted by chrism01
Pls clarify exactly what you want to do (& why).
FYI, the range 192.168.x.x is reserved for private lan addresses ie should never be exposed to the internet.
See http://www.faqs.org/docs/linux_netwo...addresses.html
can i use other that private ip's.

thank you in advance
 
Old 05-23-2007, 05:28 AM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Pls tell us in detail exactly what you want. Your qns are too vague....
 
Old 05-23-2007, 06:10 AM   #5
munna_dude
Member
 
Registered: Dec 2006
Posts: 362

Original Poster
Rep: Reputation: 30
thank you for quick replay

Quote:
Originally Posted by chrism01
Pls tell us in detail exactly what you want. Your qns are too vague....
my cenior said that somebudy using his ip address..(he is network administrator)

i asked him about this..
he is busy with his work..

so, am sharing this thread with you..

thank you inadvance
 
Old 05-23-2007, 06:11 AM   #6
sparc86
Member
 
Registered: Jul 2006
Location: Joinville, Brazil
Distribution: Debian, CentOS
Posts: 301

Rep: Reputation: 31
in other system(somewhere else) ???


Please, give us better details.
 
Old 05-23-2007, 06:54 AM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
In a private network, you might have DHCP (dynamic addresses assigned by a server) or static addresses (manually assigned).
If you have static, you might accidentally assign the same address to 2 different machines.
This will cause major issues.
On the internet, your address is assigned by your ISP.
Try reading this page and it's links.
http://compnetworking.about.com/od/w...cipaddress.htm
 
Old 05-23-2007, 07:07 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Since someone else is using that IP address, you will need to change yours. If the network has a dhcp server, then your job is a lot easier. Besides the IP address, you need to change the gateway address and the nameserver address. Also, the IP address you choose needs to be in the same subnet as the other hosts in your lan. Using DHCP, all of these items will be set up automatically.
 
Old 05-23-2007, 08:21 AM   #9
sidney.harrell
Member
 
Registered: Apr 2006
Location: Stafford, VA
Distribution: Ubuntu 6.06, 7.04, Slackware 11
Posts: 45

Rep: Reputation: 15
Download and listen to this mp3 file:
http://media.grc.com/sn/SN-025-lq.mp3
While you are listening to it you can read along with the transcript:
http://www.grc.com/sn/SN-025.htm

Then download and listen to this mp3 file:
http://media.grc.com/sn/SN-026-lq.mp3
Follow along with this transcript:
http://www.grc.com/sn/SN-026.htm
 
Old 05-23-2007, 09:35 AM   #10
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
IP addresses must be unique, like telephone numbers. If multiple people had the same telephone numbers, how would you know which one you would connect to when you called? Same thing with IPs. IPs must be uniquely mapped to hosts. Failure to do this correctly can cause problems for ALL hosts that are exposed to the fault (not just the misconfigured hosts).

--- rod.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Router gateway address being picked up as primary DNS address under SuSe Hubmasterflex Linux - Networking 13 10-18-2008 01:40 PM
Single DHCP server ,to provide the ip address to a MAC address in two different subne alix123 Linux - Software 5 05-08-2007 11:16 PM
dhcp no ip address and netmask dont match route address pengy666 Linux - Wireless Networking 1 05-08-2005 09:33 AM
how to get ip address, broadcast address, mac address of a machine sumeshstar Programming 2 03-12-2005 04:33 AM
DHCP Server MAC Address found, IP address not assigned wmburke Linux - Wireless Networking 17 11-17-2004 10:33 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 08:58 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