Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Playing a game through a linux server

Playing a game through a linux server

Scheduled Pinned Locked Moved The Lounge
sysadminlinuxtutorialquestiongame-dev
11 Posts 4 Posters 0 Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    QzRz
    wrote on last edited by
    #1

    Hello I have a network with almost all ports closed, except those which IE, MSN, Skype etc. uses. Then I have a server which runs "linux Debian 3.1". My question is if it is possible to bounce between the closed network and my server? For example I want to play a game which uses port 4833 (which is closed on my network) but then I want to connect to my server and play through that. If this do not make any sence please let me know what you do not understand and I will try to go into details about it. My guess would be that some kind of program installed on both my computer and the server would do the trick. If someone knows how to do this please let me know :) Thanks QzRz

    C D R 3 Replies Last reply
    0
    • Q QzRz

      Hello I have a network with almost all ports closed, except those which IE, MSN, Skype etc. uses. Then I have a server which runs "linux Debian 3.1". My question is if it is possible to bounce between the closed network and my server? For example I want to play a game which uses port 4833 (which is closed on my network) but then I want to connect to my server and play through that. If this do not make any sence please let me know what you do not understand and I will try to go into details about it. My guess would be that some kind of program installed on both my computer and the server would do the trick. If someone knows how to do this please let me know :) Thanks QzRz

      C Offline
      C Offline
      code frog 0
      wrote on last edited by
      #2

      What are you using to close ports between your server and your network? Shorewall? A hardware firewall? You'd basically make a rule like this: Servers IP: 192.168.0.1 (Just guessing) Clients IP: 10.200.8.175 (Just guessing) Port 4833 So you have your default deny rule that blocks * and then each of your subsequent allow rules only allow certain traffic based upon certain conditions. So you create an allow rule for the service 4833 (TCP or UDP or BOTH) and you set that rule to allow traffic on port 4833 originating from either 192.168.0.1 or 10.200.8.175 depending on how your firewall is set up. The reason I say "depending" is that most commercial firewall products will default allow return traffic from any request that originates from behind the firewall. So if your client is behind the firewall and initiates a request to 192.168.0.1:4833 by default most firewalls should allow traffic to return from 192.168.0.1:4833 to 10.200.8.175:4833. Now all of this depends on firewalls, NAT Policies and other stuff so it would help to know what you are using to segment/secure your network and block ports. - Rex


      The enemy's gate is down.:cool:
      Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.

      People who don't understand how awesome Firefox is have never used CPhog. The act of using CPhog alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)

      Q 1 Reply Last reply
      0
      • Q QzRz

        Hello I have a network with almost all ports closed, except those which IE, MSN, Skype etc. uses. Then I have a server which runs "linux Debian 3.1". My question is if it is possible to bounce between the closed network and my server? For example I want to play a game which uses port 4833 (which is closed on my network) but then I want to connect to my server and play through that. If this do not make any sence please let me know what you do not understand and I will try to go into details about it. My guess would be that some kind of program installed on both my computer and the server would do the trick. If someone knows how to do this please let me know :) Thanks QzRz

        D Offline
        D Offline
        Daniel Turini
        wrote on last edited by
        #3

        You mention that other ports are already open. Why can't you just open one more? I don't see dead pixels anymore... Yes, even I am blogging now!

        Q 1 Reply Last reply
        0
        • C code frog 0

          What are you using to close ports between your server and your network? Shorewall? A hardware firewall? You'd basically make a rule like this: Servers IP: 192.168.0.1 (Just guessing) Clients IP: 10.200.8.175 (Just guessing) Port 4833 So you have your default deny rule that blocks * and then each of your subsequent allow rules only allow certain traffic based upon certain conditions. So you create an allow rule for the service 4833 (TCP or UDP or BOTH) and you set that rule to allow traffic on port 4833 originating from either 192.168.0.1 or 10.200.8.175 depending on how your firewall is set up. The reason I say "depending" is that most commercial firewall products will default allow return traffic from any request that originates from behind the firewall. So if your client is behind the firewall and initiates a request to 192.168.0.1:4833 by default most firewalls should allow traffic to return from 192.168.0.1:4833 to 10.200.8.175:4833. Now all of this depends on firewalls, NAT Policies and other stuff so it would help to know what you are using to segment/secure your network and block ports. - Rex


          The enemy's gate is down.:cool:
          Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.

          People who don't understand how awesome Firefox is have never used CPhog. The act of using CPhog alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)

          Q Offline
          Q Offline
          QzRz
          wrote on last edited by
          #4

          The problem is that I do not know anything about the "closed" network. So I do not know what Firewall or other things it uses to block the ports. The only thing i can find out is my own IP (Using 'ipconfig' in cmd) And I do not have the possibility to change anything at the closed network. The only thing I know is that the ports are closed. And I wanted to know if it was possible to go through a port which is already open and then connect to a server and from the server out from a new port, then the server recieve the new data from the port and sends it back to me at the port which are open at my network. But if you know where to find a program/app which scans the network and returns all securety based information I will install it and send you the information.

          C 1 Reply Last reply
          0
          • D Daniel Turini

            You mention that other ports are already open. Why can't you just open one more? I don't see dead pixels anymore... Yes, even I am blogging now!

            Q Offline
            Q Offline
            QzRz
            wrote on last edited by
            #5

            I cannot open the other ports because I do not have admin access on the network.

            1 Reply Last reply
            0
            • Q QzRz

              Hello I have a network with almost all ports closed, except those which IE, MSN, Skype etc. uses. Then I have a server which runs "linux Debian 3.1". My question is if it is possible to bounce between the closed network and my server? For example I want to play a game which uses port 4833 (which is closed on my network) but then I want to connect to my server and play through that. If this do not make any sence please let me know what you do not understand and I will try to go into details about it. My guess would be that some kind of program installed on both my computer and the server would do the trick. If someone knows how to do this please let me know :) Thanks QzRz

              R Offline
              R Offline
              Ryan Binns
              wrote on last edited by
              #6

              You're not trying to circumvent your employer's IT policies are you?

              Ryan

              "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

              Q 1 Reply Last reply
              0
              • R Ryan Binns

                You're not trying to circumvent your employer's IT policies are you?

                Ryan

                "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                Q Offline
                Q Offline
                QzRz
                wrote on last edited by
                #7

                No I am not, i can sadly say I am only a student. My school has no Internet connection :( Whatsoever it is at my home, so it is not any illegal thing i am trying to do. Unless it is illegal to do this at home?

                R 1 Reply Last reply
                0
                • Q QzRz

                  No I am not, i can sadly say I am only a student. My school has no Internet connection :( Whatsoever it is at my home, so it is not any illegal thing i am trying to do. Unless it is illegal to do this at home?

                  R Offline
                  R Offline
                  Ryan Binns
                  wrote on last edited by
                  #8

                  QzRz wrote:

                  it is at my home

                  If it's at your home, why can't you just open the ports you need?

                  Ryan

                  "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                  Q 1 Reply Last reply
                  0
                  • R Ryan Binns

                    QzRz wrote:

                    it is at my home

                    If it's at your home, why can't you just open the ports you need?

                    Ryan

                    "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                    Q Offline
                    Q Offline
                    QzRz
                    wrote on last edited by
                    #9

                    Because it is my parrents network I am using... I cannot get to know what kind of protection they are using because they are afraid I may get throug it somehow. They have put up the network protection because they are afraid if Virus, Worms etc. But I do not think you will get Virus or worms by playing online games, therefore I want to get thrugh it... But first of all I just wanted to know if this was possible.

                    1 Reply Last reply
                    0
                    • Q QzRz

                      The problem is that I do not know anything about the "closed" network. So I do not know what Firewall or other things it uses to block the ports. The only thing i can find out is my own IP (Using 'ipconfig' in cmd) And I do not have the possibility to change anything at the closed network. The only thing I know is that the ports are closed. And I wanted to know if it was possible to go through a port which is already open and then connect to a server and from the server out from a new port, then the server recieve the new data from the port and sends it back to me at the port which are open at my network. But if you know where to find a program/app which scans the network and returns all securety based information I will install it and send you the information.

                      C Offline
                      C Offline
                      code frog 0
                      wrote on last edited by
                      #10

                      At this point no, you are stuck. If there was a way around (which I doubt) it would be pretty complex. I'm also not inclined to help you violate your parents wishes. I'm a parent and I don't think I'd like some stranger helping my kids punch holes through my network it would tend to make me a bit angry. - Rex


                      The enemy's gate is down.:cool:
                      Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.

                      People who don't understand how awesome Firefox is have never used CPhog. The act of using CPhog alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)

                      Q 1 Reply Last reply
                      0
                      • C code frog 0

                        At this point no, you are stuck. If there was a way around (which I doubt) it would be pretty complex. I'm also not inclined to help you violate your parents wishes. I'm a parent and I don't think I'd like some stranger helping my kids punch holes through my network it would tend to make me a bit angry. - Rex


                        The enemy's gate is down.:cool:
                        Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.

                        People who don't understand how awesome Firefox is have never used CPhog. The act of using CPhog alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)

                        Q Offline
                        Q Offline
                        QzRz
                        wrote on last edited by
                        #11

                        I get your point. You are right it is not good to go against any parents, but my main questen was if it is possible to do this, not exactly how to do. Think I may have wrote that wrong. But thanks for your reply :)

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups