<?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 easy question, routing problem in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5484#M4007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's an easy question, but I can't solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the situation. &lt;/P&gt;&lt;P&gt;We have two routers.&lt;/P&gt;&lt;P&gt;Router 1 (bintec RT1202) has two ethernet interfaces with different subnets sub1 (172.16.10.0/24), sub2 (172.16.20.0/24).&lt;/P&gt;&lt;P&gt;Router 2 is our palo alto PA-200. It has one ethernet interface sub1(172.16.20.0/24)(just for the test).&lt;/P&gt;&lt;P&gt;Now I want to make a ping, from a pc which is connected at router1 sub1 with (default gateway is the ip of router1 sub1), to the ip address of the palo alto.&lt;/P&gt;&lt;P&gt;Therefore I have to define a virtual router with a static route on the palo alto: destination - 172.16.10.0/24, interface - ethernet1, next hop - ip address 172.16.20.10 (the ip address of the router 1 sub2).&lt;/P&gt;&lt;P&gt;I don't get a reply of the ping. When I make the ping on the "cli" of router1 to the palo alto, I get a reply, also whe I make a "nat" over the router1 sub2 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regads&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Nov 2012 17:32:51 GMT</pubDate>
    <dc:creator>IDS_1</dc:creator>
    <dc:date>2012-11-05T17:32:51Z</dc:date>
    <item>
      <title>easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5484#M4007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's an easy question, but I can't solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the situation. &lt;/P&gt;&lt;P&gt;We have two routers.&lt;/P&gt;&lt;P&gt;Router 1 (bintec RT1202) has two ethernet interfaces with different subnets sub1 (172.16.10.0/24), sub2 (172.16.20.0/24).&lt;/P&gt;&lt;P&gt;Router 2 is our palo alto PA-200. It has one ethernet interface sub1(172.16.20.0/24)(just for the test).&lt;/P&gt;&lt;P&gt;Now I want to make a ping, from a pc which is connected at router1 sub1 with (default gateway is the ip of router1 sub1), to the ip address of the palo alto.&lt;/P&gt;&lt;P&gt;Therefore I have to define a virtual router with a static route on the palo alto: destination - 172.16.10.0/24, interface - ethernet1, next hop - ip address 172.16.20.10 (the ip address of the router 1 sub2).&lt;/P&gt;&lt;P&gt;I don't get a reply of the ping. When I make the ping on the "cli" of router1 to the palo alto, I get a reply, also whe I make a "nat" over the router1 sub2 interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regads&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 17:32:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5484#M4007</guid>
      <dc:creator>IDS_1</dc:creator>
      <dc:date>2012-11-05T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5485#M4008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you have a setup like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1:&lt;/P&gt;&lt;P&gt;int1 172.16.10.0/24&lt;/P&gt;&lt;P&gt;int2 172.16.20.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2:&lt;/P&gt;&lt;P&gt;int1 172.16.20.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How come your PA only have one interface setup?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if R1-int2 is attached to R2-int1 (either directly or through a switch) you wont need to setup any routing in R1 for it to send the packets the correct way. However R2 will need either a default route or a route for 172.16.10.0/24 which points back to the ip of R1-int2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you want the PA to respond to pings you need to create a management-profile where you select only "ping" and attach this management-profile to the interface with the particular subnet (R2-int1 in this case if the above list is correct).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 08:30:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5485#M4008</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-11-06T08:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5486#M4009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;So you have a setup like:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;R1:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;int1 172.16.10.0/24 (172.16.10.10)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;int2 172.16.20.0/24 (172.16.20.10)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;R2:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;int1 172.16.20.0/24 (172.16.20.11)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;How come your PA only have one interface setup?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It's just for the test. Normaly there is a additional pppoe interface.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;Also if R1-int2 is attached to R2-int1 (either directly or through a switch) you wont need to setup any routing in R1 for it to send the packets the correct way. However R2 will need either a default route or a route for 172.16.10.0/24 which points back to &lt;/EM&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;the ip of R1-int2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;On R1 is not routing defined. On R2 I have defined a virtual router like this: destination - 172.16.10.0/24, interface - ethernet1, next hop - ip address 172.16.20.10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&lt;/EM&gt;&lt;EM&gt;Also if you want the PA to respond to pings you need to create a management-profile where you select only "ping" and attach this management-profile to the interface with the particular subnet (R2-int1 in this case if the above list is correct).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I allowed the ping on the interface on R2, which I can check from the command line interface from R1. Here I can ping the R2. It must be a routing problem on the R2.&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For your understanding, we want to do the following:&lt;/P&gt;&lt;P&gt;A pc on R1 int1 should have internet access. The R2 should make the access over pppoe. Therefore I need the backrouting from R2 int1 to R1 int1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an existing network and at the moment we make the internet access with a bintec router, which should be replaced with the palo alto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 10:14:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5486#M4009</guid>
      <dc:creator>IDS_1</dc:creator>
      <dc:date>2012-11-06T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5487#M4010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Could you paste the "show ip route" of R1 aswell as "show routing" from R2 (login through CLI or SSH)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Could you in R2 verify by looking at the traffic log that the ping from client at R1 arrives to your device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As debug setup a rule in R2 which is similar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: internal&lt;/P&gt;&lt;P&gt;dstzone: internal&lt;/P&gt;&lt;P&gt;srcip: &amp;lt;ip of client at R1&amp;gt;&lt;/P&gt;&lt;P&gt;dstip: 172.16.20.11&lt;/P&gt;&lt;P&gt;appid: any&lt;/P&gt;&lt;P&gt;service: any&lt;/P&gt;&lt;P&gt;options: log on session start, log on session end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is a live equipment then set action to deny otherwise, if possible, set it to allow (just during the debug - dont forget to remove this rule once you are done).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when you send a ping from client at R1 you should see this hit the R2 in its traffic logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im thinking if the management profile only allows srcip from the same subnet as the interface is using (which could explain why a ping from R1 towards R2 works but not when client at R1 pings through R1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A further debug is to setup a tcpdump on the link between R1 and R2 to verify that the icmp echo request actually do leave R1 and that the R2 responds with an icmp echo respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could have some blocking ACL in R1 or that the client itself at R1 doesnt have its default route set to R1 but only a static route for this subnet (172.16.10.0/24) or for that matter a local firewall on the client which prohibits the client to send or receive these icmp packets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 10:29:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5487#M4010</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-11-06T10:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5488#M4011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;1) Could you paste the "show ip route" of R1 aswell as "show routing" from R2 (login through CLI or SSH)?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1&lt;/P&gt;&lt;P&gt;Destination IP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Address Netmask&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gateway&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Protocol&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;172.16.10.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.10.10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LAN_EN1-0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Direct&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;172.16.20.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 255.255.255.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.20.10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LAN_EN1-4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Direct&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R2&lt;/P&gt;&lt;P&gt;admin@PA-200&amp;gt; show routing fib&lt;/P&gt;&lt;P&gt;total virtual-router shown :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;virtual-router name: Router01&lt;/P&gt;&lt;P&gt;interfaces:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ethernet1/4 ethernet1/1&lt;/P&gt;&lt;P&gt;route table:&lt;/P&gt;&lt;P&gt;flags: u - up, h - host, g - gateway&lt;/P&gt;&lt;P&gt;maximum of fib entries for device:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;number of fib entries for device:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;maximum of fib entries for this fib:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;/P&gt;&lt;P&gt;number of fib entries for this fib:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;number of fib entries shown:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nexthop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; flags&amp;nbsp; interface&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mtu&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;81&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.10.0/24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.20.10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ug&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ethernet1/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;80&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.20.0/24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; u&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ethernet1/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;79&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.20.11/32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uh&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ethernet1/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt; Then when you send a ping from client at R1 you should see this hit the R2 in its traffic logs.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I created a security rule which allows the traffic and I can see at the monitor:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Receive Time&lt;/TD&gt;&lt;TD&gt;Type &lt;/TD&gt;&lt;TD&gt; From Zone&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To Zone&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Source User&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Destination&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To Port Application&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Action&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rule&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; Bytes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;11/06 13:20:11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end&amp;nbsp;&amp;nbsp;&amp;nbsp; trust test&amp;nbsp;&amp;nbsp;&amp;nbsp; trust test&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.16.10.123&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; 172.16.20.11&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; ping&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; allow&amp;nbsp;&amp;nbsp;&amp;nbsp; TEST eth1&amp;nbsp;&amp;nbsp;&amp;nbsp; 74&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;Im thinking if the management profile only allows srcip from the same subnet as the interface is using (which could explain why a ping from R1 towards R2 works but not when client at R1 pings through R1).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It's not only the ping, the complete network traffic into the internet is not working, and therefore you don't need a management profile, and I don't get an error in the log files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;A further debug is to setup a tcpdump on the link between R1 and R2 to verify that the icmp echo request actually do leave R1 and that the R2 responds with an icmp echo respond.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I take pc instead of the palo alto, I get a ping reply, so I have to search the error on the palo alto. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&lt;EM&gt;You could have some blocking ACL in R1 or that the client itself at R1 doesnt have its default route set to R1 but only a static route for this subnet (172.16.10.0/24) or for that matter a local firewall on the client which prohibits the client to send or &amp;gt;&amp;gt;receive these icmp packets.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When I take pc instead of the palo alto, I get a ping reply, so I have to search the error on the palo alto.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 14:56:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5488#M4011</guid>
      <dc:creator>IDS_1</dc:creator>
      <dc:date>2012-11-06T14:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5489#M4012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The routing looks good and you have obviously connected R1 to the correct interface of R2 (otherwise this allowed traffic shouldnt be visible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your security rules... do you in the bottom of this list have a rule such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srczone: any&lt;/P&gt;&lt;P&gt;dstzone: any&lt;/P&gt;&lt;P&gt;srcip: any&lt;/P&gt;&lt;P&gt;dstip: any&lt;/P&gt;&lt;P&gt;appid: any&lt;/P&gt;&lt;P&gt;service: any&lt;/P&gt;&lt;P&gt;options: log on session end&lt;/P&gt;&lt;P&gt;action: deny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do and still no blocked stuff shows up in traffic log I would expect some kind of layer1 fault.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like bad cable or bad interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A "show interface ethernet1/1" (I dont remember if you need "hardware" in the end aswell to get the counters of if the counters is only available through "debug data-plane") would be interresting, also do the equal on R1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 08:32:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5489#M4012</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-11-07T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: easy question, routing problem</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5490#M4013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So at first,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the your great help.&lt;/P&gt;&lt;P&gt;The problem is solved.&lt;/P&gt;&lt;P&gt;I think it was a combination of my understanding how the interfaces of the palo alto work and a misconfiguration.&lt;/P&gt;&lt;P&gt;I made the configuration completly new. And after I configured again a the second interface at the palo alto the routing was working (at my first try not, and I think I'd configured it the same way).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again,&lt;/P&gt;&lt;P&gt;thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 12:51:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/easy-question-routing-problem/m-p/5490#M4013</guid>
      <dc:creator>IDS_1</dc:creator>
      <dc:date>2012-11-08T12:51:50Z</dc:date>
    </item>
  </channel>
</rss>

