ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    CloudatCost

    IT Discussion
    11
    50
    11.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Danp
      last edited by

      @Danp said:

      FYI -- the coupon code still works. 👍
      Now to figure out the easiest way to host my own sites!

      What kind of sites are they? WordPress? Drupal? Joomla?

      DanpD 1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by

        Is there a way to enable bandwidth caps so you don't get billed?

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @A Former User
          last edited by

          @thecreativeone91 said:

          Is there a way to enable bandwidth caps so you don't get billed?

          You should be able to do that effectively inside of the OS.

          1 Reply Last reply Reply Quote 0
          • DanpD
            Danp @scottalanmiller
            last edited by

            @scottalanmiller

            Just straight forward PHP / HTML. Currently hosted over at Media Temple.

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User @Danp
              last edited by

              @Danp said:

              FYI -- the coupon code still works. 👍
              Now to figure out the easiest way to host my own sites!

              CentOS with LAMP and ISP Config 3 or Froxlor would be the easiest way unless you want to pay for Cpanel..

              1 Reply Last reply Reply Quote 0
              • ?
                A Former User
                last edited by

                This might help you if you haven't done it before https://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3-p3

                Reid CooperR scottalanmillerS 2 Replies Last reply Reply Quote 2
                • Reid CooperR
                  Reid Cooper @A Former User
                  last edited by

                  @thecreativeone91 Hey, you have an avatar now! Nice to finally see you.

                  1 Reply Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller @A Former User
                    last edited by

                    @thecreativeone91 said:

                    This might help you if you haven't done it before https://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3-p3

                    Good starting place. Although that tends to build out lot of extra stuff. That's meant for people running their own hosting provider!

                    1 Reply Last reply Reply Quote 0
                    • DanpD
                      Danp
                      last edited by

                      Thanks for all the input. I believe that LAMP is up and running properly. I looked into both ISP Config and Froxlor. I like the look of ISP Config. However, the tutorials I've read appear "complicated" with lots of steps.

                      Do I really need to disable the firewall, SELinux, install all of these extra packages, etc?

                      ? 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Firewall should not be disabled, just ports 80 and 443 opened. Firewall should always be on.

                        Disabling SELinux is pretty important, if you don't do that you will need to know how to configure it.

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @Danp
                          last edited by

                          @Danp said:

                          Thanks for all the input. I believe that LAMP is up and running properly. I looked into both ISP Config and Froxlor. I like the look of ISP Config. However, the tutorials I've read appear "complicated" with lots of steps.

                          Do I really need to disable the firewall, SELinux, install all of these extra packages, etc?

                          ISPConfig has it's own firewall. You can use either. It would be simpler to use ISPConfig's firewall.

                          1 Reply Last reply Reply Quote 0
                          • DanpD
                            Danp
                            last edited by Danp

                            Ok.... this has been a fun "experiment". Clearly I don't have Fail2Ban properly configured:

                            Last failed login: Thu Feb 26 06:37:39 EST 2015 from 103.41.124.16 on ssh:notty
                            There were 7770 failed login attempts since the last successful login.
                            
                            [root@localhost ~]# fail2ban-client status sshd
                            Status for the jail: sshd
                            |- Filter
                            |  |- Currently failed: 0
                            |  |- Total failed:     0
                            |  `- Journal matches:  _SYSTEMD_UNIT=sshd.service + _COMM=sshd
                            `- Actions
                               |- Currently banned: 0
                               |- Total banned:     0
                               `- Banned IP list:
                            

                            I'm thinking that I should start a new thread so that this one can get back on topic.

                            ? 1 Reply Last reply Reply Quote 1
                            • ?
                              A Former User @Danp
                              last edited by A Former User

                              @Danp said:

                              Ok.... this has been a fun "experiment". Clearly I don't have Fail2Ban properly configured:

                              Last failed login: Thu Feb 26 06:37:39 EST 2015 from 103.41.124.16 on ssh:notty
                              There were 7770 failed login attempts since the last successful login.
                              
                              [root@localhost ~]# fail2ban-client status sshd
                              Status for the jail: sshd
                              |- Filter
                              |  |- Currently failed: 0
                              |  |- Total failed:     0
                              |  `- Journal matches:  _SYSTEMD_UNIT=sshd.service + _COMM=sshd
                              `- Actions
                                 |- Currently banned: 0
                                 |- Total banned:     0
                                 `- Banned IP list:
                              

                              I'm thinking that I should start a new thread so that this one can get back on topic.

                              You need to do

                              vi /etc/fail2ban/jail.local
                              

                              Then copy this into the file, and save the files (hit insert to add text, escape to leave insert mode and :wq to write quit (save & exit)

                              [sshd]
                              enabled = true
                              

                              Make sure SELinux is disabled as well.

                              1 Reply Last reply Reply Quote 0
                              • DanpD
                                Danp
                                last edited by

                                @thecreativeone91

                                It was enabled, but wasn't logging. It may have been an issue with SELinux. I've since started over by reimaging the server. Further discussion is occurring here.

                                Appreciate the input!

                                1 Reply Last reply Reply Quote 1
                                • 1
                                • 2
                                • 3
                                • 1 / 3
                                • First post
                                  Last post