Search : in
By :

IP address conversion

Last answer on Nov 19, 2009 2:00:06 am GMT pavithra, on Jan 23, 2009 8:05:36 am GMT 
 Report this message to moderators

Hello,
How to convert the given machine or hardware address (MAC address) into IP address in LINUX. Please provide a code for it in C

Configuration: Linux Fedora
Firefox 2.0.0.8

Best answers for « IP address conversion » in :
Conversion of an IP address 32-bit Show Conversion of an IP address 32-bit We will make a ping kioskea.net in view retrieve the IP address (in bold) $ Ping-c1 kioskea.net PING kioskea.net (194,169,240,130) 56 (84) data bytes. 64 bytes from www.kisokea.org...
Command to detect your IP address! ShowCommand to detect your IP address! Command for Windows 2000 / XP / Vista Command for Windows 95/98 Command for Linux IP address (Internet Protocol) is a numerical identification to detect your computer on a network. It is used to...
Having a static IP address under Ubuntu 8.10 ShowHaving a static IP address under Ubuntu 8.10 To have a fixed IP persistent: Configure manually the interfaces For a fix IP (10.0.0.1 on your eth1 interface) use: To make use of dynamic IP (e.g eth0): DNS NetworkManager is a...
What is your IP address? ShowWhat is your IP address? What is an IP address? How to know your IP address? For Windows 2000/ Windows XP/ Windows Vista users For Windows 95/ Windows 98 users By using online tools What is an IP address? When a PC is connected to...
Download Auto Hide IP ShowAuto Hide IP allows you to browse on the net anonymously. Your IP address will be hidden automatically when you are on line, which allows you to remain incognito. You can also hide your online identity by displaying a fake IP address. If you would...
IP Address ShowWhat is an IP address? Computers communicate over the Internet using the IP protocol (Internet Protocol), which uses numerical addresses, called IP addresses, made up of four whole numbers (4 bytes) between 0 and 255 and written in the format...
IP address spoofing ShowIP address spoofing "IP address spoofing" is a technique that involves replacing the IP address of an IP packet's sender with another machine's IP address. This technique lets a pirate send packets anonymously. It is not a question of changing the...
NAT- Network address translation, port forwarding and port trigg ShowThe principle of NAT Network address translation or NAT was developed in order to respond to the shortage of IP addresses with IPv4 protocol (in time the IPv6 protocol will respond to this problem). In fact, in IPv4 addressing the number of...

1

dunhill, on Jan 23, 2009 12:19:03 pm GMT

Hi



Each computer use a specific mac address.

You can change your Ip but not your mac add as far as my knowledge is concern.

Reply to dunhill

2

narayani, on Jan 24, 2009 3:28:39 am GMT
  • +2

Hello
How to find the corresponding MAC address of a host from its IP address. Please provide a code for this in C language. Is there any inbuilt functions available for this ?

Reply to narayani

6

Ritesh, on Aug 6, 2009 4:49:30 am BST
  • +1

Dear Dunhill

FYI some tools are available to chage your computer MAC address also


Regards

Ritesh

Reply to Ritesh

3

ga, on Feb 4, 2009 4:13:04 am GMT

How to connect the internet in mobile nokia 6300

Reply to ga

4

zinovsky, on Feb 4, 2009 6:33:52 am GMT
  • +1

Tell me what is the problem exactly perhaps i can help you.

Reply to zinovsky

5

nith, on Feb 19, 2009 7:48:57 am GMT
  • +1

U can change ur mac address.

Reply to nith

7

 Tom6, on Aug 6, 2009 8:15:55 am BST

Hi :)

Isn't it just a case of looking up the Ip address using "ifconfig" in linux rather than "ipconfig" for Windows? The "inet addr" gives the machines internal ip address on the lan. Presumably you would have to ask the router what it translated that into for the outside world.

Isn't mac-address a completely different thing from the ip address? I didn't think there was any relationship between the 2 types of addresses?

Good luck with this!
Regards from
Tom :)

Reply to Tom6