VLAN Routed IP's
So I have a bunch of IP's that are routed a VLAN a bunch of machines are on which is great. They can be put on any machine, but the problem right now is it is taking up to 4 hours for them to route from one machine to another (I am doing it one IP at a time not by blocks)
The process of adding and removing ip's is being done through cPanel's WHM. The reasoning for this is due to ARP on the router for the specific IP. This is a big issue if you're looking to migrate IP's from one machine to another that contain customers this is a long wait.
Now from the datacenter I was told you're going to need to wait the 4 hours for the refresh. Now what's strange is I was also told virtuozo apparently can swap ip's to other boxes without issues because it apparently it has a mechanism in place to release the ip's from the router/switch by communicating to it so the old arp is gone. I also asked someone using OpenVZ and they said theirs was instant as well to swap between boxes.
So is there a special command I should be issueing to get the router/switch to drop the IP instantly? Or any suggestions on how to get this to be more instant than ~4 hours for an IP to route to the correct machine.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Port Forwarding To Servers On The Same VLAN
I have two servers setup on a private VLAN with two virtual IP's. One server has 10.250.0.1, the other 10.250.0.2. I can forward the ports fine when they are on the same server but when I try to forward a port on the first server to the virtual IP on the second server it does not work. I can ping the virtual IP's fine from both servers and am able to connect to them through SSH. I am using iptables to port forward with the following commands: Code: # iptables -A FORWARD -i eth0 -o eth0 -p tcp --dport 8080 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT # iptables -A PREROUTING -t nat -p tcp -d XX.XX.XX.XX --dport 8080 -m state --state NEW,ESTABLISHED,RELATED -j DNAT --to 10.250.0.2:22 Anyone have any ideas on how to make this work?
View Replies!
View Related
Virtuozzo Routed Network
I have one question about configuration Virtuozzo or OpenVZ. I have for example 90.90.102.192/26 subnet where Virtuozzo host (Linux) machine (IP 90.90.102.195) resides. Now I have new subnet (90.90.100.0/24) routed to my default gateway 90.90.102.193. What to do and how to route these new IP addresses to my Virtuozzo VPS clients? ---------------- 90.90.102.193 - my router ---------------- | | ---------------- 90.90.102.195 - virtuozzo host ---------------- | | ---------------- 90.90.100.0/24 - vps clients ---------------- Its better routed or bridget network?
View Replies!
View Related
2 Ips Routed To One Server
My colo tech guy told me that it's possible to route two ip addresses to one server. The reason why I want to do this is to have one ip be the main domain and the other be the static domain. Both domains goto the same server but there are two server daemons (apache and lighttpd) installed on the server. Each server listens on one ip (so light = static domain ip and apache = main domain ip). I have everything setup, but I am just wondering that will this work with the routing setup? Can one network interface card handle both ips?
View Replies!
View Related
Invalid Command 'php_flag' - After Recompiling PHP & Apache?
After I recompiled Apache and PHP using easyapache from cPanel, we started getting all these weird errors. I'm getting a few people now complaining about not being able to enable register_globals. I believe (after searching) that having this enabled is a big security risk and shouldn't need to be used. However, some people apparently where using .haccess and php_flag to enable this. I did find on a few places that people can create their own php.ini file to emulate what was previously done with .htaccess? After searching around.. I found out that Register Globals can become a security risk based on the scripts configuration that uses it. This feature normally can be enabled via .htaccess using the glad "php_flag register_globals On". Creating a file called php.ini inside the directory of the site with the flag "register_globals=on" I believe will also enable this option. To enable this option on a global scale, you can edit '/usr/local/cpanel/3rdparty/etc/php.ini', but its not recommended. However.. We are unable to get the php.ini concept to work. Is there something I need to do to enable/allow users to do this for their account?
View Replies!
View Related
Any 'easy' Smtp / Pop / Imap Package Or Installer W/o Having To Read Up On Exim Etc.?
any 'easy' smtp / pop / imap package or installer w/o having to read up on exim etc.? I want an email server quickly, w/o having to become an expert... I'd go w/ a hosted service, but I open allot of pop3 connections... (program I use downloads one email, closes connection, reopens... repeat)... There's lots of cookbooks out there, but they require quite a bit more time commitment (and configurability) than I want / need. Is there any dumbified installs available? I tried with webmin, but even that wants me to manually configure a postfix / imap server bridge.=
View Replies!
View Related
Qmail - I'm Afraid I Wasn't Able To Deliver Your Message
Basically a client has been getting really bad email problems with their email. They keep getting the standard qmail msg back from several emails. I originally thought this msg was being returned as it was an invalid receipients address, but they are assuring me that this is not the case? Anyway the basic msg they are getting is: Hi. This is the qmail-send program at p16489287.pureserver.info. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out ....
View Replies!
View Related
BoxVPS = Useless | STAY AWAY From This 'company'
URL: http://www.boxvps.com Their recent promotion thread: http://www.webhostingtalk.com/showthread.php?t=889733 Extremely non-professional service. Took them 48 hours to setup my VPS. Also had to create a support ticket. And when it was finally delivered, there was no DirectAdmin on it. Specially disturbing, since I actually paid for a monthly license. Not to mention that their responses are very vague. They claim to apply the promotions (triple disk space, double bandwidth) 24 hours after they setup the VPS. I have no idea why they do that. Moreover, they have false advertising on their VPS page (Instant Activation..where it should read 'We don't activate your VPS unless you create a support ticket). A speedtest from the VPS showed that the VPS is capable of bursting to a maximum of 10mbps, while average speed is barely 2mbps. Stay away from these guys. They're potential scammers. They WILL scam.. sooner or later.
View Replies!
View Related
Looking For Host That Supports $_SERVER['PATH_INFO']
I am finishing up on my clients site and the ecommerce software we use has an option for search engine friendly URL's but your server must support $_SERVER['PATH_INFO'] . My client is hosted by GoDaddy and my host (HostGator) does not support it unless you go dedicated. I need $_SERVER['PATH_INFO'] Dedicated IP, PHP, MySQL, .htaccess support preferably CPanel - not Plesk Less than $120 / year I am looking for a well established company like the ones I previously mentioned because my client wants peace of mind and I don't want to screw him over.
View Replies!
View Related
What Is The Reverse Command For 'mount --bind'
A few days ago, when installing TUX, I have mounted the virtual hosting directory to var/www/html/mywebsite.com (that's an empty directory I created in order for TUX to work) via: mount --bind /home/virtual/site1/fst/var/www/html/ /var/www/html/mywebsite.com/ command..... After figuring out that TUX has some problems I reverted everything but not this mount --bind command.. What is the reverse command for this, so everything will come back to the point which they were before?
View Replies!
View Related
Cloud Hosting - To Me A 'Blackbox'
Cloud hosting is still a 'blackbox' to me ... hope anyone can answer me. I have 5 questions to start the discussion with. What is cloud hosting? Is it cheaper than (shared/dedicated/semi-dedicated) server hosting? Is it secure? How many SSL license I need to purchase if I host my website (one website) in cloud? Which cloud hosting you recommend and why?
View Replies!
View Related
What If You Can't FTP Into A Site?
i've got a client who gave me their PW and ID to log into their servers. But for whatever reason, i can't seem to login despite them giving me the right PW and ID. I want to know if there are other possible reasons for not being able to login via my FTP client [which is filezilla]?
View Replies!
View Related
Can't Post With @ Symbol
I am running on a VPS system, and I have some auction software and I run Vbulletin as well.. When someone trys to do a Private MEssage via Vbulletin using anything with the @ in it.. Like an e-mail address. And hit submit, it says " /private.php access is denied. But it also does it when I post news in the auction site. Which leads me to believe their is something screwed up with one of the server settings.. But I dont know what?
View Replies!
View Related
Don't Use Bluehost
So when you got a website for a service and it says "$6 per month for 3 years" would you take that as they charge you monthly, $6? Well Bluehost doesn't. They charged me $250 and I didn't realize what they were doing until the charge went through. I called within 24 hours and spoke to billing. I cancelled the entire service. She said it was only a "hold" on my account and she would make the hold credit me back and it would be done within a few hours and that I would receive an email from her confirming. Well, I got another confirmation email NOT a we are cancelling the service email. Then, one $250 charge dropped off... AND TWO MORE APPEARED. In one of the confirmation emails they sent there was an email address for the help desk. So I emailed this to them. I am not speaking to them on the phone. I want it in writing this time. Two seconds after I sent the email I got an auto response telling me they don't read the email and I must formally put in a ticket. I didn't think I would be able to since my account was supposed to be cancelled. Well, it did let me log in. She didn't cancel it and if she did she went and put it back in again twice. DON'T BUY ANYTHING FROM THESE PEOPLE.
View Replies!
View Related
Diss'd By Ipowerweb
After 3 and 1/2 years of using an ipowerweb shared server for my site, they have decided to no longer provide the needed PHP extensions. They no longer have these extensions enabled. dom dom-xslt dom-exslt xslt xslt-sablot swf gd jpeg png xpm ming imap kerberos mbstring mbstr-enc-trans mbregex mcrypt safe-mode I don't need the language extensions, but without the encryption and image extensions my site is "broken" and I was hoping to use more XML this winter. I am looking for another LAMP host with these extensions enabled.
View Replies!
View Related
What's Bandwidth Worth?
So I run a small music forum site. We used to have the ability for our users to download music track sets. We had over 100 files that are generally around 80MB and the users could add more so our space requirements would increase over time. We initially set this up with dreamhost.com (unlimited bandwidth/space) but they eventually asked us to stop using the space as a data repository and wanted to charge $1 per GB transferred (which at that time was about $100-120/month). The Problem: This is something our users want and would probably pay for. I'm sort of asking for advice on how to approach this problem. Need to figure out how we could set this up and what to charge the users for downloading the music files (price per file, monthly plans, etc). Considering we want to keep it cheap enough that users will pay and the hosting costs would probably rise with the demand and exposure of the program. What sort of hosts should I be looking for?
View Replies!
View Related
Downloading And Streaming.... Use's Up The Same Mb?
I have a friend who we were debating about this. He says he called up the internet company and upgraded his monthly plan to 60 gig or downloading a month, because he loves watching steaming videos(not youtube) im talking about actual movies. They told him if he downloaded a 700mb movie or if he watched the exact same movie it would use up 700mb So according to them downloading or streaming uses the same mb. I found this hard to believe. But i have no wa of proving it. What is the answer?
View Replies!
View Related
OpenVZ - HN Can't Ping VE
I'm running my own OpenVZ server with a few VPS's running on it and have a small network issue. I can't ping any VE from the HN. All the other networking is working ok (strangely I can ping the HN from the VE) apart from this. It's a simple setup with one network card connected to the internet. OpenVZ the latest stable version running on CentOS 5.2 I'm pretty sure it's not a firewall problem but is something to do with arp or routing and one of the settings in sysctl.conf Has anyone else seen this?
View Replies!
View Related
Lunarpages - It's A Big Truck
Lunarpages - it's a big truck I've been helping a friend with a site hosted at Lunarpages for a few years, a very low traffic business site in a shared hosting account, no real complaints. But 48 hours ago they got an odd email from Lunarpages describing the relocation of their server to a new datacenter, which involved 3-4 hours of downtime to drive the server from LA to San Diego, plus another hour or so of setup. Now this was confusing because I thought that the internet was not a big truck -- it's a series of tubes, right? In fact, I thought that the whole point of the internet was not having to move your data by truck. But hey, this is an inexpensive shared account, so maybe Lunarpages does move all their data by truck. Kinda short notice on that, but okay, fine. A couple hours downtime. The website and email go dead at noon. The exact time was not announced in the notice, and mid-day mid-week seems like an odd time to deliberately schedule downtime, especially when it involves a long drive in traffic on the 5 freeway. But it is an inexpensive account, so... we wait. And wait. And wait. Six hours later, we contact Lunarpages support asking what's up with the server. This being my friend's business website, business email, gone for most of the day. Was there an accident on the freeway? Did the truck driver get lost? Did the data end up in a cul-de-sac in Orange County? Were they stopped while making a run for the border? An hour later, we finally hear back on the ticket -- Lunarpages hasn't heard from their "admins" (presumably due to a bad battery in their CB radio) but they hope to have things migrated "soon." So we wait. Eleven hours after the site and email went down, we send a reply on the ticket asking a few more questions. 1) Any update on that migration? 2) Could you explain this whole deal with the truck driving the data from city to city? 3) Do you have any compensation for ridiculous downtime? An hour later, the Lunarpages reply: Migration done soon. Sorry for the inconvenience. No compensation at all, especially for "scheduled" downtime. As of now, the server is still down and has been offline for about 14 hours. While I do hope the driver of the truck is okay, I have no such benevolent feelings for Lunarpages. When (if??) the site comes back up, we're transferring to a host that doesn't rely on the the LA freeway system to migrate their data. I hear there's this newfangled "network" thing the kids are in to. We'll probably try that out instead. Lunarpages sure is cheap. And most of the time, they work okay. But you should probably avoid them if you value advance scheduling of downtime, rapid support, clear communication, or reliable access to your website and email.
View Replies!
View Related
.FR Domain Can't Be Hosted On GoDaddy?
I have a .fr domain purchased from Gandi.net. I have webhosting with GoDaddy.com. After setting the DNS to point to GoDaddy.com (ns51 and ns52...) I get an error message and the DNS revert back to the default settings (gandi's DNS). AFNIC's(.fr regulator) zonecheck fails with the following error: Primairens51.domaincontrol.com.208.109.14.47 Secondairens52.domaincontrol.com.208.109.255.26 Progression ....
View Replies!
View Related
BlueHost's UNLIMITED Plan!
I did some quick live chat sessions with them just to see how far this "unlimited" really goes. Here's what I got: -Maximum of 8 simultaneous IMAP connections -Maximum of 40 simultaneous PHP connections -Maximum of 60 simultaneous MySQL connections -Maximum of 400 simultaneous HTTP connections -Maximum of 8 simultaneous FTP connections I just found that kind of funny and thought I'd share it with y'all. It basically just sums up what y'all have been saying all along: If it sounds too good to be true, then it probably is.
View Replies!
View Related
Mapping Subdomains To Different VPS's
I was wondering if it is possible to host subdomains on different VPS's? Here is what I am trying to do PrimaryDomain.com -> Hosted on VPS0 | - Subdomain1.primaryhost.com -> Hosted on VPS1 | - Subdomain2.primaryhost.com -> Hosted on VPS2 VPS0, VPS1, VPS2 have different IP addresses. I tried using A records to point subdomains to different VPS but VPS requires a "primary domain" looks like. Do let me know if this is possible. I tried google but not sure what exactly I shoudl be searching for.
View Replies!
View Related
Can't Verify My Site On Google
please bear w/ me since this is my first time on launching a site online.. My site is being hosted by a free hosting company.. When I tried viewing the source code of my page some of the html tags are not seen like the <html>,<meta>,<head>... and I can't seem to verify my site on google... Verification status: NOT VERIFIED Last attempt Jan 30, 2009: We've detected that your 404 (file not found) error page returns a status of 200 (Success) in the header. why is this so? Did the host delete those? what should i do?
View Replies!
View Related
Iptables Don't Start
root@xxxx[~]# service iptables status Firewall is stopped. root@xxxx[~]# service iptables start Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter [ OK ] Unloading iptables modules: [ OK ] root@xxxx[~]# service iptables status Firewall is stopped. why not iptables don't start ?
View Replies!
View Related
Can't Initialize Iptables Table
On my new unmanaged VPS i keep getting mass emails sent to me saying - iptables v1.2.11: can't initialize iptables table `filter': iptables who? (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Im a bit of a n00b when it comes to unmanaged servers, just wondering if anyone knows whats wrong and how to fix.
View Replies!
View Related
Facebook's Domain Name/dns Hacked
A while back you could see the following information regarding facebook.com: Whois Server Version 2.0 Domain names in the .com and .net domains can now be registered with many different competing registrars. Go to http://www.internic.net for detailed information. Server Name: FACEBOOK.COM.ZZZZZ.GET.LAID.AT.WWW.SWINGINGCOMMUNITY.COM IP Address: 69.41.185.229 Registrar: INNERWISE, INC. D/B/A ITSYOURDOMAIN.COM Whois Server: whois.itsyourdomain.com Referral URL: http://www.itsyourdomain.com Server Name: FACEBOOK.COM.MORE.INFO.AT.WWW.BEYONDWHOIS.COM IP Address: 203.36.226.2 Registrar: TUCOWS INC. Whois Server: whois.tucows.com Referral URL: http://domainhelp.opensrs.net Domain Name: FACEBOOK.COM Registrar: TUCOWS INC. Whois Server: whois.tucows.com Referral URL: http://domainhelp.opensrs.net Name Server: DNS04.SF2P.TFBNW.NET Name Server: DNS05.SF2P.TFBNW.NET Name Server: DNS1.SCTM.TFBNW.NET Name Server: DNS2.SCTM.TFBNW.NET Status: clientTransferProhibited Status: clientUpdateProhibited Updated Date: 02-aug-2007 Creation Date: 2 Expiration Date: 30-mar-2010 >>> Last update of whois database: Mon, 28 Jan 2008 23:23:21 UTC <<< NOTICE: The expiration date displayed in this record is the date the registrar's sponsorship of the domain name registration in the registry is currently set to expire. This date does not necessarily reflect the expiration date of the domain name registrant's agreement with the sponsoring registrar. Users may consult the sponsoring registrar's Whois database to view the registrar's reported date of expiration for this registration. TERMS OF USE: You are not authorized to access or query our Whois database through the use of electronic processes that are high-volume and automated except as reasonably necessary to register domain names or modify existing registrations; the Data in VeriSign Global Registry Services' ("VeriSign") Whois database is provided by VeriSign for information purposes only, and to assist persons in obtaining information about or related to a domain name registration record. VeriSign does not guarantee its accuracy. By submitting a Whois query, you agree to abide by the following terms of use: You agree that you may use this Data only for lawful purposes and that under no circumstances will you use this Data to: (1) allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via e-mail, telephone, or facsimile; or (2) enable high volume, automated, electronic processes that apply to VeriSign (or its computer systems). The compilation, repackaging, dissemination or other use of this Data is expressly prohibited without the prior written consent of VeriSign. You agree not to use electronic processes that are automated and high-volume to access or query the Whois database except as reasonably necessary to register domain names or modify existing registrations. VeriSign reserves the right to restrict your access to the Whois database in its sole discretion to ensure operational stability. VeriSign may restrict oWhois database for failure to abide by these terms of use. VeriSign reserves the right to modify these terms at any time. .....
View Replies!
View Related
Using VPS's To Make Shell Reseller?
Is it possible to purchase a VPS, add MANY ips, to reverse DNS, and a cpanel, to make a shell reseller effect? Using the ips as vhosts, cpanel to setup other shell accounts etc? Also, does anyone know of a provider who sells many cheap IPs with VPS's?
View Replies!
View Related
IMAP E-Mail Issues With Blackberry's
I just moved to my first dedicated Server from a VPS. Now when I was on the VPS I had no problems receiving e-mails on my blackberry. Now, after the server move, I can not receive e-mails on my blackberry. Can someone give me some suggestions on how I should troubleshoot this?
View Replies!
View Related
IMAP : Couldn't Open Stream
after installing a new security update on my windows box , i cant use imap_open any more its showing following message : Warning: imap_open() [function.imap-open]: Couldn't open stream {localhost:110/pop3/notls}INBOX i tried with iis/apache and same error ! alse its showing same error for remote servers ! also i am able to connect pop3 using telnet
View Replies!
View Related
Pop3 / Imapd Won't Restart
maildir is enabled 1) Restore system to mbox (non-maildir) state. 2) Request Technical Support 3) Convert partially converted mail accounts *) Exit Enter Selection---] 3 quotaoff: quotactl on /dev/sda3 [/]: No such process [1]+ Stopped /scripts/convert2maildir root@server [~]# The above just freezes and does nothing, had to manually stop after 5 minutes. Restarting pop3 via whm gives this error: cppop has failed, please contact the sysadmin. Restart imap gives this: imap has failed, please contact the sysadmin (result was "couriertcpd is not runningauthdaemond is not running"). I ran: /scripts/courierup --force /scripts/eximup --force Did nothing, still cannot restart pop3/imapd root@server [~]# /scripts/restartsrv_cppop /etc/init.d/courier-imap: line 19: /usr/lib/courier-imap/etc/imapd: No such file or directory /etc/authlib/authdaemonrc does not exist, forgot make install-configure? root@server [~]# /scripts/restartsrv_imap /etc/init.d/courier-imap: line 19: /usr/lib/courier-imap/etc/imapd: No such file or directory /etc/authlib/authdaemonrc does not exist, forgot make install-configure? I changed maildir=1 to 0 in cpanel.config file and ran convert2maildir again, I got at the very end when it halted: Unable to install courier. at /usr/local/cpanel/bin/maildirupdate line 51. I tried to restart exim: root@server [~]# /scripts/restartsrv_exim Starting clamd: [ OK ] Starting exim: 2007-03-11 10:25:37 Exim configuration error in line 670 of /etc/exim.conf: option "maildir_format" unknown [FAILED] Starting exim-smtps: 2007-03-11 10:25:37 Exim configuration error in line 670 of /etc/exim.conf: option "maildir_format" unknown [FAILED] Starting antirelayd: [ OK ] Starting antirelayd: [ OK ]
View Replies!
View Related
Iptables Firewall On: Can't Receive Emails
after turning on the iptables firewall i can't receive emails anymore on a dedicated centos 5.3 server with postfix and dovecot. with iptables firewall turned off everythin works fine. following is the /etc/sysconfig/iptables # Firewall configuration written by system-config-securitylevel # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT - [0:0] -A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j RH-Firewall-1-INPUT -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT -A RH-Firewall-1-INPUT -p 50 -j ACCEPT -A RH-Firewall-1-INPUT -p 51 -j ACCEPT # -A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 53 -j ACCEPT # ************ tried doing this first ************ #-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 110 -j ACCEPT --syn #-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 25 -j ACCEPT --syn #-A RH-Firewall-1-INPUT -p tcp -m tcp --dport 143 -j ACCEPT --syn # ************ tried doing this too ************ -A INPUT -p tcp -s 0/0 --sport 1024:65535 -d 72.233.54.234 --dport 25 -m state --state NEW,ESTABLISHED -j ACCEPT -A OUTPUT -p tcp -s 72.233.54.234 --sport 25 -d 0/0 --dport 1024:65535 -m state --state ESTABLISHED -j ACCEPT -A OUTPUT -p tcp -s 72.233.54.234 --sport 1024:65535 -d 0/0 --dport 25 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -p tcp -s 0/0 --sport 25 -d 72.233.54.234 --dport 1024:65535 -m state --state ESTABLISHED -j ACCEPT -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT as you can see here i have tried opening ports 110, 25, 143 earlier. still did not work.
View Replies!
View Related
Telnet Can't Connect To Mail Server
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 Replies!
View Related
What's The Maximum Number Of Rules For Iptables?
I use APF and APF is working with iptables , when I define a large number of IPs in deny_hosts.rules or allow_hosts.rules and restart the APF , iptables begins to display errors after applying some number of rules , I have set SET_TRIM="0" in APF , so the number of APF rules is unlimited and the error is from iptables. Is there any setting in iptables config files for maximum number of rules? Is it unlimited and depends only on system available memory? O/S , ...?
View Replies!
View Related
Maxed Disk Usage, Can't Trace
root@server # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 145G 145G 0 100% / /dev/sda1 99M 41M 54M 44% /boot none 250M 0 250M 0% /dev/shm /usr/tmpDSK 6.7G 74M 6.3G 2% /tmp /tmp 6.7G 74M 6.3G 2% /var/tmp] I cannot trace where the usage is coming from. There is only one account on this box using 26GB. Its a centos/cpanel box. I checked /var/log and had already deleted audit.d directory. /usr/local/apache/domlogs and logs show almost nothing.
View Replies!
View Related
Cron Working But Command Isn't ?
I'm needing some info i have been pulling my hair out for hours trying to get some cronjobs lined up i started out with knowing nothing about it and i'm a little better off now i got the cron running but the commands aren't executing so maybe someone can help me figure out why i would greatly appreciate it Here's The deal I telnetted in set the following crontab ...
View Replies!
View Related
How Big Risk Do I Take If I Don't Update The Kernel?
I'm a Windows guy and can little or nothing about Linux. How big risk do I take if I'm using a Linux VPS and never update/patch the kernel? I'm using CentOS 5 and LxAdmin. I can update the control panel, but I can not update/patch the kernel since I have no knowledge how I do that. I'm using a unmanaged plan, so no help there. Some of my sites are running Wordpress, but I'm always using the lates WP installation. I not using any other plugins that WG2, Gallery2, and remove max width. Nobody except me have access to the VPS, and I have no other FTP accounts or something like that on the VPS. I have no other scripts or any kind of dynamic pages on my VPS. What kind of risk do I have here? I'm currently having plans to cancel my second VPS that's using Win2003, and only use Linux in the future. I can cut my monthly expensive with 50% that way, but do I take a big risk doing it that way?
View Replies!
View Related
Reccomend MidPhase - Best Damn Dedicated Server I've Ever Had
Just wanted to drop a note here.. A while back I came here looking for a dedicated server because I was having some issues with a VPS I was hosting on. I came across a great deal. Quad Core Xeon / 4GB Ram 250GB HD at a steal of a price.. Since then my server has been up since install, never had a moment of downtime what so ever, hardware is great, support is on point and all hours of the day they respond. I deleted my password from my email and needed to get into my box. I was in within 30 minutes, prolly less. Gave me a choice of 3 datacenters to choose from. Anyways. Great Servers / Hardware / Support / Bandwidth / ON POINT!! By far the best damn dedicated hosting provider I have dealt with throughout the years. Appreciate it guys.
View Replies!
View Related
What's The Best Way To Setup Offsite Email (rackspace) With Server
We have a server where we host the sites and email services, and we are looking to buy a MS Exchange offsite email solution in order to have a reliable dedicated email service. We are thinking on going with Rackspace MS Exchange solution: http://www.rackspace.com/email_hosting/exchange_hosting So now its the hard part, i run my own dns / nameservers at this server so if i just change the mx at my Plesk panel if my webserver goes offline my email will also stop working, correct? And at my registrar i only can change the name of the nameservers and the ips... and also add more nameservers (im using 2 ns). So i need to figure it out how to config/setup the rackspace email in a way that when my webserver goes offline my email can keep up working. The rackspace support team, said to me that they can host/run my dns on their servers in order to have my email working if my webserver goes offline. So what do you think? Its a goo idea? The only idea? Or there are better ideas?
View Replies!
View Related
|