source: trunk/packages/sipb-xen-iptables/code/iptables.rules @ 668

Last change on this file since 668 was 668, checked in by price, 16 years ago

iptables forward for sx-blade-2 VNC

File size: 972 bytes
Line 
1# Generated by iptables-save v1.3.6 on Mon Oct  8 01:59:16 2007
2*filter
3:INPUT ACCEPT [366:44912]
4:FORWARD ACCEPT [0:0]
5:OUTPUT ACCEPT [292:53151]
6-A FORWARD -d 18.181.0.60 -i eth0 -o eth0 -p tcp -m tcp --dport 10003 -j ACCEPT
7-A FORWARD -d 18.181.0.165 -i eth0 -o eth0 -p tcp -m tcp --dport 10003 -j ACCEPT
8COMMIT
9# Completed on Mon Oct  8 01:59:16 2007
10# Generated by iptables-save v1.3.6 on Mon Oct  8 01:59:16 2007
11*nat
12:PREROUTING ACCEPT [5:300]
13:POSTROUTING ACCEPT [8:674]
14:OUTPUT ACCEPT [8:674]
15-A PREROUTING -s ! 18.181.0.60 -i eth0 -p tcp -m tcp --dport 10003 -j DNAT --to-destination 18.181.0.60:10003
16-A POSTROUTING -d 18.181.0.60 -o eth0 -p tcp -m tcp --dport 10003 -j SNAT --to-source 18.181.0.62
17-A PREROUTING -s ! 18.181.0.165 -i eth0 -p tcp -m tcp --dport 10004 -j DNAT --to-destination 18.181.0.165:10003
18-A POSTROUTING -d 18.181.0.165 -o eth0 -p tcp -m tcp --dport 10003 -j SNAT --to-source 18.181.0.62
19COMMIT
20# Completed on Mon Oct  8 01:59:16 2007
Note: See TracBrowser for help on using the repository browser.