<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Connecting to israeli ISP&#x27;s (cable infrastructure) via pfSense ?]]></title><description><![CDATA[<p dir="auto">hi all</p>
<p dir="auto">the method to obtaining an public IP address via israeli ISP's over cable infrastructure is a bit different and non regular<br />
i wonder if i can use pfSense as my firewall / router insted of my old Cisco 1841 that cannot holdup my new bandwidth ? :(</p>
<h1><a class="anchor-offset" name="this-is-how-the-connection-achieved-in-the-cisco-way"></a>This is how the connection achieved in the cisco way:</h1>
<p dir="auto">pseudowire-class ISP<br />
encapsulation l2tpv2<br />
ip local interface FastEthernet0/1</p>
<p dir="auto">interface FastEthernet0/1<br />
description WAN interface to ISP (connected to cable modem)<br />
ip address dhcp<br />
duplex auto<br />
speed auto</p>
<p dir="auto">interface Virtual-PPP1<br />
description L2TP dialer to 014 (014 is My ISP)<br />
ip address negotiated<br />
ip nat outside<br />
ppp pap sent-username USER-NAME password PASSWORD<br />
pseudowire &lt;isp-l2tp-server-address&gt;1 pw-class ISP</p>
<p dir="auto">ip route 0.0.0.0 0.0.0.0 Virtual-PPP1<br />
ip route &lt;isp-l2tp-server-address&gt;255.255.255.255 FastEthernet0/1 dhcp</p>
<p dir="auto">thanks in advance<br />
elad.&lt;/isp-l2tp-server-address&gt;&lt;/isp-l2tp-server-address&gt;</p>
]]></description><link>https://forum.netgate.com/topic/30135/connecting-to-israeli-isp-s-cable-infrastructure-via-pfsense</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 07:00:52 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/30135.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Jan 2011 15:15:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Connecting to israeli ISP&#x27;s (cable infrastructure) via pfSense ? on Mon, 07 Feb 2011 12:25:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/elade">@<bdi>elade</bdi></a>:</p>
<blockquote>
<p dir="auto">hi all</p>
<p dir="auto">the method to obtaining an public IP address via israeli ISP's over cable infrastructure is a bit different and non regular<br />
i wonder if i can use pfSense as my firewall / router insted of my old Cisco 1841 that cannot holdup my new bandwidth ? :(</p>
<h1><a class="anchor-offset" name="this-is-how-the-connection-achieved-in-the-cisco-way"></a>This is how the connection achieved in the cisco way:</h1>
<p dir="auto">pseudowire-class ISP<br />
encapsulation l2tpv2<br />
ip local interface FastEthernet0/1</p>
<p dir="auto">interface FastEthernet0/1<br />
description WAN interface to ISP (connected to cable modem)<br />
ip address dhcp<br />
duplex auto<br />
speed auto</p>
<p dir="auto">interface Virtual-PPP1<br />
description L2TP dialer to 014 (014 is My ISP)<br />
ip address negotiated<br />
ip nat outside<br />
ppp pap sent-username USER-NAME password PASSWORD<br />
pseudowire &lt;isp-l2tp-server-address&gt;1 pw-class ISP</p>
<p dir="auto">ip route 0.0.0.0 0.0.0.0 Virtual-PPP1<br />
ip route &lt;isp-l2tp-server-address&gt;255.255.255.255 FastEthernet0/1 dhcp</p>
<p dir="auto">thanks in advance<br />
elad.&lt;/isp-l2tp-server-address&gt;&lt;/isp-l2tp-server-address&gt;</p>
</blockquote>
<p dir="auto">Definitely not on 1.2.3 – Israeli ISPs use PPTP or L2TP on cable infrastructure which require getting a Private IP over the HOT network via DHCP.  Then you need to run a tunnel on this network to the ISP's PPTP or L2TP server.  2.0 can support this, but you will have to choose DHCP as the method of connection on the WAN then create a separate PPTP or L2TP connection on top of it, then you will have to make sure all your traffic is routed out through the VPN (PPTP/L2TP [NAT/Firewall rules]), etc.</p>
<p dir="auto">Some ISPs in Israel may still support MPLS on special request; you may be able to avoid this aggravation if you can convince them.</p>
]]></description><link>https://forum.netgate.com/post/264512</link><guid isPermaLink="true">https://forum.netgate.com/post/264512</guid><dc:creator><![CDATA[zipeee]]></dc:creator><pubDate>Mon, 07 Feb 2011 12:25:46 GMT</pubDate></item><item><title><![CDATA[Reply to Connecting to israeli ISP&#x27;s (cable infrastructure) via pfSense ? on Mon, 31 Jan 2011 09:16:45 GMT]]></title><description><![CDATA[<p dir="auto">Don't think 1.2.3 can, but in pfSense 2.0 you can have l2tp as WAN.</p>
]]></description><link>https://forum.netgate.com/post/263433</link><guid isPermaLink="true">https://forum.netgate.com/post/263433</guid><dc:creator><![CDATA[SeventhSon]]></dc:creator><pubDate>Mon, 31 Jan 2011 09:16:45 GMT</pubDate></item></channel></rss>