ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Disabling External Ping, VPN drops.

    IT Discussion
    7
    33
    6.8k
    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.
    • P
      PSX_Defector @Dashrender
      last edited by

      @Dashrender said:

      I wish I could do this for a few clients, but printing from an AS 400 locally won't work over that setup.

      Wait, what?

      Create spoolers to the local printer, point applications to the spoolers. Then it's just a matter of busting into the network, which can be accomplished via an stunnel.

      D 1 Reply Last reply Reply Quote 0
      • J
        JaredBusch @scottalanmiller
        last edited by

        @scottalanmiller said:

        Hopefully you mean IBM System "i". AS/400 was killed off in the 1990s.

        System "i" doesn't have a Pertino agent nor a LogMeIn agent. Being one of those rare systems today that is not UNIX nor Windows, it is really left out there on its own requiring its own special support for absolutely everything.

        What application is running on "i"?

        We just replaced a System/36 accounting system at a client. It was still running thinnet to dumb terminals. Said dumb terminals are still in place so verification can be made with the imported data. But, they are using our new accounting package now at least.

        Of note, we sold them the System/36 based accounting package back in the 80's.
        image.gif

        1 Reply Last reply Reply Quote 0
        • S
          scottalanmiller
          last edited by

          Ha ha. System/36

          Wow.

          D 1 Reply Last reply Reply Quote 0
          • D
            Dashrender @scottalanmiller
            last edited by

            @scottalanmiller said:

            Ha ha. System/36

            Wow.

            yep.. woww'ers...

            1 Reply Last reply Reply Quote 0
            • D
              Dashrender @PSX_Defector
              last edited by

              @PSX_Defector said:

              @Dashrender said:

              I wish I could do this for a few clients, but printing from an AS 400 locally won't work over that setup.

              Wait, what?

              Create spoolers to the local printer, point applications to the spoolers. Then it's just a matter of busting into the network, which can be accomplished via an stunnel.

              What's a stunnel? If I have a home printer on my home network (let's assume it's an IP printer) how do I give access to my office based AS400 over the Pertino network?

              To make this work today, I use VPN to connect to the office network, Client Access allows me to 'create an AS400 printer' from one of my local printer so it looks like an AS400 queue. I then send my print jobs to that queue, which forwards through my VPN connection to my PC and onto my printer.

              P 1 Reply Last reply Reply Quote 0
              • P
                PSX_Defector @Dashrender
                last edited by

                That would be remote printers, printing locally has a completely different connotation. 🙂

                I never let people create spoolers from the client. Usually because people are duplicating things over and over and over again with their printers and it gets to be a big mess. Cleaning up queues is my least favorite operator duty.

                If you absolutely must setup something like that, better to use a PDF writer. Cleaner, less driver kludges, and you can spin up the spoolers to make it into one single queue instead of the goons spinning up 5 or more printers because they have tons of them at home.

                Haven't checked yet, but you should be able to encapsulate the traffic over Pertino for that. Then it's just a matter of having something that will play man in the middle. Of course, popping open a telnet proxy would be easier still.

                D 1 Reply Last reply Reply Quote 1
                • S
                  scottalanmiller
                  last edited by

                  stunnel is a form of VPN: https://www.stunnel.org/index.html

                  1 Reply Last reply Reply Quote 0
                  • D
                    Dashrender @PSX_Defector
                    last edited by

                    @PSX_Defector said:

                    That would be remote printers, printing locally has a completely different connotation. 🙂

                    I never let people create spoolers from the client. Usually because people are duplicating things over and over and over again with their printers and it gets to be a big mess. Cleaning up queues is my least favorite operator duty.

                    If you absolutely must setup something like that, better to use a PDF writer. Cleaner, less driver kludges, and you can spin up the spoolers to make it into one single queue instead of the goons spinning up 5 or more printers because they have tons of them at home.

                    Haven't checked yet, but you should be able to encapsulate the traffic over Pertino for that. Then it's just a matter of having something that will play man in the middle. Of course, popping open a telnet proxy would be easier still.

                    A telnet proxy? since the home user's IP can change, kinda hard to lock it down, unless there is something I'm missing.

                    This is a tiny company 8 employees, and not a technical pone in the company so they can't create anything that a consultant doesn't for them.. no worries about them creating a bunch of printers. I moved them off the home dial into the 400 about 10 years ago to a VPN connection. it was/is a lot faster.

                    How would you encapsulate the traffic from the 400 to the home user's computer?

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said:

                      How would you encapsulate the traffic from the 400 to the home user's computer?

                      VPNs encapsulate everything on the network.

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        Dashrender @scottalanmiller
                        last edited by

                        @scottalanmiller said:

                        @Dashrender said:

                        How would you encapsulate the traffic from the 400 to the home user's computer?

                        VPNs encapsulate everything on the network.

                        Yeah.. I know that! other than using an onsite device, say a ASA/sonicwall, etc to terminate the tunnel - how are you getting the traffic into the tunnel in the first place?

                        1 Reply Last reply Reply Quote 0
                        • S
                          scottalanmiller
                          last edited by

                          What's wrong with a device? Once you are at the level of an System i, having a VM with pfSense for VPNs is pretty trivial.

                          1 Reply Last reply Reply Quote 0
                          • S
                            scottalanmiller
                            last edited by

                            But why not use the built in VPN capabilities on the System i box? Not like you can't SSH or stunnel natively.

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              Dashrender @scottalanmiller
                              last edited by

                              @scottalanmiller said:

                              But why not use the built in VPN capabilities on the System i box? Not like you can't SSH or stunnel natively.

                              I am already using a device for that customer (ASA). This whole thing came up because you can't use my situation and Pertino together.

                              S NaraN 3 Replies Last reply Reply Quote 0
                              • S
                                scottalanmiller @Dashrender
                                last edited by

                                @Dashrender said:

                                @scottalanmiller said:

                                But why not use the built in VPN capabilities on the System i box? Not like you can't SSH or stunnel natively.

                                I am already using a device for that customer (ASA). This whole thing came up because you can't use my situation and Pertino together.

                                That's correct, Pertino is not a traditional VPN but a software defined network that is an overlay to your entire network and does not support System "i" at all (and probably never will, it is a tiny piece of the market.) As System "i" is its own OS and not UNIX in any way, it is very costly to support not only because it is an entirely separate platform but because it is one that costs a fortune to maintain testing equipment and development tools for.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  scottalanmiller @Dashrender
                                  last edited by

                                  @Dashrender said:

                                  Yeah yeah... it's a, nope It's an AS400! The unit is from 1998 I think, but it could be older.

                                  Holy cow. I threw out my top of the line AS/400 from 1999 many years ago. Sent it to recycling!! That was my personal one. It was eleven rack units. Took two box trucks to move it.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    scottalanmiller @Dashrender
                                    last edited by

                                    @Dashrender said:

                                    I am already using a device for that customer (ASA). This whole thing came up because you can't use my situation and Pertino together.

                                    Just went back and read the thread to see what the topic was at this point 🙂 Yeah, can't use any of those technologies with an AS/400. Time to move to the century, err, millennium. 🙂

                                    1 Reply Last reply Reply Quote 0
                                    • NaraN
                                      Nara @Dashrender
                                      last edited by

                                      @Dashrender said:

                                      @scottalanmiller said:

                                      But why not use the built in VPN capabilities on the System i box? Not like you can't SSH or stunnel natively.

                                      I am already using a device for that customer (ASA). This whole thing came up because you can't use my situation and Pertino together.

                                      You really can't beat an ASA for VPN. It works so well, and with a variety of clients. Pertino isn't designed to connect a computer to an infrastructure; it's designed to connect individual computers together. For a traditional business, it isn't quite a good fit just yet. If/when the get it set up so that you can connect a computer to your infrastructure, that'll change things for the better.

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        Dashrender
                                        last edited by

                                        It would be nice to see a VPN/Pertino appliance for say a home network. There are times when you need to hang a printer directly on the network for printing, so the appliance would be nice... but it's really no different than putting ASAs on both sides.

                                        NaraN S 2 Replies Last reply Reply Quote 0
                                        • NaraN
                                          Nara @Dashrender
                                          last edited by

                                          @Dashrender said:

                                          It would be nice to see a VPN/Pertino appliance for say a home network. There are times when you need to hang a printer directly on the network for printing, so the appliance would be nice... but it's really no different than putting ASAs on both sides.

                                          Something like a Sophos RED?

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            scottalanmiller @Dashrender
                                            last edited by

                                            @Dashrender said:

                                            It would be nice to see a VPN/Pertino appliance for say a home network. There are times when you need to hang a printer directly on the network for printing, so the appliance would be nice... but it's really no different than putting ASAs on both sides.

                                            Pertino is looking at that stuff. Because of the full mesh system, gateways are problematic and require a lot of special attention. IP handling isn't trivial.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post