Connecting To A Server From A Proxy Server
May 20, 2007
to upload some documents to my server.
Typically I have no problem doing this through Filezilla back in the states because I have a direct internet connection. However, where I am currently living I must go through a Proxy server.
I first tried connecting to the server with everything unchanged from back home and of course it didn't work. Next I went under settings and changed the proxy settings by selecting SOCKS4 (guessing), entering the host address for the Proxy server and the port number, but still no luck. I've also tried SOCKS4A and SOCKS5 with no luck.
I've also had similar problems with other less important software like AIM. Here I can also configure proxy settings, but it still does not work. My browsers work fine, but of course they were also configured with the proxy settings.
View 1 Replies
ADVERTISEMENT
Sep 25, 2007
I'm running a local department website using xampp (apache, php, mysql) and we have a corporate lotus notes mail server. Is it possible to connect to and send mail via lotus notes using something like sendmail running under xampp?
View 0 Replies
View Related
Oct 21, 2009
We are currently having a server with serverloft and as we are in the trial phase have just a few trial websites hosted on it. Now since today we have a curious issue on one of our website
It is not being accessible via a particular network of computers even though till yesterday this network of computers was able to connect to the website.
The website is working fine from all other computers and networks that we are trying to access it from. Now my question is how is this possible. The DNS is configured correctly as the website is being accessed by other networks and has been hosted on this server for quite some time
Also this same network of computers was able to access this website until a few hours ago No changes have been made to any IP firewall or any other server settings at our end.
When we run a tracert from this network it says Unable to resolve target system name
I dont know if the blame lies with the ISP as till yesterday this network was able to access everything fine
View 7 Replies
View Related
Aug 4, 2007
I got my backup server yesterday. It's connected to the second NIC on my main server, where I have all of my domains/accounts.
The server provider gave me a password and a ip address to the backup server, 192.168.x.x
I have tried to log in to the backup server with ssh and ftp from my main server.
Nothing happens, I can't connect.
Am I doing something wrong? I thought it just was to log in to my main server, and then ssh or ftp to the backup server.
View 6 Replies
View Related
Feb 10, 2007
i have a mysql databse on 1 server hosted by a company and i want to connect to that databse from a website hosted on another server by another company.
i have chnaged my php connect script from 'localhost' to the ip of the name server on port 3306, i know this isnt right..
how do i find the ip of my website and port of the db?
View 10 Replies
View Related
Dec 3, 2006
ERROR:
Error connecting to IMAP server: localhost.
111 : Connection refused
I keep getting this error message from Squirelmail when i try to login can someone help me out.
View 1 Replies
View Related
Apr 21, 2009
I have a dedicated server and a domain I bought from godaddy. The dedicated server currently runs from an IP. So if I were to visit 79.xxx.xxx.xxx/whm, I would be able to access WHM. However, how do I change the IP to go to a domain? So when I go to the domain xxxxx.com/whm I go to the server's whm, and so that I can use the domain to host my site.
View 13 Replies
View Related
Apr 21, 2009
I seem to be having problems every 20 accounts i create through clientexec work fine than i whole bunch dont i seem to be able to fix it by using a new hash key.
However it happened again at 44 accounts i dot have any idea what to do! i get a error log saying this.
If it helps all the signups are over 2 days.
Sorry, we could not create the account. The following error was
produced: The package was not found on the server.
Here is the list of plans found on the server:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
[url]
<html xmlns
<head>
<link rel
<meta http-equiv
<title>cPanel® 11</title>
</head>
<body>
<div id
<div id
</div>
<div id
<form action
<input type
<table width
<tr>
<td align
</tr>
<td>Username</td>
<td><input type
<tr class
<td>Password</td>
<td> </td>
</table>
</form>
<br />
</div>
© cPanel, Inc. 2006-2008
</body>
</html>
View 2 Replies
View Related
Aug 30, 2007
I have a problem connecting to my win2003 server from my work. The thing is that everything is turned off. I dont have administration rights. The remote connection in win xp doesnt work, telnet also dont work. Im behind proxy, all ports are closed. Is there any way, to install software on my server or smth else, so somehow i could connecti to my server remotely? I need to be able to connect to gui interface or maybe just be able to start programs, which crashed.
View 12 Replies
View Related
Dec 29, 2008
i'm on Linux dedicated box -DirectAdmin panel
I use Squirrelmail to se my e-mail. When i try to log inn and read mail i get this message: Error connecting to IMAP server: localhost. Where can i change this......
Squirrelmail
SquirrelMail version 1.4.17
By the SquirrelMail Project Team
ERROR
Error connecting to IMAP server: localhost.
111 : Connection refused
webmail
ERROR (2): fsockopen() [function.fsockopen]: unable to connect to localhost:110 (Connection refused) (/var/www/html/webmail/inc/class.uebimiau_mail.php:80)
RoundCube Webmail
Connection to Imap server failed
Read on another forum, that this can solve the problem
/etc/rc.d/init.d/imaps restart
/etc/rc.d/init.d/imap restart
-bash: /etc/rc.d/init.d/imaps: No such file or directory
-bash: /etc/rc.d/init.d/imap: No such file or directory
telnet localhost 143 for imap or 993 for imap over ssl
Usage: telnet [-8] [-E] [-K] [-L] [-X atype] [-a] [-d] [-e char] [-k realm]
[-l user] [-f/-F] [-n tracefile] [-r] [-x] [host-name [port]]
Also Xinetd restart don't help
[root@server etc]# /etc/rc.d/init.d/xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
Looks like that Imap isn't installed ?
Correct me if i'm wrong ..............
View 3 Replies
View Related
Nov 9, 2007
How do you go about setting up virtual machines so that they can see sites hosted on the host machine?
I've got Virtual PC 2007 and the disk image that MS supply for testing IE6 on Vista machines and I'm having trouble accessing my local Apache server (set up with XAMPP). Until recently I was able to set the XP VM's LAN settings to use a proxy server with the IP address of the host machine, but I got migrated to ADSL2+ yesterday by my ISP and now that's no longer working.
To access my sites locally, I set up httpd.conf like this:
PHP Code:
<VirtualHost *:80> DocumentRoot "C:PathToFolder" ServerName siteName.local</VirtualHost><Directory "C:PathToFolder"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all</Directory>
and then in Windows hosts file I add 127.0.0.1 siteName.local.
So what's the best way of getting the host and VMs to talk to each other?
View 0 Replies
View Related
Sep 28, 2014
I setup FTP access on Plesk, then when i try connect to the server it seems to be trying to access through a old installation on FileZilla Beta server manager, that was obviously installed on the server a while back. I can only think it is not using which ever FTP manager Plesk uses.
View 2 Replies
View Related
Jun 10, 2007
Is it possible to implement reverse proxy for Sever-A through Sever-B.
The issue is let's say, Server-A is located in Network-A, and the Sever-B is located in Network-B. And the users in Network-B are allowed to access only to Sever-B while the Sever-B itself can access to Server-A. So, when the users from Network-B access to Sever-B, the traffic will be proxied through Sever-B to Server-A transparently without letting the users notice about how's the traffics go. The Server-B will be linux, thus squid is the primary proxy application to deal with. Is it possible to do with squid or it needs some other application?
How about a comparison of mod_proxy for apache vs. squid as all Sever-B should do is forward the requests coming from Network-B to forward to Sever-A and acting as a middle box between the two network scopes transparently. All the users in Network-B should do is accessing the Sever-B and the requests will be transparently going to Server-A without any configuration is done at their browser or any kind of NAT/Firewall rules on either of the networks.
View 1 Replies
View Related
Oct 17, 2009
I'm outsourcing some works overseas and my oversea employees are directly contacting the customer to discuss his needs. Everything is fine except when a client sees the email IP address (he is dealing with a local company, how come he is being emailed me from India or some similar places).
So I decided to create a proxy server for the oversea employees. I need the one that requires the browser setting change to have all the traffic passing through the server/VPS, therefore the IP will be the IP of the server and there's no way to find the original IP (of course no problem is it exists in the proxy server, but not showing in any way to the customer).
The problem is I absolutely have no idea how to do this.
- Can this be accomplished on a VPS or a server is required?
- Do I need a Linux or Windows OS?
- Do I need any software? If so, could you recommend some.
View 3 Replies
View Related
Nov 30, 2008
I have heard those words hundreds of time an never have asked or read about.
View 3 Replies
View Related
Oct 6, 2007
Does any one know any good proxy program other then Squid proxy, It seem to have higher load on the when Squid
View 7 Replies
View Related
Jul 9, 2007
I would like to run a proxy server up on a VPS which listens on 8080 for example to serve users,
View 2 Replies
View Related
Oct 12, 2007
I have a Linux VPS where I set up Squid to use it as a proxy server from my laptop.
On a VPS with Windows Server 2003 and IIS 6, how could I do the same thing I already do with Squid on Linux?
I knew that there was an application called Microsoft Server Proxy but it was discontinued by Microsoft.
View 3 Replies
View Related
May 17, 2009
I'd like to set up my server as a proxy for my own private use, where in my home PC's browser I can tell it the server's IP, port, and the password that I set, and it will function like a normal proxy. How can I do that? What software do I need and so on.
All my servers are on Linux machines.
View 6 Replies
View Related
Oct 3, 2009
a simple reverse proxy server but with good re-write rules engine.
View 5 Replies
View Related
May 6, 2009
Does anyone have services to recommend? I simply need a proxy server so I have a private IP. Right now, my ISP assigns IPs as a pool among a lot of people, so downloading sites like rapidshare or megafile doesn't work for me.
What I need is a socks5 proxy that is available 24/7, dedicated private ip, and a fast server. Does anyone offer these types of information? What I am afaid of is that people may install keyloggers over free proxies or even some companies may do that as well,
View 14 Replies
View Related
Dec 15, 2008
Will i need a dedicated server for my proxy site, www.ipcover.info
If so, are there any cheap ones?
Uses about 1gb/day
400 unique visits in the past week.
About 100 visits/day
View 6 Replies
View Related
Apr 25, 2007
what rules should I add to IPtables on my dedicated server to use it as a proxy for my own IP only?
For example: my dedicated server IP is: 1.1.1.1
My local IP is: 2.2.2.2
I want to setup on my browse: proxy server 1.1.1.1, port 3128
What rules should I add to iptables for my dedicated server to act as a proxy but allow this only to my local IP (2.2.2.2)?
View 1 Replies
View Related
May 21, 2007
I operate a co-located server in a US datacenter (dedicated to projects of my small business, not a hosting service.) The OS is Windows 2003 Server.
I wondered if anyone could recommend proxy server software which I could use to access the web from a US-based IP address even when I am overseas. (This would be helpful for getting streaming internet radio, which has started to block access from non-US IP addresses.)
I know there are endless proxy servers available, but most are big and complicated, with 255 irrelevant features intended for regulating the internet access of a small business. I need something much simpler, preferably placing little load on the machine. The only feature needed is access restriction so only I can use it.
View 1 Replies
View Related
Feb 23, 2007
i have an dedicated server in USA
I wold like to install a proxy server on my dedicated box so when i surf the net i must have the dedicated server IP (from USA) not home european IP..
How i do this?
I've tryed to install squid but i can get-it to work..
View 4 Replies
View Related
Oct 24, 2009
I have a server that is running linux with WHM/cPanel , some of servers are rejecting mails through server and says that your server is open proxy mail server.
how to check that our server is open proxy or stop open proxy and how can i prevent our server from spammer?
View 4 Replies
View Related
Jul 3, 2008
I am recommending to a friend who is starting a proxy site, to do a successful launch by getting a dedicated server to host the single proxy domain.
He does not want to spend more than $40 per month.
Should he be considering a VPS, or are proxy usually against TOC of a VPS?
I have found a low end server at OLM.net with plenty of bandwidth allocation for $29.95. Is it powerful enough to sustain traffic from a proxy site that is just starting out?
Specs: Refurb P3 1.0, 256mb ram, 25gb IDE, 2500 GB
[url]
Another comparable server for $29 is offered by server4you.
Specs: AMD Duron, 512MB Ram, 60gb IDE, 500GB bandwidth
[url]
View 2 Replies
View Related
May 13, 2008
i just receive an email from FDC they have this offer for me AMD 2400 2GB RAM 80GB HDD 10TB/month bandwidth CentOS DirectAdmin Proxy allowed and i have a server now it,s opteron 246 dual core with 2G ram with DA panel and 1000 G bw the proxy network i have reach 20.000 UV per day can that server from FDC well do what i need it to do or .. .. .. and can i reach 10TB with them?
View 9 Replies
View Related
May 31, 2008
Background (so you know what I am planning)
I will be storing personal customer information in mysql, so security is driving all my requirements. I was thinking the architecture will be :-a dedicated web server within a DMZ and placed behind a firewall and border router.
a dedicated database server inside the internal network behind another firewall,
All running Linux
building out and management of the servers to be done by hosting provider or third party
Please feel free to comment on this setup.
QuestionsIs a reverse proxy a benefit for security.
Am I right in saying that a reverse proxy hides the OS and server details from prying eyes and provides another layer of security
if a reverse proxy server is a benefit, is it normally the default architecture at most reputable hosts.
View 0 Replies
View Related
Jul 29, 2008
I plan on purchasing a dedicated server to run a few proxy sites. However, i don't have a lot of Linux skills to administrate my own server. But i've always been able to figure stuff out so i feel pretty confident that i can get it going on my own. Anyways, My original idea was to use cPanel to run the web server for the proxy sites however i feel that using cpanel is not a great idea since i also wanted to maximize my servers performance and i hear cPanel can take heavy resources. So anyways, I just wanted to know what some other people here might think and if possible any recommended guides on setting up a linux webserver would also be appreciated as well.
View 4 Replies
View Related
Apr 10, 2007
I'm having problems with users using open proxies accessing, abusing, and defacing my website.
I'd like to get a list of all open proxies and incorporate it into my site (i.e. block open proxy accesses)
I've already looked at SORBS, but that is DNS based, and I'm not sure I want to go that route. (I am running one DNS server for my own webserver to use. Don't want to mess with adding another zone for the dnsbl).
I've be much happier building my own php/mysql lookup of the proxy blacklist.
So I'm looking for somewhere I can simply download a proxy blacklist, and update it periodically as needed.
View 5 Replies
View Related