/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
Hi all! Ooooo, I'm sooo close. Heres the deal: I have a pretty standard gateway with eth0 to the internet and eth1 to a 192.168.0.* net. I've got port-forwarding set up for port 81 from the gateway to port 80 on 192.168.0.2. This works for clients connecting from the internet but not from the internal network. At least some of the port-forwarding works for the internal clients as well, because if I add logging to the server at 192.168.0.2 I get the following log entries: Aug 25 19:12:30 balin kernel: INPUT:IN=eth0 OUT= MAC=00:50:da:4e:a1:81:00:60:97:63:48:6c:08:00 SRC=192.168.0.109 DST=192.168.0.2 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=21927 DF PROTO=TCP SPT=1322 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0 Aug 25 19:12:30 balin kernel: OUTPUT:IN= OUT=eth0 SRC=192.168.0.2 DST=192.168.0.109 LEN=48 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=80 DPT=1322 WINDOW=5840 RES=0x00 ACK SYN URGP=0 Aug 25 19:12:30 balin kernel: INPUT:IN=eth0 OUT= MAC=00:50:da:4e:a1:81:00:a0:24:ce:d8:da:08:00 SRC=192.168.0.109 DST=192.168.0.2 LEN=40 TOS=0x00 PREC=0x00 TTL=128 ID=21929 PROTO=TCP SPT=1322 DPT=80 WINDOW=0 RES=0x00 RST URGP=0 Aug 25 19:12:32 balin kernel: INPUT:IN=eth0 OUT= MAC=00:50:da:4e:a1:81:00:60:97:63:48:6c:08:00 SRC=192.168.0.109 DST=192.168.0.2 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=21931 DF PROTO=TCP SPT=1322 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0 Aug 25 19:12:32 balin kernel: OUTPUT:IN= OUT=eth0 SRC=192.168.0.2 DST=192.168.0.109 LEN=48 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=80 DPT=1322 WINDOW=5840 RES=0x00 ACK SYN URGP=0 Aug 25 19:12:32 balin kernel: INPUT:IN=eth0 OUT= MAC=00:50:da:4e:a1:81:00:a0:24:ce:d8:da:08:00 SRC=192.168.0.109 DST=192.168.0.2 LEN=40 TOS=0x00 PREC=0x00 TTL=128 ID=21932 PROTO=TCP SPT=1322 DPT=80 WINDOW=0 RES=0x00 RST URGP=0 Aug 25 19:12:38 balin kernel: INPUT:IN=eth0 OUT= MAC=00:50:da:4e:a1:81:00:60:97:63:48:6c:08:00 SRC=192.168.0.109 DST=192.168.0.2 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=21934 DF PROTO=TCP SPT=1322 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0 Aug 25 19:12:38 balin kernel: OUTPUT:IN= OUT=eth0 SRC=192.168.0.2 DST=192.168.0.109 LEN=48 TOS=0x00 PREC=0x00 TTL=64 ID=0 DF PROTO=TCP SPT=80 DPT=1322 WINDOW=5840 RES=0x00 ACK SYN URGP=0 Aug 25 19:12:38 balin kernel: INPUT:IN=eth0 OUT= MAC=00:50:da:4e:a1:81:00:a0:24:ce:d8:da:08:00 SRC=192.168.0.109 DST=192.168.0.2 LEN=40 TOS=0x00 PREC=0x00 TTL=128 ID=21935 PROTO=TCP SPT=1322 DPT=80 WINDOW=0 RES=0x00 RST URGP=0 These come in threes. I guess they are connection attempts and responses, but the browser just hangs _______________________________________________ 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.
