[CentOS] port mapping
John R Pierce
pierce at hogranch.comSun Jan 20 21:45:39 UTC 2008
- Previous message: [CentOS] port mapping
- Next message: [CentOS] port mapping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Barry Brimer wrote: > iptables -t nat -I PREROUTING -d <public ip address of server> -p tcp > --dport 5555 -j DNAT --to <private IP address of database server> > as most firewall rule sets have a default FORWARD rule of 'drop', this is also typically necessary... $IPTABLES -I FORWARD -i $EXTIF -o $INTIF -p tcp --dport 5555 -j ACCEPT where $EXTIF and $INTIF are the external and internal interfaces, such as eth0 and eth1.
- Previous message: [CentOS] port mapping
- Next message: [CentOS] port mapping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list