<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I have the route at Linux in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909280#M267737</link>
    <description>&lt;P&gt;I have the route at Linux server.&lt;/P&gt;
&lt;P&gt;Maybe, I can try to use IPSec on cisco box, but, my knowledge about them are really limited. I haven't a CCNA, and I have some ciscos boxes for creating a WAN between sites. I'm trying to learn how to use each command and configuration for doing the correct configuration for each site and connection.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The final configuration, are, to have 3 different networks, on different offices, connected between them with VPNs or another tecnology who allows me to see from any network, the another two. My suggested topology are use a central point -the linux box at main office-, and connect the other networks to them.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Now I have more problems too, because, the test site have changed internet connection, and, I have the new connection configured but now I cannot see the linux box IP or any other machine, with the same pptp configuration from top.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2016 11:39:17 GMT</pubDate>
    <dc:creator>Sakura</dc:creator>
    <dc:date>2016-05-30T11:39:17Z</dc:date>
    <item>
      <title>Connecting two subnets PPTP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909278#M267735</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have a question with a Cisco 1921, working with a VPN interface.&lt;/P&gt;
&lt;P&gt;Version are: Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc1)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The problem are:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have two networks:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; - First: (net (172.x.x.x)) -&amp;gt; (soft firewall, linux) -&amp;gt; Cisco 1921 -&amp;gt; Internet&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Second: (net (192.x.x.x)) -&amp;gt; Cisco 1921 -&amp;gt; Internet&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The first network have a VPN server on linux machine, granting IPs of another subnet. Firewall are the network gateway.&lt;/P&gt;
&lt;P&gt;The second network have a VDSLoPOTS connected to grant Internet Access. Cisco 1921 are the gateway, doing NAT translation for network.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I've configured PPTP VPN client on second net's Cisco, and, with adequate configuration, I can see Network 1 from Network 2 (with NAT too). But, I cannot see Network 2 from Network 1.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Configuration:&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;vpdn enable&lt;BR /&gt;!&lt;BR /&gt;vpdn-group PPTPC&lt;BR /&gt;&amp;nbsp;request-dialin&lt;BR /&gt;&amp;nbsp; protocol pptp&lt;BR /&gt;&amp;nbsp; rotary-group 2&lt;BR /&gt;&amp;nbsp;initiate-to ip x.x.x.x&lt;BR /&gt;!&lt;BR /&gt;controller VDSL 0/0/0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;&amp;nbsp;ip address 192.x.x.x&lt;BR /&gt;&amp;nbsp;ip nat inside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly in&lt;BR /&gt;&amp;nbsp;duplex auto&lt;BR /&gt;&amp;nbsp;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0/0&lt;BR /&gt;&amp;nbsp;no ip address&lt;BR /&gt;&amp;nbsp;pppoe enable group global&lt;BR /&gt;&amp;nbsp;pppoe-client dial-pool-number 1&lt;BR /&gt;!&lt;BR /&gt;interface Dialer0&lt;BR /&gt;&amp;nbsp;ip address negotiated&lt;BR /&gt;&amp;nbsp;ip mtu 1452&lt;BR /&gt;&amp;nbsp;ip nat outside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly in&lt;BR /&gt;&amp;nbsp;encapsulation ppp&lt;BR /&gt;&amp;nbsp;dialer pool 1&lt;BR /&gt;&amp;nbsp;dialer-group 1&lt;BR /&gt;&amp;nbsp;ppp authentication chap pap callin&lt;BR /&gt;&amp;nbsp;ppp chap hostname xxx&lt;BR /&gt;&amp;nbsp;ppp chap password 0 xxx&lt;BR /&gt;&amp;nbsp;ppp pap sent-username xxx password 0 xxx&lt;BR /&gt;&amp;nbsp;no cdp enable&lt;BR /&gt;!&lt;BR /&gt;interface Dialer2&lt;BR /&gt;&amp;nbsp;ip address negotiated&lt;BR /&gt;&amp;nbsp;ip nat outside&lt;BR /&gt;&amp;nbsp;ip virtual-reassembly in&lt;BR /&gt;&amp;nbsp;encapsulation ppp&lt;BR /&gt;&amp;nbsp;ip tcp adjust-mss 1360&lt;BR /&gt;&amp;nbsp;dialer in-band&lt;BR /&gt;&amp;nbsp;dialer idle-timeout 0&lt;BR /&gt;&amp;nbsp;dialer string 2&lt;BR /&gt;&amp;nbsp;dialer vpdn&lt;BR /&gt;&amp;nbsp;dialer-group 2&lt;BR /&gt;&amp;nbsp;no peer neighbor-route&lt;BR /&gt;&amp;nbsp;ppp authentication pap chap ms-chap-v2 callin&lt;BR /&gt;&amp;nbsp;ppp chap hostname xxx&lt;BR /&gt;&amp;nbsp;ppp chap password 0 xxx&lt;BR /&gt;&amp;nbsp;no cdp enable&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;!&lt;BR /&gt;ip http server&lt;BR /&gt;ip http access-class 1&lt;BR /&gt;ip http authentication local&lt;BR /&gt;ip http secure-server&lt;BR /&gt;ip http timeout-policy idle 60 life 86400 requests 10000&lt;BR /&gt;!&lt;BR /&gt;ip nat inside source route-map R2 interface Dialer2 overload&lt;BR /&gt;ip nat inside source route-map R0 interface Dialer0 overload&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Dialer0&lt;BR /&gt;ip route 172.x.x.x Dialer2&lt;BR /&gt;!&lt;BR /&gt;access-list 1 permit 192.x.x.x&lt;BR /&gt;access-list 3 permit 172.x.x.x&lt;BR /&gt;dialer-list 1 protocol ip permit&lt;BR /&gt;dialer-list 2 protocol ip permit&lt;BR /&gt;!&lt;BR /&gt;no cdp run&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;route-map R2 permit 1&lt;BR /&gt;&amp;nbsp;match interface Dialer2&lt;BR /&gt;!&lt;BR /&gt;route-map R0 permit 1&lt;BR /&gt;&amp;nbsp;match interface Dialer0&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;control-plane&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;banner exec ^CC^C&lt;BR /&gt;banner login ^CC^C&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;&amp;nbsp;login local&lt;BR /&gt;line aux 0&lt;BR /&gt;line 2&lt;BR /&gt;&amp;nbsp;no activation-character&lt;BR /&gt;&amp;nbsp;no exec&lt;BR /&gt;&amp;nbsp;transport preferred none&lt;BR /&gt;&amp;nbsp;transport input all&lt;BR /&gt;&amp;nbsp;transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh&lt;BR /&gt;&amp;nbsp;stopbits 1&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;access-class 1 in&lt;BR /&gt;&amp;nbsp;privilege level 15&lt;BR /&gt;&amp;nbsp;login local&lt;BR /&gt;&amp;nbsp;transport input telnet ssh&lt;BR /&gt;!&lt;BR /&gt;scheduler allocate 20000 1000&lt;BR /&gt;end&lt;/P&gt;
&lt;P&gt;Routing table:&lt;/P&gt;
&lt;P&gt;Gateway of last resort is 0.0.0.0 to network 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;S*&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0/0 is directly connected, Dialer0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.x.x.x is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.x.x.x is directly connected, Dialer2 &amp;lt;-- My VPN address&lt;BR /&gt;S&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.x.x.x is directly connected, Dialer2 &amp;lt;-- Remote subnet&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.0.0/32 is subnetted, 2 subnets&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.1 is directly connected, Dialer0&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.1.1.67 is directly connected, Dialer0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.x.x.x is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.x.x.x is directly connected, GigabitEthernet0/1&lt;BR /&gt;L&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.x.x.x is directly connected, GigabitEthernet0/1&lt;/P&gt;
&lt;P&gt;(1.1.0.0 represents Internet Access IP)&lt;/P&gt;
&lt;P&gt;Questions:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1º, I cannot enable MPPE. Why?&lt;/P&gt;
&lt;P&gt;2º, Can I connect NET1 and NET2 without NAT? I want all host to see between him.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I can configure anything on Cisco router at second net, and Linux machine on first net. I cannot change configuration of Cisco router on first net.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 12:05:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909278#M267735</guid>
      <dc:creator>Sakura</dc:creator>
      <dc:date>2019-03-05T12:05:44Z</dc:date>
    </item>
    <item>
      <title>Does the Linux PPTP server</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909279#M267736</link>
      <description>&lt;P&gt;Does the Linux PPTP server have a route for your subnet via the dynamic connection that is formed? &amp;nbsp;This is going to be tricky.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I don't think you are doing to succeed. &amp;nbsp;If the 1941 has a crypto licence I would change over to IPSec. &amp;nbsp;I would use strongswan on the Linux box.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2016 01:04:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909279#M267736</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-05-27T01:04:04Z</dc:date>
    </item>
    <item>
      <title>I have the route at Linux</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909280#M267737</link>
      <description>&lt;P&gt;I have the route at Linux server.&lt;/P&gt;
&lt;P&gt;Maybe, I can try to use IPSec on cisco box, but, my knowledge about them are really limited. I haven't a CCNA, and I have some ciscos boxes for creating a WAN between sites. I'm trying to learn how to use each command and configuration for doing the correct configuration for each site and connection.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The final configuration, are, to have 3 different networks, on different offices, connected between them with VPNs or another tecnology who allows me to see from any network, the another two. My suggested topology are use a central point -the linux box at main office-, and connect the other networks to them.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Now I have more problems too, because, the test site have changed internet connection, and, I have the new connection configured but now I cannot see the linux box IP or any other machine, with the same pptp configuration from top.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 11:39:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909280#M267737</guid>
      <dc:creator>Sakura</dc:creator>
      <dc:date>2016-05-30T11:39:17Z</dc:date>
    </item>
    <item>
      <title>I've try to use IPsec, but, i</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909281#M267738</link>
      <description>&lt;P&gt;I've try to use IPsec, but, i doesn't know how to configure them between Linux box (server) and Cisco. Can someone give me a hand on this?&lt;/P&gt;
&lt;P&gt;I need the server on a Linux Box, because, when I have them working, I need to connect another Ciscos to them. Also, the linux box have the best connection and static IP. (At least, one of the Cisco will be working with dynamic IP assignment).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:01:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909281#M267738</guid>
      <dc:creator>Sakura</dc:creator>
      <dc:date>2016-06-07T13:01:05Z</dc:date>
    </item>
    <item>
      <title>I would use strongswan on</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909282#M267739</link>
      <description>&lt;P&gt;I would use strongswan on Linux, but you are in for a lot of work.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You would be better off getting an extra Cisco box and putting it next to the Linux box to do the VPN work.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 19:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/connecting-two-subnets-pptp/m-p/2909282#M267739</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-06-07T19:35:55Z</dc:date>
    </item>
  </channel>
</rss>

