[Mono-devel-list] Almost got ASP.NET running but...

Roland Troisch rolandt at popmultimedia.com
Tue Jun 17 12:27:38 EDT 2003


Wow.  How simple.  I didn't need to change anything.  Thanks so much for the suggestion.  My box was set to not allow any connections on ports below 1023 so all I had to do was change my listening port from 666 to 6666 and presto, it works.

Thanks again!

- rt

-----Original Message-----
From: Roland Troisch 
Sent: Tuesday, June 17, 2003 9:18 AM
To: Jonathan Pryor
Cc: Gaurav Vaish; Mono Development List
Subject: RE: [Mono-devel-list] Almost got ASP.NET running but...

Sounds possible, but I can connect to the machine externally to the Apache sites I have running on port 80 and 8080.  You think I just need to open port 666 then?  

- rt

-----Original Message-----
From: Jonathan Pryor [mailto:jonpryor at vt.edu] 
Sent: Monday, June 16, 2003 12:42 PM
To: Roland Troisch
Cc: Gaurav Vaish; Mono Development List
Subject: RE: [Mono-devel-list] Almost got ASP.NET running but...

Are you running Red Hat 8 or 9 by any chance?  I know that with those
distributions (and likely others) that the built-in firewall needs to be
configured to accept external connections.

For example, unless you disable the firewall during Red Hat
installation, you'll be able to run samba, but no external machines will
be able to connect to the machine.  Ditto for NFS, HTTP, and everything
else, unless you explicitly permit the connection using
redhat-config-securitylevel (which sets the security settings).

Since you can connect from the machine locally, but not externally, it
sounds like this is the root cause of your problem.

 - Jon

On Mon, 2003-06-16 at 12:42, Roland Troisch wrote:
> There's no error.  I should mention that it works if I browse to it
> from the local machine, for example if I use lynx while I'm ssh'd into
> it.  It's just accessing it from an external browser that's the
> problem.  So, If I browse to it in netscape from my windows machine
> (which can, btw, see the sites running in apache on the redhat box) it
> get, the page cannot be displayed as if the site doesn't exist.  The
> only way I can see it working is by browsing to the site directly off
> the local redhat box.  Is this by design since it's just a test
> container?  If so, am I supposed to use the apache module to access it
> from an external box?
> 
>  
> 
> - rt
> 
>  
> 
> -----Original Message-----
> From: Gaurav Vaish [mailto:gvaish at adobe.com] 
> Sent: Friday, June 13, 2003 10:18 PM
> To: Roland Troisch; mono-devel
> Subject: Re: [Mono-devel-list] Almost got ASP.NET running but...
> 
>  
> 
> Hi Roland,
> 
> 
>  
> 
> 
>     Please post the error that you get, if at all, on the server
> console.
> 
> 
>  
> 
> 
>     The Apache is not interfering, since the 'listening' has started.
> 
> 
>  
> 
> 
>     Also, try the following (in bold) on a new console and post the
> results:
> 
> 
>  
> 
> 
> ---------------------------------------
> 
> 
> $ telnet my_IP 666
> 
> 
> Trying <my_IP>...
> Connected to my_IP.
> Escape character is '^]'.
> 
> 
> GET /page.aspx HTTP/1.0
> 
> 
> <another return key>
> 
> 
> <the results>
> 
> 
>  
> 
> 
> Connection closed by foreign host.
> 
> 
> ---------------------------------------
> 
> 
>  
> 
> 
>     Post the contents of the <the results>. Everything in courier font
> is what you get. Everything in bold is what you type.
> 
> 
> 
> 
> Cheers,
> Jee-Wee
> http://gvaish.virtualave.net
> --------------------------------
> 
> 
>  
> 
> 
>  
> 
> 
>         ----- Original Message ----- 
>         
>         
>         From: Roland Troisch
>         
>         
>         To: mono-devel
>         
>         
>         Sent: Saturday, June 14, 2003 03:42
>         
>         
>         Subject:[Mono-devel-list] Almost got ASP.NET running but...
>         
>         
>          
>         
>         
>         I'm secure shelled into my redhat 9 box...I go into the
>         xsp/server/test dir and run 
>         
>          
>         
>         mono ./server.exe --port 666 --address 255.255.255.255
>         
>          
>         
>         substituting my ip address for 255.255.255.255
>         
>          
>         
>         it says 
>         
>          
>         
>         Listening on port: 666
>         
>         Listening on address: 192.168.1.99
>         
>         Root directory: /root/install/xsp/server/test
>         
>         Virtual directory: /
>         
>          
>         
>         But I get a "Page cannot be displayed" error when I browse to
>         http://(my IP):666/index.aspx...could it be because apache's
>         running or something?
>         
>          
>         
>         - rt
>         
> 

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list