<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Determine MAC address based on IP address - Delphi, Lazarus, Free Pascal				            </title>
            <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/determine-mac-address-based-on-ip-address/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 10 Jun 2026 00:37:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Determine MAC address based on IP address</title>
                        <link>https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/determine-mac-address-based-on-ip-address/#post-364</link>
                        <pubDate>Mon, 25 Apr 2016 05:37:42 +0000</pubDate>
                        <description><![CDATA[I hate entering a MAC Address, especially when I already know the IP address.With this little trick (tested on MacOSX and Linux, but will probably also work under Windows), you can retrieve ...]]></description>
                        <content:encoded><![CDATA[<p>I hate entering a MAC Address, especially when I already know the IP address.<br></p><p>With this little trick (tested on MacOSX and Linux, but will probably also work under Windows), you can retrieve the MAC address of another computer in your network.</p><pre>$ ping -c 1 192.168.1.10<br>PING 192.168.1.10 (192.168.1.10): 56 data bytes<br>64 bytes from 192.168.1.10: icmp_seq=0 ttl=64 time=313.632 ms<br>--- 192.168.1.10 ping statistics ---<br>1 packets transmitted, 1 packets received, 0.0% packet loss<br>round-trip min/avg/max/stddev = 313.632/313.632/313.632/0.000 ms<br>$ arp 192.168.1.10<br>aftv_bedroom (192.168.1.10) at 0:2b:3a:4f:69:ba on en0 ifscope </pre><p>The ping is sometimes needed to avoid getting this with Arp:</p><pre>$ arp 192.168.1.10<br>192.168.1.10 (192.168.1.10) -- no entry</pre>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/">Delphi, Lazarus, Free Pascal</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/delphi-lazarus-free-pascal/determine-mac-address-based-on-ip-address/#post-364</guid>
                    </item>
							        </channel>
        </rss>
		