Displaying 11 results from an estimated 11 matches for "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...
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 my_host on dbname "name_of_db"
Error:Can't connect to MySQL server on 'my_host' (6...
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
...eks that the connection
is coming from localhost and from a privileged port to make sure the
partner is privileged.
Now - as an addition - I need connections from the network to riskyd
too. These connections must be tunneled through a secure connection.
The idea was to start something like
my_host: # ssh -R riskyd_port:localhost:riskyd_port -N other_host
This way the spawned sshd on other_host would listen() on riskyd's port,
incoming connections are tunneled to my_host (the host riskyd is running
on) and ssh makes a connection to the real riskyd on localhost
(my_host).
Some lousy a...
2000 Jun 13
2
SCP Problems.
...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 included the
output of a "scp -v". Or am I simply doing something wrong?
(hostname has been replaced by "my_host.com" & ip by x.x.x.x)
scp -v ./profile.php ted at my_host.com:.
Executing: host my_host.com, user ted, command scp -v -t .
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x00905100).
debug: Reading configuration data /usr/local/etc/ssh_config
debug: Applying op...
2007 Oct 29
2
Listening only on localhost
...nt 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 | grep dovecot' reports: [ip changed ;)]
tcp 0 0 77.my.ip.253:10993 0.0.0.0:* LISTEN 4847/dovecot
tcp 0 0 77.my.ip.253:143 0.0.0.0:* LISTEN 4847/dovecot
Am I doing something wrong? Or is there a bug?
--
GMX FreeMail: 1 GB Postfa...
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
...:foreign_key =>
''order_number'',
:class_name
=> BeeOrder
end
development:
adapter: mysql
database: legacy_test
username: john
password: doe
# socket: /var/lib/mysql/mysql.sock
host: my_host
port: 3306
I"ve been pulling my hair out for a week trying to get this legacy
database working! Please help!
--
Posted via http://www.ruby-forum.com/.
2009 Jul 19
0
Asterisk not ACKing some 407 Proxy Auth Required requests?
....com/temp/vitelity_problem_bad_good_example_edited.txt )
This trace was generated by wireshark and edited by me to remove
identifying information, but other than that it should be considered
complete and accurate. Does anyone have any idea what might be wrong here?
FAILED CALL:
Conv.| Time | MY_HOST | 64.2.142.215.GIGe-net.vitel.net|
6 |186.532 | INVITE SDP ( telephone-event) |SIP From: sip:ME at MY_IP_ADDR To:sip:15555551212 at outbound.vitelity.net
| |(5060) ------------------> (5060) |
6 |186.575 | 407 Proxy Authentication Required...
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