Prasanna Krishnamoorthy wrote: > Is your application even running on localhost? Sounds like it isn't. > > Try > netstat -anp | grep 2048 > and make sure that there's the corresponding process listening on > 127.0.0.1:2048.
Thanks for your idea. But the process is listening: [EMAIL PROTECTED]:/# netstat -anp Aktive Internetverbindungen (Server und stehende Verbindungen) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:2048 0.0.0.0:* LISTEN 8565/nc when I try with a webbrowser, shorewall shows: Shorewall:loc_dnat:REDIRECT:IN=eth0 OUT= MAC=00:16:3e:76:88:14:00:04:23:90:fe:0f:08:00 SRC=192.168.2.39 DST=192.168.2.106 LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=49464 DF PROTO=TCP SPT=2369 DPT=80 WINDOW=64960 RES=0x00 SYN URGP=0 Shorewall:loc_dnat:REDIRECT:IN=eth0 OUT= MAC=00:16:3e:76:88:14:00:04:23:90:fe:0f:08:00 SRC=192.168.2.39 DST=192.168.2.106 LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=49557 DF PROTO=TCP SPT=2369 DPT=80 WINDOW=64960 RES=0x00 SYN URGP=0 Shorewall:loc_dnat:REDIRECT:IN=eth0 OUT= MAC=00:16:3e:76:88:14:00:04:23:90:fe:0f:08:00 SRC=192.168.2.39 DST=192.168.2.106 LEN=48 TOS=0x00 PREC=0x00 TTL=128 ID=49641 DF PROTO=TCP SPT=2369 DPT=80 WINDOW=64960 RES=0x00 SYN URGP=0 Sebastian ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
