D
D
DVoropaev2017-07-11 13:44:03
linux
DVoropaev, 2017-07-11 13:44:03

How to disable PREROUTING ubuntu?

included like this:

iptables -t nat -A PREROUTING -p tcp —destination-port 80 -j REDIRECT —to-port 8080

how to disable?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Fedoseev, 2017-07-11
@martin74ua

https://www.opennet.ru/docs/RUS/iptables/
read, you will find a lot of new and interesting things;)

W
Wexter, 2017-07-11
@Wexter

iptables -t nat -D PREROUTING -p tcp —destination-port 80 -j REDIRECT —to-port 8080

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question