获取MAC中的IP地址

Knowing your Mac’s IP address is important for setting up a network or sharing files, here’s two different ways to find your IP address in Mac OS X; an easy way through the GUI and a more technical approach with the command line. These methods will be the same whether you are connected via ethernet or wireless.

Find your IP Address on a Mac

You can find your IP address from the Mac System Preferences:

  • From the Apple menu pull down “System Preferences”
  • Click on the “Network” preference pane
  • Your IP address will be visible to the right, as indicated in the screenshot below

ip address mac







Your IP address is the number listed, in the above case it is 192.168.0.100

Now we’ll cover the more technical approaches to getting your IP address using the Mac OS X command line:

Find your IP Address via the Mac OS X Terminal

This is how to find the IP address of your Mac through the Terminal, this is often the quickest way for those that are more technically inclined.

  • Launch the Terminal located in /Applications/Utilities/
  • Type the following command:

ifconfig |grep inet

  • You will see something that looks like this:

inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
inet6 fe80::fa1e:dfff:feea:d544%en1 prefixlen 64 scopeid 0x5
inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255

  • Your IP address is usually next to the last entry of ‘inet’ and in this case is 192.168.0.100, an IP address is always in the format of x.x.x.x but it will never be 127.0.0.1 because that is your machines loopback address. Because you can always ignore 127.0.0.1, this guarantees that your IP address will be the other IP between ‘inet’ and ‘netmask’

The other command line option is to use:ipconfig getifaddr en1which reports back only your en1 (usually wireless) IP address. You can change this to en0 for wired/ethernet too. I have heard ipconfig is not supported in all versions of Mac OS X so I did not recommend this as the first choice. However, using ipconfig you can also set your IP address from the command line.

Find your External IP Address in Mac OS X

Your external IP address is what is broadcast to the world rather than your local network (behind a wireless router, for instance). This is easiest to find through a Terminal command a well:
curl whatismyip.orgThis will instantly report back your external IP address. We covered this command when finding your external IP address in the past.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值