Portál AbcLinuxu, 6. listopadu 2025 11:42
iptables -t nat -A PREROUTING -p tcp --dport 80 -d 192.168.1.1 -j DNAT --to 192.168.1.10:80Bohuzel to ale stale nefunguje, nevite nekdo proc? Diky za radu.
--to-destination ipaddr[-ipaddr][:port-port]
which can specify a single new destination IP address, an inclusive range of IP addresses, and optionally, a
port range (which is only valid if the rule also specifies -p tcp or -p udp). If no port range is specified,
then the destination port will never be modified.
You can add several --to-destination options. If you specify more than one destination address, either via an
address range or multiple --to-destination options, a simple round-robin (one after another in cycle) load bal-
ancing takes place between these adresses.
iptables -t nat -A PREROUTING -p tcp -d 10.0.0.8 --dport 3128 -j DNAT --to 192.168.0.2:80Vsimni si rozdilnych siti!
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.