Red Hat / Fedora :: Open Port For Memcached?

Feb 5, 2010

Im new to RHEL5, but comfortable with linux in general. Im trying to setup a dedicated memcached server for my webservers.

currently our setup is as follows:
a load balancer,
two servers attached to the load balancer
a new server to run dedicated memcached
Ive installed memcached and started the service.

[Code]...

View 1 Replies


ADVERTISEMENT

Networking :: How To Open A Port - Failed To Open The TCP Port Number In The License

Jun 20, 2009

I am running lmgrd on CentOS5, but it returns Failed to open the TCP port number in the license. The port is 27000, how can I open that port?

View 5 Replies View Related

Fedora Networking :: How To Open The UDP Port On FC 12?

Jan 22, 2010

I found that I can not use the UDP port on FC 12.I new install one FC 12 , but when I use the next command nmap -sU localhost.I found all udp port has been filtered.I don't know how to open the udp ports . for I need use some udp port.I use iptables , but not working. Why ?

View 6 Replies View Related

Server :: If Forward A Port In Iptables, Does The Port Have To Be Open On The Firewall

Aug 5, 2009

If I forward port 80 to port 3128 for squid with an iptable rule, does port 3128 have to be open on the firewall or is this all routed behind the firewall?

View 4 Replies View Related

General :: Open Firewall Port On Fedora 14?

Apr 17, 2011

I want to open the port 18680 on my remote Fedora 14 machine. I didsudo iptables -I INPUT -p tcp --dport 18680 -m state --state NEW,ESTABLISHED -j ACCEPTsudo iptables -I OUTPUT -p tcp --sport 18680 -m state --state ESTABLISHED -j ACCEPTsudo service iptables saveThe status returned is OK.I have also opened the port on my security group on Amazon. Also, I rebooted the machine.When I use the browser to view the application running at port 18680 the browser cannot connect.

View 1 Replies View Related

Fedora Servers :: Open Port Check Tool?

Feb 25, 2009

I tried to see if my port was open but got a message saying Error: I could not see your service on 58.164.165.88 on port (80) Reason: Connection refused could someone us out here

View 2 Replies View Related

Fedora :: Access Router Settings - Open Port

Jul 30, 2011

I'm curious is it possible to access your router settings. I'm trying to open up a port. I have done this in my firewall now I need to open up my port through my router. I'm using fedora 15.

View 5 Replies View Related

Server :: Open SMTP Port On Router (which Connects LAN To Internet) Also Needs To Open?

Apr 14, 2010

I have sendmail running on my centOS 4.6. My lamp server also runs on it. I want to send mail through php mail function. when i execute php page, which fires the mail function, it takes so much long tim1 say even 1 minute, and at last displays that message sent successfully. Suppose, destination address is [URL].... I did not get any mail there. My server is running in LAN. I checked the status of sendmail, it shows me that it ios running. when i issue "nmap localhost" it shows me that SMTP port 25 is open, but when i issue "nmap myserver" (192.168.1.20 myserver ( written in hostfile)), it does not show that SMTP port is open.

I checked the /var/log/maillog, one person in my previous post advice me to see that. There it shows that message is accepted for delivery...but i do not get any mail in my destination, even not in spam folder. One more confusion is that, in my case my server is in LAN and if I am at all enable to open the SMTP port on it, does i need to open SMTP port on my router (which connects my LAN to internet) also needs to open? I think no, because SMTP is application layer protocol, it will wrap my mail in IP packet, which router just need to forward. am i right?

View 1 Replies View Related

Fedora Installation :: Upgrading To FC12 - Access Port 631 Through Firefox Wouldn't Open

Feb 8, 2010

I only began using Linux with the release of FC8. I've upgraded into every new version (upgrade, no clean installs), after the new versions had been out a while. I struggle with command lines, updates, cups and other very cool tools that are only difficult because they have so many options. I'm Windows guy at work, a system admin and db administrator, plus the company expert on Excel. But, all in all, I hate Windows, and I'm loving Fedora, even if I struggle.

This last upgrade really kicked me in the pants. The first thing I noticed was all of my software sources were gone. I did some research around the forum and tried a few things, but it's still not working. Unfortunately, I may have uninstalled Yum in the process, but not rpm. I've tried to re-install the yum packages, but still no luck.

This morning before leaving for work I noticed that a boot log indicated that cups had failed. I went in to restart the service (through gui) and it said it was running. So I stopped the service and re-started. I tried to access port 631 through Firefox and it wouldn't open. I need to check the firewall to see if it's an open port, but beyond that I don't know.

Now I'm wondering if I should just do a clean install. I haven't done this, mainly because I didn't want to hassle with setting up my printer again (although, it's a Brother and they have the drivers and good instructions), and I didn't want to lose any emails that I've received via Thunderbird. The printer is really a non-issue now, as I'll have to set it up anyway. I have a backup of the /usr folder and all the documents. Question is, if I restore the Thunderbird folder after a clean install, would it bring back my email?

View 3 Replies View Related

CentOS 5 :: Open Port 7001 But It Doesn't Show That Its Open?

Sep 26, 2010

Ok For some reason I open my ports in security and firewall. I open ssh and other ports and port 7001 for example but when I go to check to see if they are open or try to connect to them. It shows that they are still closed. I am using - [URL] Also yes my ports are open on my router. I know my router works fine with opening ports because I have shoutcast setup on another computer with xp that is currently running. I am willing to pay for who can ever get this fixed for me...

I open the ports in graphical mode.

View 15 Replies View Related

Fedora Networking :: Port Redirect, I.e. Whatever Comes Through Whatever Interface On Port AAAA Will Get Redirected To Port BBBB?

Feb 18, 2010

I want to do a simple port redirect, i.e. whatever comes trough whatever interface on port AAAA will get redirected to port BBBBI thought that iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport AAAA -j REDIRECT --to-ports BBBBhowever it doesn't work, e.g. nc -v -w2 -z localhost AAAA gives:

nc: connect to localhost port AAAA (tcp) failed: Connection refused
while
nc -v -w2 -z localhost BBBB

[code]....

View 10 Replies View Related

Fedora :: Gsoap - Limit Or Disable The Ability Of The Program To Open A Port To Start Communicating On FC15

Jul 18, 2011

I'm running Fedora 15, and am trying to run a program that uses gsoap/soapcpp2 2.7.17 to communicate with different parts of the program. As far as I know everything has compiled correctly and I am using the same versions of the required libraries as several working installations. However, every single time the program tries to open a port, the program is unable to do so. This happens no matter what port I specify.

if there is anything in fedora that would limit or disable the ability of the program to open a port to start communicating. I have tried disabling the firewall with no change to the behaviour.

View 1 Replies View Related

CentOS 5 :: How To Install Memcached Via Yum

Dec 18, 2009

How to install Memcached via yum? I tried

yum install memcached memcache

but no packages found. Should I install it from sources or other rep?

View 4 Replies View Related

Debian :: Memcached With Igbinary Not Working

Oct 29, 2015

php5-memcached is working without problems but has no igbinary support.

So i did:

Code: Select allwget https://pecl.php.net/get/memcached-2.2.0.tgz
tar -xzvf memcached-2.2.0.tgz
cd memcached-2.2.0
phpize
./configure --enable-memcached-igbinary
make
make test
make install

And also put
Code: Select allextension = /usr/lib/php5/20131226/memcached.so
in the php.ini

But memcached is not loading??

It's Nginx with FPM/FastCGI PHP 5.6.14-0+deb8u1

View 0 Replies View Related

CentOS 5 :: Memcached Not Running / Solution For This?

Feb 25, 2011

I recently updated CentOS and PHP from 5.2 to 5.3. I ran into this issue though code...

I attempted to re-install memcached and got memcache.so moved to the appropriate module folder and updated php.ini. I am not sure if the updates removed other dependencies or if this is related to my CentOS update.

View 1 Replies View Related

Server :: Unable To Install Memcached With PHP 5.2 On CentOS?

Nov 19, 2010

So I just got a new centOS box with PHP 5.1.something but I wanted it on PHP 5.2, initialy running

Code:
yum update php
returned
Code:
php-pecl-memcache-2.2.6-1.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: php-zend-abi = 20050922 is needed by package php-pecl-memcache-2.2.6-1.el5.x86_64 (installed)

[Code].....

View 1 Replies View Related

Fedora Networking :: Ftp Port Open \ Didn't Add A "other Ports" Rule Or Anything As Well?

Jul 26, 2011

I set up a vnc connection to my machine the other day and while doing that checked out any open ports.To my astonishment my ftp port is open, although I double checked the firewall and there's no check in the checkbox for the ftp port. I didn't add a "other ports" rule or anything as well.So, how would I be able to fix that?

View 5 Replies View Related

CentOS 5 Server :: Updating Memcached Fails - Error With Rpm Check Debug Vs Depsolve

Aug 17, 2010

I am trying to run yum update on my CentOS 5.3 server, 32-bit, but it responds with the following:

Quote:Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
memcached is needed by (installed) memcached-selinux-1.2.8-1.el5.i386

Complete (1, [u'Please report this error in [URL]...

View 1 Replies View Related

General :: How To Open A Port

Jul 23, 2010

I hear that it's a bad idea to edit iptables by hand.

I want to open 443. Quote: iptables -A INPUT -p tcp -m tcp --sport 443 -j ACCEPT
iptables -A OUTPUT -p tcp -m tcp --dport 443 -j ACCEPT
Since I'm not at the box, I can't use the nifty GUI.

How might one do this via terminal?

OS: CentOSv5 (RHELv5)

View 5 Replies View Related

General :: How To Open Port?

Apr 28, 2011

i have centos5.3 installed with iptables firewall, i want to open port 5222 as i want to access application which uses port 5222 from internet.

View 14 Replies View Related

General :: Open Certain Port With Vnc

Jun 10, 2010

from my windows box at work i can only connect to some ports (pop3, telnet, web)also, i can connect to port 1234 (as an example)everything else is blocked.I'm trying to connect with Microsoft Terminal Service Client to my linux box (cant install any vnc)but haven't found a way to make Gnome remote desktop to listen to the port i need (1234).I'm using fedora 13.anyway, i would appreciate any advice on what software to use or hot to configure my Linux box get remote connections from windows box on that certain port.

View 5 Replies View Related

CentOS 5 :: How To Open Port 587

Sep 2, 2009

On our server port 25 is open for sending email. I want to open port 587 too in our firewall.If I have open tow ports 25 and 587 for out going email it is not going to make any problem? my server is Centos 5 I am using webmin to access to our server.

View 1 Replies View Related

Red Hat / Fedora :: Netcat / Port Redirection - When A Connection Is Received On A Port Say 123?

Apr 6, 2010

i am running ncat (netcat's new version from nmap) on centos . I am listening on different ports. My question is , is it possible that when a connection is received on a port say 123, i redirect this connection to a different port and use the 123 port again for listening connections. ncat has an option -k which u can add with -l , it will force fully listen on the port. It can accept multiple connections on a single port but i want that once a client connects on to 123 port, he is forwarded to some other port and no longer on 123.

View 4 Replies View Related

Debian :: Open A Port For Ssh To Work?

Jul 23, 2011

I know this has got to be a beginners question but I can not find the answer. I have searched the forum, the wiki, and the reference. I have used google and found the answer as it applies to red hat but doesn't work in debian. Found a couple of more but they didn't work either. I need to open a port for ssh to work. I have it working on 3 computers but the 4th has the port closed and I can't open it. I have openssh client and server installed and running. I am using Wheezy/testing on an acer laptop.

View 4 Replies View Related

Ubuntu Networking :: Cannot Open Port 80

May 23, 2010

I just installed apache. I didn't change the configuration files at all except add Quote: # added servername to avoid the could not determine fqdn error ServerName myname.homelinux.org to apache2.conf. Apache is working locally (I get the `it's working' screen at [URL]). However, I cannot access my computer from an external computer by going to [URL], which is equivalent to [URL] -- [IP address changed slightly for privacy] Here is a screenshot to my router settings. I disabled the filter for port 80 on the router. here shouldn't be a firewall, unless it's automatically installed with ubuntu 10.4. (sudo ufw status says `inactive'.)

I checked my ports from [URL] and indeed port 22 is open (ssh-ing into my computer externally is not a problem), whereas port 80 is closed. What step in opening up port 80 am I missing? (I also made sure my ISP isn't blocking port 80.)

View 5 Replies View Related

Ubuntu :: Cannot Open Port 5900

Sep 17, 2010

I am trying to access my desktop remotely via VNC. I can already access my computer using ssh, and I managed to open port 22 on my router:

Now I must open port 5900 for VNC, and I think I did exactly the same thing:

Using [url](a port check service), however, my port 22 is OPEN and my port 5900 is CLOSED. Yes, I restarted my router after making the changes.

View 3 Replies View Related

Servers :: Can I Open Port On Ubuntu 9

Oct 11, 2010

I can seem to open port 25565 for a java application (executable jar)
I'm running ubuntu server 9 thoroughly up to date code...

Yet connections to port 25565 fail when I have the firewall enabled (sudo ufw enable)
For example canyouseeme.org says "Error: I could not see your service on port (25565) Reason: Connection timed out"

And connections to port 25565 _DO WORK_ when I disable the firewall (sudo ufw disable)
canyouseeme.org says "Success: I can see your service on port (25565)"

View 4 Replies View Related

Networking :: Testing If A Particular Port Is Open ?

Jun 17, 2010

I would like to test myself if port 5060 is open for UDP packets.

I got a few shell accounts outside of my ISP that run Linux or different BSDs. Does someone know a common program where I could send UDP packets to port 5060 of the IP address that Virginmedia assigns to me and then I would need a program on a PC within my network who reads them _if_ they get through.

Background of all this is that my VOIP phones from two different VOIP providers are offline since last Monday.
One service provider confirmed that another VOIP client is online with the same service provider Virginmedia but in a different area.

So, while I don't know how long does it take that someone from Virginmedia can tell me if their port 5060 is open for UDP, I would like to find out myself in the meantime.

View 5 Replies View Related

General :: Localhost Port 25 Not Open ?

Nov 6, 2010

Made some network and hardware changes, and now I can't get the mailserver to work. It seems that sendmail can't loop to itself on 127.0.0.1. When I nmap localhost, I find that port 25 isn't open.

Naturally, nothing has changed on my system except for different routing, interfaces, etc.

So the question for sendmail gurus,is where should I be looking?

View 4 Replies View Related

Networking :: Open Port Behind Firewall?

Sep 3, 2009

I have a problem sending of file attachment using Instant Messengeri have a firewall using firestarter, if i used outside firewall they can able to recieve my file in instant meesenger but if i used firestarter it always cancelled my sending of file attachment....

View 3 Replies View Related







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