This topic contains 0 replies, has 1 voice, and was last updated by  jasjvxb 3 years, 8 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #441741

    jasjvxb
    Participant

    .
    .

    Redirect port 80 to 8080 instruction >> DOWNLOAD

    Redirect port 80 to 8080 instruction >> READ ONLINE

    .
    .
    .
    .
    .
    .
    .
    .
    .
    .

    iptables port forwarding

    ufw forward port 80 to 8080

    redirect port 80 to 3000

    iptables forward port 80 to 8080

    redirect port 80 to other portec2 forward port 80 to 8080

    redirect –to port 80

    iptables redirect port to another ip

    Jun 30, 2011 –
    May 24, 2017 –
    Aug 1, 2018 –
    In RHEL 6 I can redirect port 80 to 8080 using iptables (with the firewall down) using the following All of the instructions tell me how to use IIS6 or earlier.
    Jun 27, 2013 –
    It is not possible to redirect port 80 to 8080, however you can directly run the application on port 80. To change the application port to 80, check the instruction
    but you can’t make it listen to ports lower than 1024 without being root. in that case just redirect all traffic on port 80 to something like 8080. then run your node app
    Sep 14, 2018 –
    Oct 14, 2019 -Remote Forwarding. In OpenSSH, remote SSH port forwardings are specified using the -R option. For example: ssh -R 8080:localhost:80 public.example.com.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic. Login here