| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] NET Network / Server running on internal Network not	reachable
 
To: "Robert M. Münch" <robert.muench@xxxxxxxxxxxxxxx>From: "Christopher Isip" <cmisip@xxxxxxxxx>Date: Wed, 9 Jul 2008 15:41:31 -0400Cc: xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Wed, 09 Jul 2008 12:42:08 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;	h=message-id:date:from:to:subject:cc:in-reply-to:mime-version	:content-type:references;	b=faTcJqkYoN1J3xWfF5Bl3qLzqAKtLyBYckbwSVU3wcFKQMAe8f7ItTIg6QpwZttF9+	RY2R0ZSoGJ/pk3eCFC9UB3KX4SmJnV1IbcnWcy71q77UXKXZQcgxjywQSTiXvvzzFBRh	4sgUvnXVHbvT+y524cmIxTS5olQxpWQ3GfmQo=List-id: Xen user discussion <xen-users.lists.xensource.com> 
 
 
 On Wed, Jul 9, 2008 at 2:08 PM, Robert M. Münch <robert.muench@xxxxxxxxxxxxxxx > wrote: 
Hi Chris, I took a look into shorewall. I followed the information to setup a simple Xen system. But it doesn't work. I can't connect to the web-server. I always get a "conneciton refused".On Wed, 09 Jul 2008 04:34:01 +0200, Christopher Isip <cmisip@xxxxxxxxx > wrote:
 
The easiest way to do IP masquerade is with shorewall.  Try the twointerface configuration with one interface the external and the other the
 internal/bridged interface.
 
 Here is some output from the logging and TCPDUMP:
 
 
 HTTP from DMZ/10.0.0.1 (wget www.robertmuench.de)
 Jul  9 16:16:29 FORWARD:REJECT:IN=vif3.0 OUT=eth0 SRC="" href="http://10.0.0.1" target="_blank">10.0.0.1 DST=87.118.120.128 LEN=65 TOS=0x00 PREC=0x00 TTL=63 ID=56283 DF PROTO=UDP SPT=32768 DPT=53 LEN=45
 
 Here I tracked a wget 87.118.120.16 So the requests comes in but is immediatly answered with something that rejects/refuses the connection to be established. Error message on the requester: connection refused.
 
 
 root@eisxen:~/shorewall-config# tcpdump -i eth0 host 62.141.54.100 and port 80
 listening on eth0, link-type EN10MB (Ethernet), capture size 68 bytestcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 
 16:42:23.415056 IP ns.km1428.keymachine.de.54159 > eisxen.www: S 2049446876:2049446876(0) win 5840 <mss 1460,sackOK,timestamp 2303776659[|tcp]>
 16:42:23.416084 IP eisxen.www > ns.km1428.keymachine.de.54159: R 0:0(0) ack 2049446877 win 0
 
 
 In which mode do I need to run XEN, bridged, routed, nat? I have tried birdged and nat. Same effect, doesn't work.
 
 Best regards.
 
 Can you access the webserver from within the xen domU?  You can try lynx maybe to see if it would even load.  Also try clearing the firewall between the domU with the web server, dom0  and wherever you are trying to access it from.  What distro is your domU?
 
 Chris
 
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |