Skip to main content

Redirect entire server to a new IP

Comments

2 comments

  • GoWilkes
    I guess this is just for future readers. But after some digging, I thought that this would work: # Port 80 for HTTP 123.45.67.89|80|987.65.43.21|80|tcp 123.45.67.89|80|987.65.43.21|80|udp # Port 443 for HTTPS 123.45.67.89|443|987.65.43.21|443|tcp 123.45.67.89|443|987.65.43.21|443|udp
    This was supposed to only redirect ports 80 and 443. I changed it and then restarted CSF, but then had internal server errors everywhere and it never redirected. So this didn't work, and there was no explanation for the ISEs in the error logs.
    0
  • cPRex Jurassic Moderator
    Hey hey, I'm not aware of a tool that would perform this behavior. Is there a specific reason you want to re-route that traffic like that?
    0

Please sign in to leave a comment.