<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>route -n &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/route-n/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Mon, 02 May 2011 03:32:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How to find the default gateway on Linux</title>
		<link>https://lifelinux.com/how-to-find-the-default-gateway-on-linux/</link>
					<comments>https://lifelinux.com/how-to-find-the-default-gateway-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[lifeLinux]]></dc:creator>
		<pubDate>Mon, 02 May 2011 03:32:38 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[find default gateway]]></category>
		<category><![CDATA[route -n]]></category>
		<category><![CDATA[route command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=324</guid>

					<description><![CDATA[<p>Whether you are troubleshooting network problems or trying to set up a VPN&#8230;, knowing what address your computer has configured as the default gateway is always useful. Running a simple command from the terminal can give you this. root@lifelinux:~# route -n Sample outputs: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-the-default-gateway-on-linux/">How to find the default gateway on Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>Whether you are troubleshooting network problems or trying to set up a VPN&#8230;, knowing what address your computer has configured as the default gateway is always useful. Running a simple command from the terminal can give you this.</p>
<pre>root@lifelinux:~# route -n</pre>
<p>Sample outputs:</p>
<pre>Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.64.64.64     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 ppp0
0.0.0.0         <strong><span style="color: #ff0000;">10.64.64.64</span></strong>     0.0.0.0         UG    0      0        0 ppp0</pre>
<p>10.64.64.64 is the address for my default gateway.</p>
<g:plusone href="https://lifelinux.com/how-to-find-the-default-gateway-on-linux/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-find-the-default-gateway-on-linux/">How to find the default gateway on Linux</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-find-the-default-gateway-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
