Using Telnet Client In Vista

Jan 3, 2008

I'm looking to run this small telnet script to reboot my router using vistas built-in telnet client:

192.168.1.1 23
WAIT "login"
SEND "my_login_idm" (enter your login ID here)
WAIT "Password"
SEND "my_login_passm" (enter your password here)
WAIT "#"
SEND "rebootm"
WAIT "#"

...without much luck.

View 4 Replies


ADVERTISEMENT

Looking For Backup Solution For Windows XP/Vista Platform Client

May 23, 2008

I'd like to ask for opinion what is the best way to backup a client PC in Windows XP/Vista platform.

For example, each PC has a folder inside c:Server

Every 17:00 hours, the PC will FTP all data inside c:Server to backup server.

When it is done, the manager is able to access to his files & do his work remotely online via the server at night in his home. Another reason to have this backup is because they want to secure all the files from any viruses or any accidents in the office during non office hours as the files is important to them. The next morning, he is able to continue his work as normal when files are being merged.

Any kind of such solution available?

View 0 Replies View Related

/etc/xinetd.d/telnet Doesn't Exist To Disable Telnet

Sep 21, 2007

I decided to disable Telnet in my server. I get an Article ::

1. Login to your server through SSH and su to root.
2. Type pico /etc/xinetd.d/telnet
3. Look for the line: disable = no and replace with disable = yes
4. Now restart the inetd service: /etc/rc.d/init.d/xinetd restart
5. Turn off it through chkconfig as well because it can still start through that.
/sbin/chkconfig telnet off
6. Scan your server to ensure port 23 is closed.
nmap -sT -O localhost

Also run ps -aux | grep telnet and if you find anything other than "grep telnet" as result kill the process.


But /etc/xinetd.d/telnet doesn't exist in my server.

View 5 Replies View Related

How To Use Telnet?

Feb 27, 2007

basically i cant find any straightforward info on how to use telnet, how to administer users, add/remove etc.

View 5 Replies View Related

SSH Vs Telnet Access

Nov 20, 2006

I need help with understanding the difference between Telnet and SSH. I am in the process of signing up for a hosting plan and I have asked the sales rep if we will have telnet access. Their reply was that we have full root access via SSH.

Any help that anyone can offer on the differences and benefits/drawbacks would be much appreciated.

View 9 Replies View Related

Uploading 500MB Tar.gz File In Telnet

Jan 23, 2006

I am having trouble uploading a 500mb file with File Manager in the control panel as well as SmartFTP. I was told to upload this large file through Putty. I able able to login through SSH as root, but i can't seem to find the right directory to upload this file into. This file is a backup file of the home directory. I am transferring all files from my old host to my new host. How would I find the right directory and upload this file through Telnet.

View 0 Replies View Related

Telnet Can't Connect To Mail Server

Mar 22, 2007

I can't telnet to mail server. when I try

# telnet mail.domain.com 25
Trying xxx.xxx.xx.xx...
telnet: connect to address xxx.xxx.xx.xx: Connection refused
telnet: Unable to connect to remote host: Connection refused
but when it's

# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 mail.domain.com ESMTP
it connects. I don't have a firewall

View 1 Replies View Related

HTTP 1.1 Request Via Telnet (hostname Issue Maybe)

Jun 8, 2008

I have a script that makes a request via telnet and it worked on my old server, but not on the new one.. Heres what I'm doing

telnet localhost 80

GET /files/downloadFLV.php HTTP/1.1
Host: www.soybe.com
I get this back:

HTTP/1.1 404 Not Found
Date: Sun, 08 Jun 2008 06:34:25 GMT
Server: Apache
Last-Modified: Tue, 18 Mar 2008 06:52:59 GMT

I know that /files/downloadFLV.php does exist, so I'm thinking it could be an issue with the Host: part of it, any ideas?

View 1 Replies View Related

FedoraCore2 - Cannot Telnet Out To Port 25, So Cant Send Email

Jun 23, 2005

if i try to telnet to yahoo's mail server, i get this:

[root: #] telnet mx1.mail.yahoo.com 25
Trying 4.79.181.14...
telnet: connect to address 4.79.181.14: Connection timed out
Trying 4.79.181.15...
telnet: connect to address 4.79.181.15: No route to host
Trying 67.28.113.11...
telnet: connect to address 67.28.113.11: No route to host
Trying 67.28.113.10...
telnet: connect to address 67.28.113.10: No route to host

but it works from one of my other hosted servers.
this keeps mail building up in my queue as it cannot send mail out cause the connection times out.

I can telnet locally to send myself email. This is my own dedicated server.

i have no idea whats up - default policy is ACCEPT in the OUTPUT chain of iptables.

View 3 Replies View Related

PHP In Vista

Aug 2, 2007

Kevin Yank's book does not deal with Vista, and I'm completely stuck - whereas it was straightforward to install PHP on XP, nothing fits with Vista's IIS. Any idea where I could find the procedure ? I've tried quite a few sites, but nada.

View 4 Replies View Related

SVN On Vista

Aug 15, 2007

how to setup a SVN repository on Vista, i don't want to use is as actual server but want version control on my work pc

View 0 Replies View Related

Vista And CPanel A No Go ?

Feb 28, 2007

I can not login to any of my cpanels with vista I've tried FF and IE7 and I can't get in.

The crazy thing is that I can get into my WHM but I can't even login to the cpanels from there.

I don't have the firewall on and everything that I know of is off.....

View 14 Replies View Related

Superfetch On Widnows Vista

Jan 5, 2009

I heard that superfetch speeds up your computer by using the memory and flash memory as cache or swap insted of the hard drive.

I tried to enable superfetch on my vista but could not find any such service or entry or any clue on the help file either..

what it is and why its not present on my pc.

View 6 Replies View Related

Can I Install Winxp Or Vista On Vps

Jan 5, 2009

i want to buy a vps to run my personal usage, and i can put some data on it and connect it anywhere, i hope to install winxp or vista on vps, and use windows's Remote Desktop to connect it, is it possible?

View 4 Replies View Related

Set Up IIS Locally On Vista For Testing

Oct 14, 2008

I'm moving from my old XP PC to a new PC with Vista (a mistake, but that's a different story).

I'm trying to set up some sites in IIS so that I can develop locally without having to publish to a remote web server.

I've installed IIS7 from the control panel, and am now looking to set up my first site. I've put the site name in, and the path to the site on the computer, but I'm getting an error in the 'bindings' section. I've left all of this empty because I don't know what it means (it didn't ask for any of this in IIS on XP) but when I try to add the site it gives me the following error:

"The binding '*:80:' is assigned to another site. If you assign the same binding to this site, you will only be able to start one of the sites. Are you sure that you want to add this duplicate binding?"

Does anyone know what to do here? I'll need to add about 100 domains to IIS so I want them all to be accessible locally. How do I do this?

View 14 Replies View Related

Ubuntu / Vista (data)

Jan 26, 2007

I've been working all day with members at ubuntu forums, I need serious help please

ubuntuforums.org/showthread.php?p=2067895&posted=1#post206789

I restarted again in live boot mode of course and now when I go to computer I see the 104.8GB volume drive. (wasn't there before), this is the Windows partition

When I try to open it I get an error

unable to mount the selected volume
error: device /dev/sda2 is not removable
error: could not execute pmount

So I ran sudo mount /dev/sda2 /media/windows -t ntfs -r -o uid=999,gid=999,umask=444
and now I get "you do not have the permissions necessary to view the contents of 'windows'

View 1 Replies View Related

VISTA: Can't Load Mysql 5.0.27 On PHP 5.2.0

Feb 11, 2007

i'm using Vista RTM, and so then
my PHP module can load mysql 5.0.27.

Apache version: 2.0.55 ( ok )
PHP version: 5.2.0 ( unzip package - ok)
MySQL version: 5.0.27 ( connection is ok only with cmd line )

so, what's the problem.
i tried with this solution:
[url]

but it's take no effect.

what's the step i have been lost?

View 2 Replies View Related

IIS Manager On Vista Does Not Work

Apr 4, 2007

I have Vista Premium. I just added IIS7 to it. When I run IIS Manager I get an error window saying:

"The file that stores your list of connections and layout preferences is corrupt and cannot be recovered. The US Manager connection list and layout will return to the default state."

Then when I click on OK I get another "Failed to Connect" error window saying:

"There was an error connecting. Do you want to specify a different set of credentials?

Details could not load file or assembly 'System.web, version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3... or one of its dependencies. The system cannot find the file specified. "

View 0 Replies View Related

Unusual Request - XP Or Vista VPS

Nov 28, 2007

I have an somewhat unusual requirement. I need a hosted Vista or XP desktop somewhere.

This is not to host a server application. The reason I need it is that I need to give my staff access to an application that only runs on an XP or vista desktop environment, and I dont want the software in question installed on their pc, instead they will log on via remote desktop and use it that way. The application does *not* run on Win Server 2003.

I have looked high and low, but all the Windows VPS services on the market seem to be hosting Win Server 2003 exclusively, which is no use to me. Does anyone out there know if it is possible to get hosted XP or Vista anywhere?

I am aware that there are a couple of providers who will host a vmware vm for you but even they seem to be oriented towards Win Server, which is no use to me.

View 4 Replies View Related

My IIS Manager In Vista Does Not Work

Apr 4, 2007

I have Vista Premium. I just added IIS7 to it. When I run IIS Manager I get an error window saying:

"The file that stores your list of connections and layout preferences is corrupt and cannot be recovered. The US Manager connection list and layout will return to the default state."

Then when I click on OK I get another "Failed to Connect" error window saying:

"There was an error connecting. Do you want to specify a different set of credentials?

Details could not load file or assembly 'System.web, version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3... or one of its dependencies. The system cannot find the file specified. "

What's going on?

View 0 Replies View Related

Windows 2003 SBS And Vista Gotchas

Apr 12, 2008

Well, my company got a Windows 2003 Small Business Server and most of our workstations were running Windows Vista. Now I ran into some issues I thought I'd document for the benefit of those attempting connections of Vista Business and up workstations to a Windows 2003 Small Business Server:

Windows 2003 Small Business Server Vista and Outlook 2007 Compatibility Upgrade

Before you throwing your Vista clients at your Windows 2003 Small Business Server, you're going to need to make sure you have the Windows Vista and Outlook 2007 compatibility update as outlined by KB926505, the knowledge base entry on Vista and Windows 2003 SBS. This will require a restart of the server to fully apply the effects of the patch.

Updating workstations with existing users

Now, you add your users through the Server Management tool, and it tells you to run [url]on the client workstation to setup the process. Before you do this, you need to separate out your systems with existing users (and thus profiles) and your systems with no established users. For the ones that have existing users, you'll need to install a Win32_UserProfile WMI patch. If you don't apply this patch, then you can't migrate your local PC user settings to the Windows 2003 SBS associated user when you run the setup (Unless you install the patch, then re-run the wizard).

Running the connection wizard

Okay, so let's say your server is named SBS2003, now you point your client workstation to [url]and you'll be asked for the username and password of an existing user on the Windows 2003 SBS. Enter it in and 2 things can happen:

Runs without a hitch

You get an error about copying Client Setup files

Now here's the painful one. There's a number of ways to approach this issue, so be sure to go through them all:

Point your DNS servers to the Windows 2003 SBS and ONLY the Windows 2003 SBS. This solved my particular issue.

You may have an issue with required encryption in IIS. See this post for a possible solution.

You may have an issue with TCP offload. Check this post for more information. Basically you need to disable it.

IIS is bound to a specific IP. Try changing it to "All Unassigned" instead.

Now then, the wizard should run, and your workstation should now be latched onto the domain Not quite done yet though.

Network Discovery

I found my workstations couldn't see network machines after I attached them to the network. Trying to turn on Network Discovery in the Network Sharing Center seemed to fail. To rectify this, I took 2 steps:

Enabled Link Layer Topology Discovery (LLTD) for the domain to get my network map. You'll also need to make sure LLTD is enabled on your NIC properties as well (in the form of a checked box).

I had to turn on Network Discovery and File and Printer Sharing in the Windows Firewall settings. To do this I did: Control Panel

Windows Firewall
Bring up the exceptions tab
Make sure Network Discovery and File and Printer Sharing were enabled

Then viola, network thar she blows. Also, I found that when I shared directories on the Windows 2003 SBS and the client had permissions to access the share, it wouldn't showup until I went to the Publish tab in the share's properties on the server and made it published on active directory. After doing that and refreshing my Windows 2003 SBS showed up in the Network.

View 2 Replies View Related

CPanel Stopped Working In Vista

Jan 4, 2008

Yesterday I could reach all of my cPanels on a Vista laptop; today they all time out. I can reach them with other computers. It doesn't matter if I go to mysite.com/cpanel or mysite.com:2082. I even added a port 2082 under Windows Firewall; no change. I'm not using any 3rd party firewalls. I did install a bittorrent client last night, then uninstalled it when it didn't work.

View 3 Replies View Related

IIS 7 On Vista Home Premium Won't Work

Mar 14, 2008

I cannot get IIS to work on Vista Home Premium.

I have installed it as per instructions, turned off firewall etc

It appears to be installed but when I try [url]I just get the "internet explorer cannot display the webpage" page

View 2 Replies View Related

Vista + Outlook 2003 = SPAM

Feb 7, 2007

I have a customer that relies heavily on her email (sends/receives about 200 emails each day). Last Friday we traded her Windows XP computer for a new Windows Vista system.

Now since that time one of her main contacts is unable to receive any emails. She is able to receive messages from that contact but the replies are not received by the customer. I talked with the technical support group on the receiving end and they tracked it back and said that the emails are sitting in their spam filter.

What change(s) were made that changed this trusted email account to a spam account just by upgrading to Vista? I ran the DNS Tools Spam tool and the domain and IP address is not listed in any database. The only thing that showed was something about the PTR not found in the domain record. Is this something that is required?

View 4 Replies View Related

ErrorMessage When Trying To Activate IIS7 In Vista Ultimate 64-bit

Sep 10, 2009

When I try to activate IIS7 in Windows Vista Ultimate 64-bit everything seems to go well but after a while when the progress bar has gone full and that window has disappeared an error message appears saying "An error has occured. Not all features were successfully changed". If I don't restart immediately but instead try to open the IIS7 default page it's up. But after rebooting it's gone. The iis7.log says:

Code:

[09/10/2009 16:04:51] < !!FAIL!! > SERVICE_CONTROLLER::StartNamedService APPHOSTSVC result=0x80070424
[09/10/2009 16:04:51] < !!FAIL!! > Install of component ProcessModel result=0x80070424
[09/10/2009 16:04:51] < !!FAIL!! > COMPONENT::ExecuteCommand result=0x80070424

View 0 Replies View Related

Vista :: There Is A Problem With This Website's Security Certificate

Jan 26, 2008

i got a new computer with vista and i was attempting to check out one of my own websites and i get the following error:

There is a problem with this website's security certificate.

The security certificate presented by this website was not issued by a trusted certificate authority.

Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
We recommend that you close this webpage and do not continue to this website.
Click here to close this webpage.
Continue to this website (not recommended).

i guess at that initial point, most people will bail. but if they are brave enough to forge ahead, they then get this:

This error occurs when the certificate has been issued by a certification authority that is not recognized by Internet Explorer. It is unlikely that this error will occur on a legitimate business or banking site. Phishing sites often attempt to use fake certificates that will trigger this error.

and of course, there is no lock icon at the bottom of the page. there is not even a way for me to install the certificate. this seems libelous to me.

View 8 Replies View Related

Windows Vista, Passive FTP, Linksys Routers

Jan 21, 2008

My roommate ran into this problem a few weeks ago. He could not connect to a webserver. Turns out it is the way that some of the ports are being handled when passive FTP is used.

I was wondering if a lot of web hosting companies are seeing some complaints of (passive) FTP not working properly? And who are you blaming?

He had to install some firmware updates to the Linksys router as well but then that started to crash the Internet connection (something we cannot have). So the router update was uninstalled.

He had to do quite a bit and finally started to use the control panel to upload. He has not tried FileZilla yet but I tried it on my system to connect to his server and it failed.

View 4 Replies View Related

RSYNC / Windows 2003 & Vista / Open Files

Jun 28, 2007

Does anybody know how I can force RSYNC to backup open files on Windows 2003 Standard and Vista Ultimate?

View 4 Replies View Related

SSH Client

Mar 29, 2009

I just got my first dedicated server, and Im wondering what SSH Client people are using?

View 14 Replies View Related

Which SSH Client Do You Use

Jul 23, 2009

Opened this to help ppl, and to let them know which one is popular and why.

I know some clients and putty is one of them.

Would like to know you guys opinion which one is safe to use. and why.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved