Mailinglist Archive: opensuse (3031 mails)
| < Previous | Next > |
Re: [opensuse] iptables problem after kernel upgrade.
- From: Sloan <joe@xxxxxxxxxx>
- Date: Mon, 04 Feb 2008 10:58:39 -0800
- Message-id: <47A7605F.4050402@xxxxxxxxxx>
Darragh wrote:
try: iptables -L -v -n -t nat
Joe
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Now that I am at the machine, I am able to provide specific output. Here
is the command I am using to add the rule to IpTables.
iptables -t nat -A PREROUTING -p tcp -i eth1 -s $i 192.168.2.0/24 --dport
80 -d ! 192.168.2.5 -j DNAT --to 192.168.2.5:3128
When I type iptables -L I get:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Am I missing something here? Why is the rule I've just created not showing
up with iptables -L?
try: iptables -L -v -n -t nat
Joe
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |