search for: my_hoster

Displaying 11 results from an estimated 11 matches for "my_hoster".

Did you mean: my_host
2006 Nov 01
0
No subject
some_host$ ssh -R 20022:my_other_host:22 user at my_host when I tried to connect to forwarded port from another computer, like this: some_host$ ssh -p 20022 my_host i got the message: Connection refused. When I tried to conect from the host my_host where the port was forwarded from like this: my_host$ ssh -p 20022 localhost it worked O.K. When I did it from the same my_host like this:
2008 Aug 15
1
dbConnect
Hi everybody, I'm having a problem with connecting to my MySQL database. Each time I try to connect library(RMySQL) m <- dbDriver("MySQL") con <- dbConnect (m, host="my_host",username="my_username", password="my_password", dbname="name_of_db") it says Fehler in mysqlNewConnection(drv, ...) : RS-DBI driver: (could not connect
2003 Apr 02
8
[Bug 530] problems with port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=530 Summary: problems with port forwarding Product: Portable OpenSSH Version: 3.5p1 Platform: ix86 OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: gilbert at
2002 Nov 12
2
Forcing privileged ports with ssh -R
Hi, I have a daemon process which is changings things in the system only the superuser should be allowed to change. Lets call it "riskyd". Users use a frontend on the same machine (lets call it "risky"). risky is a SUID program which talks to riskyd by binding to a privileged port, then connecting to riskyd on localhost. riskyd cheks that the connection is coming from
2000 Jun 13
2
SCP Problems.
Just added myself to the list, and I saw that somebody else had the same problem that I have, namely that I can't get "scp" to work. The similarities I could see was that we both use linux as the platform for issuing the command "scp", however I also use linux on the destination. The other similarity is that we both are using strictly version 2 of the ssh protocol. I've
2007 Oct 29
2
Listening only on localhost
Hi! I've got dovecot 1.0.rc15. I want dovecot to listen only on localhost for imap, and on any interfaces for imaps. So I put the following into my config: protocol imap { listen = 127.0.0.1:143 ssl_listen = *:10993 .. } dovecot -n correctly reports: listen: 127.0.0.1:143 ssl_listen: *:10993 But I can still do a 'telnet MY_HOST 143' from the outside, and 'netstat -pltn |
2004 Jul 07
0
Problem with PPTP server behind shorewall (2.0.3a)
Hi, just configured a shorewall-box with identical setting as a machine which works for passing pptp via dnat to an internal pptp server (win). Unfortunately we cannot establish a connection and tcpdump tells (from firewall to client) icmp: my_host protocol 47 unreachable [tos 0xc0]. What could I do now, to troubleshoot? We followed exactly the dnat settings in your docu. Thx Andy
2006 Jan 18
3
legacy database on remote host
I''m getting this error in webrick then it crashes leaving nothing in the log. ruby: symbol lookup error: /usr/lib/ruby/gems/1.8/gems/mysql-2.7/lib/mysql.so: undefined symbol: mysql_sqlstate Here is the standard query I would normally write to get the data. select * from child,parent where CONCAT(SUBSTRING(child.item_number,1,14,''00'') = parent.order_number and
2009 Jul 19
0
Asterisk not ACKing some 407 Proxy Auth Required requests?
I have a problem that has developed within about the past 3 months with my backup outgoing SIP provider (I am not sure when this problem started since it involves only my backup provider which is used rarely). The problem is that most (not all) outgoing calls fail during the earliest stages of call setup, specifically after the provider sends back a "407 Proxy Auth Required" response.
2005 Dec 28
5
Shared Hosting Rails Sites ?
I can''t decide between a2hosting.com, successfulhosting.com, site5.com (which offers 11gb of disk space for $8.77/month -- I''ll never use it), planetargon.com (which offers 1 gb for $11/month), or railsplayground.com (which offers a gigabyte practically for free). Any experiences you''d like to share? Only a2 and planetargon list their gems on their web sites. All of
2003 Jun 13
8
Oracle SQL*Net through Shorewall
Hello all, I am a newbie to Linux firewalls, and am trying to setup shorewall to allow connections from an Oracle client to an Oracle Server. The client tries to connect to the server via port 1521 (it works fine) and once the first connection has been successful, the server sends a redirect to the client to a random high port. So, when the client tries to connect again to the sevrer on that port