/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: 14 October 2002 20:05 To: [EMAIL PROTECTED] Subject: Masq digest, Vol 1 #693 - 1 msg Send Masq mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://home.indyramp.com/mailman/listinfo/masq or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Masq digest..." This is the Linux IP Masquerading mailing list digest. To unsubscribe, change to realtime distribution, or adjust your other list options, visit the web page at http://home.indyramp.com/mailman/listinfo/masq PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list. Today's Topics: 1. Remote admin through firewall (Eric Persson) --__--__-- Message: 1 Date: Mon, 14 Oct 2002 11:02:14 +0200 From: Eric Persson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Masq] Remote admin through firewall Hi all, I'm using the 0.63 version of the simple rc.firewall on a firewall/gateway which holds a NATed network connected to the internet through 1 real ipadress. On of the machines on the NAT has the Remote administrator(http://www.radmin.com/products/) server installed on it. I would like to be able to connect to this from the outside through the firewall. I added this rules but it doesnt seem to work: $IPTABLES -A FORWARD -i $EXTIF -p tcp -d 213.212.20.72 -o $INTIF --dport 4899 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT $IPTABLES -A FORWARD -i $EXTIF -p tcp -d 192.168.0.50 -o $INTIF --dport 4899 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT $IPTABLES -t nat -A PREROUTING -d 213.212.20.72 -p tcp --dport 4899 -j DNAT --to 192.168.0.50:4899 Any hints would be appreciated. Best regards, Eric --__--__-- _______________________________________________ Masq maillist - [EMAIL PROTECTED] http://home.indyramp.com/mailman/listinfo/masq Admin requests handled at the above URL or [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list. End of Masq Digest _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
