<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quickly Get a Router IP Address from the Command Line</title>
	<atom:link href="http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Fri, 17 May 2013 19:40:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: cirrus</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-365498</link>
		<dc:creator>cirrus</dc:creator>
		<pubDate>Mon, 26 Mar 2012 09:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-365498</guid>
		<description>You can also try:
route get default &#124; grep gateway&#124;awk &#039;{print $2}&#039;</description>
		<content:encoded><![CDATA[<p>You can also try:<br />
route get default | grep gateway|awk &#8216;{print $2}&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: light</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-364409</link>
		<dc:creator>light</dc:creator>
		<pubDate>Sun, 25 Mar 2012 00:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-364409</guid>
		<description>is there any way I can tell which wireless network is being used?
I have 2. I can see them both in airport utility
and it looks like they use different IP address
eg the wireless network with Internet uses ip starting with 195. etc..
eg wirelessnetwork without Internet uses ip address starting with 10.0.0 etc...

-----
I ask as trying desperately to work put how to capture mb/data usage on the Internet wireless only
----
I was using surplus monitor tool but it doesn&#039;t differentiate between wireless network.
---
I hope I explained myself clearly as not very technical at all
but would love to monitory mb Internet usage as share broadband with upstairs.
----
on 10.6x with MacBook pro timecapsule and iphone
thankyou</description>
		<content:encoded><![CDATA[<p>is there any way I can tell which wireless network is being used?<br />
I have 2. I can see them both in airport utility<br />
and it looks like they use different IP address<br />
eg the wireless network with Internet uses ip starting with 195. etc..<br />
eg wirelessnetwork without Internet uses ip address starting with 10.0.0 etc&#8230;</p>
<p>&#8212;&#8211;<br />
I ask as trying desperately to work put how to capture mb/data usage on the Internet wireless only<br />
&#8212;-<br />
I was using surplus monitor tool but it doesn&#8217;t differentiate between wireless network.<br />
&#8212;<br />
I hope I explained myself clearly as not very technical at all<br />
but would love to monitory mb Internet usage as share broadband with upstairs.<br />
&#8212;-<br />
on 10.6x with MacBook pro timecapsule and iphone<br />
thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maddler</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-364053</link>
		<dc:creator>maddler</dc:creator>
		<pubDate>Sat, 24 Mar 2012 14:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-364053</guid>
		<description>sorry, apostrophe characters among {} was replaced</description>
		<content:encoded><![CDATA[<p>sorry, apostrophe characters among {} was replaced</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maddler</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-364051</link>
		<dc:creator>maddler</dc:creator>
		<pubDate>Sat, 24 Mar 2012 14:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-364051</guid>
		<description>use:

netstat -rn &#124;grep default &#124; awk {&#039;print $2&#039;}

this will print gateway IP only.</description>
		<content:encoded><![CDATA[<p>use:</p>
<p>netstat -rn |grep default | awk {&#8216;print $2&#8242;}</p>
<p>this will print gateway IP only.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Bush</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-363683</link>
		<dc:creator>Jason Bush</dc:creator>
		<pubDate>Sat, 24 Mar 2012 04:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-363683</guid>
		<description>Check out the MAN page for networksetup
That should get you started.</description>
		<content:encoded><![CDATA[<p>Check out the MAN page for networksetup<br />
That should get you started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-363616</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 24 Mar 2012 02:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-363616</guid>
		<description>Why not just finish off the command...

`netstat -rn &#124; grep default &#124; awk {&#039;print$2&#039;}`</description>
		<content:encoded><![CDATA[<p>Why not just finish off the command&#8230;</p>
<p>`netstat -rn | grep default | awk {&#8216;print$2&#8242;}`</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nyah</title>
		<link>http://osxdaily.com/2012/03/23/get-router-ip-address-command-line/#comment-363608</link>
		<dc:creator>Nyah</dc:creator>
		<pubDate>Sat, 24 Mar 2012 02:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=28740#comment-363608</guid>
		<description>Any way to change it?</description>
		<content:encoded><![CDATA[<p>Any way to change it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 255/256 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-18 05:21:24 -->