It was necessary to drive a team
$ sudo iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 6000 And accidentally drove the team
$ sudo iptables -t nat -A PREROUTING -p tcp -j REDIRECT --to-port 6000 How to return everything to its place? external devices have stopped working.