Accessing Site Server from Behind Company Firewall

Discussion in 'Site & Server Administration' started by steel77, Oct 16, 2007.

  1. #1
    I need your help !

    I need to access my servers (cpanel, whm, webmail) from behind a firewall (I have no control over the firewall as it is my employers firewall).

    I installed cpanel proxy thru the "auto install", but it does not seem to do anything.

    Has anyone got any suggestions?
     
    steel77, Oct 16, 2007 IP
  2. zebulon

    zebulon Well-Known Member

    Messages:
    198
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    130
    #2
    try asking your IT support or who ever you outsource too, to add port 2082(Default CPanel), 2086(Default WHM) and 2062(Default Webmail) to the allowed port access list.

    other then that I can't suggest anything, sorry.
     
    zebulon, Oct 16, 2007 IP
  3. steel77

    steel77 Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for your advice,
    I tried to do that before but being in a very large company makes it impossible for IT to agree to do that !
     
    steel77, Oct 17, 2007 IP
  4. benajnim

    benajnim Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Haha I've been there!

    I personally changed the port that my SSH server was running on and did everything through my ssh connection.

    You could use port forwarding with ssh to access services on unacceptable ports.
     
    benajnim, Oct 18, 2007 IP
  5. steel77

    steel77 Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Benajnim, Thanks for the info.
    How exactly do you do that using SSH? I have not used any SSH commands before.
     
    steel77, Oct 18, 2007 IP
  6. benajnim

    benajnim Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You need to have access to a server running ssh services (you'll need admin access). You can edit the sshd config file to change the ports ssh itself binds to.

    Then you use port-forwarding/tunneling to reroute your requests to your destination host+port.

    Google ssh tunneling to learn all about it.

    The concepts might be a little difficult to grasp at first, but once you do, you'll unlock an immensely versatile tool.
     
    benajnim, Oct 18, 2007 IP
  7. chickens

    chickens Peon

    Messages:
    242
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    FYI, if you are found using any sort of tunneling to get around a corporate firewall it could mean termination. Going around a security policy in most large businesses is a very good reason for firing someone. I would suggest reading any computer usage policy your company might have in place to make sure you are not breaking the rules.
     
    chickens, Oct 18, 2007 IP