/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
Sarel Theron Engineer The Video Lab Tel: +27 (0)11 293 3123 Fax: +27 (0)11 293 3090 [EMAIL PROTECTED] http://www.videolab.co.za -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 09:05 PM 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 Disclaimer and confidentiality note The information in this e-mail is confidential and is legally privileged. It is intended solely for the addressee. If this email is not intended for you, you may not copy, distribute, or disclose the included information to any one If you are not the intended recipient please delete the mail. Whilst all reasonable steps have been taken to ensure the accuracy and integrity of all data transmitted electronically, no liability is accepted if the data, for whatever reason, is corrupt or does not reach it's intended destination. All business is undertaken, subject to our standard trading conditions which are available on request. _______________________________________________ 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.
