This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

From my company I don't have access to my WebAdmin/UserPortal

Hi to all,

From my company I don't have access to my WebAdmin and UserPortal.
The Firewall blocked the port I guess.
I would like to check which outbound ports are blocked, I can use for that Firebind, but I don't know if the firewall admin see that somebody do a portscan in corporate net. Did somebody have same constellation like ne, how do they solve it, I guess I'm not alone with that issue.
Thank you in advance for any help.
Elena


This thread was automatically locked due to age.
Parents
  • Hi,

    If you ssh into the UTM, and run 
    tcpdump -i eth0 port 4444
    (assuming eth0 is the external interface)

    And then try to connect from work, you can see if the traffic reaches the UTM.
    If not, you can try another port; just change tcpdump and your browser; you don't need to change anything on the UTM for the test.

    If Firebind does portscanning, then it's no 'safer' to run than NMap; you could run nmap against the 'scanme' nmap server to test your corp. firewall.
    Of course, the firewall admin could easily see that.

    You could also install a VPN client on your PC and create a tunnel.

    Barry
Reply
  • Hi,

    If you ssh into the UTM, and run 
    tcpdump -i eth0 port 4444
    (assuming eth0 is the external interface)

    And then try to connect from work, you can see if the traffic reaches the UTM.
    If not, you can try another port; just change tcpdump and your browser; you don't need to change anything on the UTM for the test.

    If Firebind does portscanning, then it's no 'safer' to run than NMap; you could run nmap against the 'scanme' nmap server to test your corp. firewall.
    Of course, the firewall admin could easily see that.

    You could also install a VPN client on your PC and create a tunnel.

    Barry
Children
No Data