Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







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 Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
Well, I'm Thinking About Becoming A Reseller, But I Don't Want To Offer Support
Let me break it down:

Unnoficially, I host many of my clients through Go Daddy- and I don't make a cent off it.

So I want to become a reseller, but I want someone else to do the support. What are my options?

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
My Apache Don`t Start
will time i restarted my apache give me error:

Attempting to restart httpd
[url] Waiting for httpd to restart.... . . . . . . . . . . finished.

httpd status root 24470 1.0 2.3 23356 21692 ? S 20:25 0:00 /usr/local/cpanel/whostmgr/bin/whostmgr ./reshttpd

httpd has failed, please contact the sysadmin.

and :
root@part5 [/usr/local/cpanel/apache]# httpd configtest
Failed loading 1: 1: cannot open shared object file: No such file or directory
PHP Warning: PHP Startup: Unable to load dynamic library './' - ./: cannot read file data: Is a directory in Unknown on line 0
Warning: DocumentRoot [/home/hhhhha/public_html/hostmanager] does not exist
httpd: bad user name hhhhha

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
403 Forbidden :: You Don't Have Permission To Access / On This Server
I wanted to know about 403 error. I want to access a site, as I am browsing - its giving the error as below:
-----------------------
Forbidden
You don't have permission to access / on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
-------------------------

Does anybody will help me regarding my issue. Can somebody tell me why I am unable to see the site.

View Replies!   View Related
Moving To A New Server, Don't Wanna Lose Email
I'm migrating some accounts to a new server. So the dns will also change with it.

I want to ensure no email is lost in the process. Here's how I plan on tackling it, and I'm hoping you can offer suggestions:

1. Create all mail accounts on the new server.

2. Each person who has an account does the following in their respective desktop email applications:

a. Create a new mail account and use the IP of the new server instead of the domain name.
b. After a few days, update the IP to the domain name, and delete the old mail account.

Will this ensure no email is lost?

One other question:

What about the case where one of the sites has data updated each day? How to properly move this to a new server, without getting the database out of sync?

View Replies!   View Related
After Rotation Mysql Don't Write Mysqld.log
we have set logrotate for rotate mysqld.log daily

file is compress, deleted and created from logrotate but mysql not write anything

Any idea about why?

View Replies!   View Related
Iptables Do Not Start
i create a template for xen ( hypervm ) from jailtime site. now i install iptables , but iptables do not work and when i enter " service iptables restart" , iptables do not start. ( i check it from "service iptables status" )

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
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
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
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
HyperVM Openvz... IP's Won't Work After OS Reinstall
I had my box reinstalled with same OS as before, Centos x64. I am creating a NEW VPS and assigning it an IP from my Extended network (not primary) and the IPs are not pingable as if GATEWAY= was missing from the ifcfg config on network-scripts.

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
Is 'RapidLeech' Legal In The US?
Is RapidLeech legal in the US?

View Replies!   View Related
After Flush+zero Iptables, Will A New Iptables Ban Work
I execute the following commands, in the following order:

iptables --flush
iptables --zero
iptables -A INPUT -s 218.65.12.161 -j DROP

will that last command successfully ban that IP until reboot?

If not, what needs to be done? I can't access my site if I don't flush + zero iptables first but I need to be able to ban with iptables.

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
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 Your Opinon For Gigenet.com ?
what's your opinon for gigenet.com ?

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
Game, What's The Best Bandwidth?
To the gamers out there (US only), what do you think is the best bandwidth you had experienced so far?

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
Ddos Protection/ Different Ip's
Hey guys If there was a way to have the ips of the dedi change constantly would this help prevent ddos attacks or would there be no difference if the domain was being attacked.

View Replies!   View Related
What's Shell Access?
I keep seeing web hosts where it says that there is/isn't shell access, etc. What's shell access and what do you do with it in/with a web host?

View Replies!   View Related
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 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
Can I Sign Up For 1and1.co.uk If I'm In Canada?
I found a very good deal at https://order.1and1.co.uk/xml/order/...f=Order-Tariff

they offer unmetered 100 Mbit connection for 50 pounds a month. I'm living in Canada would I be allowed to sign up for that plan?

View Replies!   View Related
Can't Connect To My FTP On 1and1
I REALLY REALLY need to connect to my FTP on 1and1 and for some reason it seems to be down. Is anyone else having this problem?

View Replies!   View Related
Backing Up A All My CPanel User's
How do I backup all my cPanel users? Like there files, settings, emails, mysql, everything.

View Replies!   View Related
Are Dreamhost Can't Se Paypal Payment In Currently?
What's happen with dreamhost payment methods?

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
Why Can Ping And Tracert? But Can't Access
A website,which i can't access,but i used the ping and tracert instruct. the result tell me the IP and route is right.later,a use a Proxy site to access that site,it can. who knows the reason?

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
Better Webmail Program That's Compatible With Plesk
I have a Plesk server. Plesk by default uses the Horde webmail software. I was wondering if there is a more powerful, better tool for webmail out there that also works with Plesk. All feedback is appreciated.

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
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
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
We Were Hacked, Where Do We Start.
we have a vps server and someone did what I would call a calling card attack, thankfully.

It is a stock kubuntu os with stock apache. Root passwords for everything have been changed to our own

Somehow they logged into kubuntu as root and changed the htpasswd in usr/passwords (changed to protect the password).

Then since they changed the htpasswd they were able to log into phpmyadmin and changed the admin password in the database.

I'm pretty sure I know who did it and he is teaching us a lesson which I respect but he will not comunicate with us.

We have hourly snapshots of our vps and we need to know how they are getting in. See my sig and click on the hotspot login.

Looking at the sudoers there is the Defaults line that we suspect as a means to get in.

We have a great php etc... app but it is either Apache or kubuntu that they can get in.

I would like to learn about what needs to be done about security but where do I start?

Can someone help me look for something that would allow the attack?

I'm a php guy and it is not a mysql injection attack nor is it an xss attack.

I am not a kubuntu / server security guy and now need your advice.

View Replies!   View Related
MySQL Won't Start ...
tdot:/# /etc/init.d/mysql start
Starting MySQL database server: mysqld.

.
.
.
.
...failed or took more than 6s.
Please take a look at the syslog.
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists!
tdot:/#

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved