• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Access printer from foreign network over IPSEC (multiple locations)

Scheduled Pinned Locked Moved IPsec
36 Posts 3 Posters 3.0k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    bashuis @conor
    last edited by bashuis May 29, 2019, 9:05 AM May 29, 2019, 9:05 AM

    @conor
    i already have the outbound rule on pfsense01:
    NAT address: 10.130.76.132/25
    1558511277126-59ab3f12-9afb-452b-8371-d7d1203973c0-image.png

    C 1 Reply Last reply May 29, 2019, 9:07 AM Reply Quote 0
    • C
      conor @bashuis
      last edited by May 29, 2019, 9:07 AM

      @bashuis
      I have no idea if you have that set up right as you have covered up all the important bits.

      200+ pfSense installs - best firewall ever.

      B 1 Reply Last reply May 29, 2019, 9:09 AM Reply Quote 0
      • B
        bashuis @conor
        last edited by May 29, 2019, 9:09 AM

        @conor

        i disabled outgoing NAT + disabled icmp forwarding and still get no reply:

        11:07:09.031164 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40292, length 36
        11:07:09.071096 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40293, length 36
        11:07:09.111122 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40294, length 36
        11:07:09.151517 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40295, length 36
        11:07:09.192282 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40296, length 36
        11:07:09.232982 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40297, length 36
        11:07:09.273003 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 249, seq 40298, length 36

        1 Reply Last reply Reply Quote 0
        • C
          conor
          last edited by May 29, 2019, 9:14 AM

          Ok then the first problem is that the .136 IP on pfsense01 can't reply to the 172 network.

          1. Make sure that the firewall rules permit traffic from the 172 network arriving on the LAN2 interface.
          2. The 172 network is being routed by the customer router what is the ip in the range 10.130.76.132 for that router. That IP will be your gateway for the 172 static route.

          200+ pfSense installs - best firewall ever.

          1 Reply Last reply Reply Quote 0
          • B
            bashuis
            last edited by May 29, 2019, 9:26 AM

            I'm able to ping from LAN2(location1) to the printer (10.130.76.136) if i use an source address in the range 10.130.76.129/25.

            i think the problem is that the traffic is comming from 172.16.0.0/24 and the site: location2(pfsense02) is not knowing this subnet to route it back to location1

            i added the following firewallrule on LAN2
            08c3a518-fc1b-49a8-8319-b6ed6d2a454f-image.png
            this should allow traffic from 172.16.0.0/24 to 10.130.76.136

            i disabled the ICMP portforwarding and disabled outgoing NAT

            the address 10.130.76.136/25 is added als virtual IP, is this needed?

            packet capturing on interface LAN2 (pfsense01) give no reply:
            11:25:30.561151 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 281, length 36
            11:25:30.601003 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 282, length 36
            11:25:30.640925 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 283, length 36
            11:25:30.680956 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 284, length 36
            11:25:30.720877 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 285, length 36
            11:25:30.760985 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 286, length 36
            11:25:30.801084 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 287, length 36
            11:25:30.841004 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 288, length 36

            1 Reply Last reply Reply Quote 0
            • B
              bashuis
              last edited by bashuis May 29, 2019, 9:29 AM May 29, 2019, 9:28 AM

              now i get een reply back:

              11:27:44.554463 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 3382, length 36
              11:27:44.554492 IP 10.130.76.136 > 172.16.0.26: ICMP echo reply, id 250, seq 3382, length 36

              so the connection from pfsense01(LAN2) to the custommer is ok.

              C 1 Reply Last reply May 29, 2019, 9:32 AM Reply Quote 0
              • C
                conor
                last edited by May 29, 2019, 9:29 AM

                You have a pile of things to fix, stop trying to guess it all in one go. First fix the fact that the pfsense01 can't communicate with the 172 network. You probably don't need the Virtual IP and could ping the LAN2 interface directly but eiteher way you first need to make sure the pfsense01 can talk with the 172, otherwise no matter what you do with the pfsense02 it won't work.

                200+ pfSense installs - best firewall ever.

                1 Reply Last reply Reply Quote 0
                • C
                  conor @bashuis
                  last edited by May 29, 2019, 9:32 AM

                  @bashuis said in Access printer from foreign network over IPSEC (multiple locations):

                  now i get een reply back:
                  11:27:44.554463 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 3382, length 36
                  11:27:44.554492 IP 10.130.76.136 > 172.16.0.26: ICMP echo reply, id 250, seq 3382, length 36
                  so the connection from pfsense01(LAN2) to the custommer is ok.

                  Good now you need to add a P2 entry to your IPSEC on both sides for the 172 network so they know how to talk to each other good explaination here: https://docs.netgate.com/pfsense/en/latest/vpn/ipsec/ipsec-with-multiple-subnets.html

                  200+ pfSense installs - best firewall ever.

                  1 Reply Last reply Reply Quote 0
                  • B
                    bashuis
                    last edited by May 29, 2019, 9:34 AM

                    should that like this?

                    pfsense01
                    172.16.0.0/24(local) --> 192.168.41.0/24(remote)

                    pfsense03
                    192.168.41.0/24(local) --> 172.16.0.0/24(remote)

                    1 Reply Last reply Reply Quote 0
                    • C
                      conor
                      last edited by May 29, 2019, 9:35 AM

                      yes

                      200+ pfSense installs - best firewall ever.

                      B 1 Reply Last reply May 29, 2019, 9:42 AM Reply Quote 0
                      • B
                        bashuis @conor
                        last edited by bashuis May 29, 2019, 9:43 AM May 29, 2019, 9:42 AM

                        @conor
                        OK, i created the P2.
                        it is not UP, but that could be because there is no traffic going over it..

                        several other P2's over the samen P1 are online..

                        location 1 (pfsense01):
                        9cd3ddc1-5860-4644-bf3b-aaab6e7fb812-image.png

                        location 2 (pfsense02):
                        502d36c4-e9aa-4b60-966a-6509a2f1c8ed-image.png

                        Should i disconnect and reconnect the whole IPSEC connection?

                        C 1 Reply Last reply May 29, 2019, 9:45 AM Reply Quote 0
                        • C
                          conor
                          last edited by May 29, 2019, 9:44 AM

                          on pfsense 02 for the sake of testing goto Firewall > Rules > IPSEC
                          add an allow all rule for this interface, you can fine tune it later this is just for testing

                          200+ pfSense installs - best firewall ever.

                          1 Reply Last reply Reply Quote 0
                          • C
                            conor @bashuis
                            last edited by May 29, 2019, 9:45 AM

                            @bashuis said in Access printer from foreign network over IPSEC (multiple locations):

                            Should i disconnect and reconnect the whole IPSEC connection?

                            if the down time isn't going to bother you probably best.

                            200+ pfSense installs - best firewall ever.

                            B 1 Reply Last reply May 29, 2019, 9:48 AM Reply Quote 0
                            • B
                              bashuis
                              last edited by May 29, 2019, 9:45 AM

                              @conor said in Access printer from foreign network over IPSEC (multiple locations):

                              sake of testing goto Firewall > Rules > IPSEC
                              add an allow all rule for this interface, you can fine tune it later this is just for testing

                              this rule was already active (for testing) on the IPSEC interface
                              fd807ff2-c41f-4782-8667-35d7543bad38-image.png

                              1 Reply Last reply Reply Quote 0
                              • C
                                conor
                                last edited by May 29, 2019, 9:47 AM

                                send a ping from the 172 network to the the printer ip in the 192 network, I'm half expecting this to fail, if it does check that you can still ping the 10.130.76.136 ip address.

                                200+ pfSense installs - best firewall ever.

                                B 1 Reply Last reply May 29, 2019, 9:51 AM Reply Quote 0
                                • B
                                  bashuis @conor
                                  last edited by May 29, 2019, 9:48 AM

                                  @conor said in Access printer from foreign network over IPSEC (multiple locations):

                                  @bashuis said in Access printer from foreign network over IPSEC (multiple locations):

                                  Should i disconnect and reconnect the whole IPSEC connection?

                                  if the down time isn't going to bother you probably best.

                                  @conor
                                  that is not possible now, people are working over the other P2's

                                  if it is needed i can shedule this later today/tonight

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bashuis @conor
                                    last edited by bashuis May 29, 2019, 9:52 AM May 29, 2019, 9:51 AM

                                    @conor said in Access printer from foreign network over IPSEC (multiple locations):

                                    send a ping from the 172 network to the the printer ip in the 192 network, I'm half expecting this to fail, if it does check that you can still ping the 10.130.76.136 ip address.

                                    that is an problem, i have no access to the 172 network.

                                    they started an permanent ping to 10.130.76.136 that i can use to debug.

                                    i think we should NAT? 10.130.76.136 to 192.168.41.15

                                    packet capturing on LAN2 (pfsense01) give now:
                                    11:52:17.648234 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 37518, length 36
                                    11:52:17.648254 IP 10.130.76.132 > 172.16.0.26: ICMP time exceeded in-transit, length 36

                                    C 2 Replies Last reply May 29, 2019, 9:52 AM Reply Quote 0
                                    • C
                                      conor @bashuis
                                      last edited by May 29, 2019, 9:52 AM

                                      @bashuis
                                      correct, the customer router doesn't understand where the 192 is located, so a NAT is now needed, just enable the ICMP NAT first for testing.

                                      200+ pfSense installs - best firewall ever.

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        conor @bashuis
                                        last edited by May 29, 2019, 9:53 AM

                                        @bashuis said in Access printer from foreign network over IPSEC (multiple locations):

                                        packet capturing on LAN2 (pfsense01) give now:
                                        11:52:17.648234 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 37518, length 36
                                        11:52:17.648254 IP 10.130.76.132 > 172.16.0.26: ICMP time exceeded in-transit, length 36

                                        is that with the NAT?

                                        200+ pfSense installs - best firewall ever.

                                        B 1 Reply Last reply May 29, 2019, 9:56 AM Reply Quote 0
                                        • B
                                          bashuis @conor
                                          last edited by May 29, 2019, 9:56 AM

                                          @conor said in Access printer from foreign network over IPSEC (multiple locations):

                                          @bashuis said in Access printer from foreign network over IPSEC (multiple locations):

                                          packet capturing on LAN2 (pfsense01) give now:
                                          11:52:17.648234 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 37518, length 36
                                          11:52:17.648254 IP 10.130.76.132 > 172.16.0.26: ICMP time exceeded in-transit, length 36

                                          is that with the NAT?

                                          no before.

                                          i added this NAT rule on interface LAN2 on pfsense01
                                          e99adb90-ed5b-409f-8910-77ae24e04b24-image.png

                                          now i see the same:
                                          11:54:49.664412 IP 172.16.0.26 > 10.130.76.136: ICMP echo request, id 250, seq 41040, length 36
                                          11:54:49.664433 IP 10.130.76.132 > 172.16.0.26: ICMP time exceeded in-transit, length 36

                                          C 1 Reply Last reply May 29, 2019, 9:58 AM Reply Quote 0
                                          23 out of 36
                                          • First post
                                            23/36
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received