Re: [Twisted-Python] cannot access svn repo
Hi Nicholas | [nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk This works fine for me too. | svn: Can't connect to host 'svn.twistedmatrix.com': Connection refused | [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 | Trying 198.49.126.131... | telnet: connect to address 198.49.126.131: Connection refused | telnet: Unable to connect to remote host: Connection refused | | what could be wrong? Firewall? Terry
im seeing that packets arrive and are sent back from 198.49.126.131, which is the svn server. if its a firewall issue, why would the server actively refuse my connection? wouldnt the packets not even make it through to the server if it was a firewall issue? On 9/19/07, Terry Jones <terry@jon.es> wrote:
Hi Nicholas
| [nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
This works fine for me too.
| svn: Can't connect to host 'svn.twistedmatrix.com ': Connection refused | [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 | Trying 198.49.126.131... | telnet: connect to address 198.49.126.131: Connection refused | telnet: Unable to connect to remote host: Connection refused | | what could be wrong?
Firewall?
Terry
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
either way ill check out the network configuration here at my company, see if ports are closed or whatever. On 9/19/07, Nicholas Mattiello <nicholas.mattiello@gmail.com> wrote:
im seeing that packets arrive and are sent back from 198.49.126.131, which is the svn server. if its a firewall issue, why would the server actively refuse my connection? wouldnt the packets not even make it through to the server if it was a firewall issue?
On 9/19/07, Terry Jones <terry@jon.es> wrote:
Hi Nicholas
| [nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
This works fine for me too.
| svn: Can't connect to host ' svn.twistedmatrix.com ': Connection refused | [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 | Trying 198.49.126.131... | telnet: connect to address 198.49.126.131: Connection refused | telnet: Unable to connect to remote host: Connection refused | | what could be wrong?
Firewall?
Terry
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
just realized the url scheme is svn:// firewall might actually be an issue, most svn repos we use are http:// On 9/19/07, Nicholas Mattiello <nicholas.mattiello@gmail.com> wrote:
either way ill check out the network configuration here at my company, see if ports are closed or whatever.
On 9/19/07, Nicholas Mattiello < nicholas.mattiello@gmail.com> wrote:
im seeing that packets arrive and are sent back from 198.49.126.131, which is the svn server. if its a firewall issue, why would the server actively refuse my connection? wouldnt the packets not even make it through to the server if it was a firewall issue?
On 9/19/07, Terry Jones <terry@jon.es> wrote:
Hi Nicholas
| [nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
This works fine for me too.
| svn: Can't connect to host ' svn.twistedmatrix.com ': Connection refused | [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 | Trying 198.49.126.131... | telnet: connect to address 198.49.126.131: Connection refused | telnet: Unable to connect to remote host: Connection refused | | what could be wrong?
Firewall?
Terry
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
ok i went into a conference room that had an unfiltered t1 and it worked. sorry for bothering, thanks. On 9/19/07, Nicholas Mattiello <nicholas.mattiello@gmail.com> wrote:
just realized the url scheme is svn:// firewall might actually be an issue, most svn repos we use are http://
On 9/19/07, Nicholas Mattiello < nicholas.mattiello@gmail.com> wrote:
either way ill check out the network configuration here at my company, see if ports are closed or whatever.
On 9/19/07, Nicholas Mattiello < nicholas.mattiello@gmail.com> wrote:
im seeing that packets arrive and are sent back from 198.49.126.131, which is the svn server. if its a firewall issue, why would the server actively refuse my connection? wouldnt the packets not even make it through to the server if it was a firewall issue?
On 9/19/07, Terry Jones <terry@jon.es> wrote:
Hi Nicholas
| [nmattiello@megatron ~]$ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk
This works fine for me too.
| svn: Can't connect to host ' svn.twistedmatrix.com ': Connection refused | [nmattiello@megatron ~]$ telnet svn.twistedmatrix.com 3690 | Trying 198.49.126.131... | telnet: connect to address 198.49.126.131: Connection refused | telnet: Unable to connect to remote host: Connection refused | | what could be wrong?
Firewall?
Terry
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (2)
-
Nicholas Mattiello
-
Terry Jones