<?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: Odd iproute2 gateway behavior with two gateways</title>
	<atom:link href="http://blog.khax.net/2010/01/26/odd-iproute2-gateway-behavior-with-two-gateways/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.khax.net/2010/01/26/odd-iproute2-gateway-behavior-with-two-gateways/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=odd-iproute2-gateway-behavior-with-two-gateways</link>
	<description>Webdev &#38; Devops Blog</description>
	<lastBuildDate>Sat, 31 Dec 2011 04:54:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jeremy Visser</title>
		<link>http://blog.khax.net/2010/01/26/odd-iproute2-gateway-behavior-with-two-gateways/#comment-96</link>
		<dc:creator>Jeremy Visser</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.khax.net/?p=169#comment-96</guid>
		<description>Haven’t done anything with multiple gateways, because despite the ability of Internode to support concurrent PPPoE sessions (up to 4), when you fire up a second DHCPv6 instance, it kills Internode’s route to the first instance.

I spose I could use a Hexago tunnel to emulate it, but couldn&#039;t really be bothered at this stage. Native IPv6 FTW.</description>
		<content:encoded><![CDATA[<p>Haven’t done anything with multiple gateways, because despite the ability of Internode to support concurrent PPPoE sessions (up to 4), when you fire up a second DHCPv6 instance, it kills Internode’s route to the first instance.</p>
<p>I spose I could use a Hexago tunnel to emulate it, but couldn&#8217;t really be bothered at this stage. Native IPv6 FTW.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agentk</title>
		<link>http://blog.khax.net/2010/01/26/odd-iproute2-gateway-behavior-with-two-gateways/#comment-95</link>
		<dc:creator>agentk</dc:creator>
		<pubDate>Tue, 26 Jan 2010 03:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.khax.net/?p=169#comment-95</guid>
		<description>I&#039;m pretty sure it would work if either eth1 or 2 were in the list on their own, and even with eth1 and 2 in the list as long as eth1 was first.

We already had the snat rules setup as as soon as the eth2 default was removed all of the multigateway routing started working too with eth1 and eth2 gateways also in their own connection tables.

Interesting point about IPv6 too. I&#039;m using Internode too and have been following your progress with IPv6 and Internode. You havn&#039;t tried multigateway connections on IPv6 have you?</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure it would work if either eth1 or 2 were in the list on their own, and even with eth1 and 2 in the list as long as eth1 was first.</p>
<p>We already had the snat rules setup as as soon as the eth2 default was removed all of the multigateway routing started working too with eth1 and eth2 gateways also in their own connection tables.</p>
<p>Interesting point about IPv6 too. I&#8217;m using Internode too and have been following your progress with IPv6 and Internode. You havn&#8217;t tried multigateway connections on IPv6 have you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Visser</title>
		<link>http://blog.khax.net/2010/01/26/odd-iproute2-gateway-behavior-with-two-gateways/#comment-94</link>
		<dc:creator>Jeremy Visser</dc:creator>
		<pubDate>Tue, 26 Jan 2010 03:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.khax.net/?p=169#comment-94</guid>
		<description>And did removing the eth1 route cause the eth2 route to start working (i.e. vice versa)?

It&#039;s possible the source IP address was wrong, and going via the wrong interface, and thus being filtered at the ISP&#039;s end. &lt;code&gt;tcpdump&lt;/code&gt; can help you confirm this.

What I mean is that if they are separate Internet connections, and you haven&#039;t entered any arrangement with the ISP, or the connections are going to separate ISPs, the IP addresses may not be interchangeable.

I encountered a similar issue to what I&#039;m describing to you just the other day, except with IPv6. What was happening was that my irssi client running on my router was attempting to connect to IRC with a source IP of &lt;code&gt;::1&lt;/code&gt; (the equivalent of 127.0.0.1 in IPv6), instead of the proper IP address on the connecting interface, which was supposed to be &lt;code&gt;2001:44b8:7df3:b970::14&lt;/code&gt;. I had to type “&lt;code&gt;/connect -host 2001:44b8:7df3:b970::14 irc.ipv6.freenode.net&lt;/code&gt;” inside irssi to force it to connect with the right source address.</description>
		<content:encoded><![CDATA[<p>And did removing the eth1 route cause the eth2 route to start working (i.e. vice versa)?</p>
<p>It&#8217;s possible the source IP address was wrong, and going via the wrong interface, and thus being filtered at the ISP&#8217;s end. <code>tcpdump</code> can help you confirm this.</p>
<p>What I mean is that if they are separate Internet connections, and you haven&#8217;t entered any arrangement with the ISP, or the connections are going to separate ISPs, the IP addresses may not be interchangeable.</p>
<p>I encountered a similar issue to what I&#8217;m describing to you just the other day, except with IPv6. What was happening was that my irssi client running on my router was attempting to connect to IRC with a source IP of <code>::1</code> (the equivalent of 127.0.0.1 in IPv6), instead of the proper IP address on the connecting interface, which was supposed to be <code>2001:44b8:7df3:b970::14</code>. I had to type “<code>/connect -host 2001:44b8:7df3:b970::14 irc.ipv6.freenode.net</code>” inside irssi to force it to connect with the right source address.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

