Questions tagged [linode]

Linode is a virtual server hosting business that specializes in Linux boxes.

Linode is a virtual server hosting business that specializes in Linux boxes.

285 questions
2
votes
1 answer

IP spoofing attack errors after setting up a nodebalancer on Linode.com

I recently set up a NodeBalancer in front of a Rails 3.2.12 app. The app is served by nginx and Unicorn. All seems to work fine, but I get a lot of errors such as these that I didn't get when I only had 1 server. IP spoofing…
jlfenaux
  • 303
  • 1
  • 4
  • 9
2
votes
2 answers

Server reboots, no idea why

I'm by no means experienced with system administration. I have a Linode vm mostly for the fun of it, hosting a webserver (nginx -> nodejs) and a Minecraft server I share with some friends. I regularly (1+/day) get e-mails notifying me about system…
salezica
  • 228
  • 1
  • 2
  • 8
2
votes
1 answer

SFTP Connection Failing To Linode's Ubuntu Server

I installed vsftpd on our Ubuntu machine on (Linode VPS) and followed the steps from this documentation. http://www.noob2geek.com/linux/setup-vsftpd-debian-ubuntu/ So, everything works correcly if I try to login via @root, but I cannot connect via…
2
votes
2 answers

Domain Name from 123-reg, VPS from Linode. How to point to Google Mail for Business?

I have bought a domain from 123-reg.co.uk and have successfully pointed it to the IP Address of my Linode VPS so that going to the domain serves up the pages from the Apache server running on the VPS. The instructions I followed to do this are…
2
votes
2 answers

know about web app to monitor server activity?

I have running some servers on rackspace and I want to know if there is a web application like linode-graphs as you can see in the image ? I want to see graphs of server activities like: ram cpu network io ...etc thanks for your help :)
panchicore
  • 121
  • 3
2
votes
1 answer

How to set up my Linode server to run multiple programs on different subdomains?

I just got a linode account and some domain names. With these raw materials in hand, here is what I'd like to do: example.com -- static hosting gitlab.example.com -- install gitlab here dev.example.com -- be able to install ruby stuff…
2
votes
1 answer

What and where is my bootloader on a linode instance?

Using a virtualized instance on linode.com, I don't see where my bootloader is. In the usual place where I would find grub, i.e. in /boot/grub/menu.lst, I don't see any files or directories below the /boot path. It's completely empty. How do I find…
Calvin Cheng
  • 1,136
  • 4
  • 14
  • 18
2
votes
2 answers

How to setup test environment behind VPN?

I have a Linode VPS that I use to host multiple sites. I run Ubuntu 10.04 and Apache 2. What I would like to do is have my live sites (example-site.com) and test sites (test.example-site.com) on the same box but have test.example-site.com only…
jonjon1123
  • 23
  • 1
  • 3
2
votes
1 answer

Starting Linode instances via StackScripts based on Nagios events

I'm developing a web application (django/gunicorn/nginx) that needs to be scaled out according to load. The app will be hosted on Linodes so I intend to use StackScripts (and maybe Puppet) to start up new instances of the web server, then stick…
Andrew
  • 21
  • 1
2
votes
1 answer

logging in to two seperate linode disk images

perhaps I am a bit confused on what a 'disk image' is, but I was under the impression that once I set up multiple disk images in a linode account, they would each act as a distinct server. I have set up two instances, one running ubuntu 10.04 and…
GSto
  • 391
  • 1
  • 3
  • 8
2
votes
1 answer

Setting up VPN on Ubuntu VPS @ linode

I'm really struggling with this because I'm not a network admin, only a mortal programmer. Linode gives you an external and internal IP for use with other nodes on the linode network. In my case I've configured my external interface like this: # The…
kitsune
  • 123
  • 2
  • 4
2
votes
3 answers

Should I use the Linux 2.6.x or 3.x kernel on a production server?

I'm given a number of kernel options (I'm hosted on linode - all kernels are customized by linode): Latest 2.6; Latest 3.0; and the latest legacy 2.6.18 or so and more. Will there be much difference if I choose one over the other? Performance?…
jpanganiban
  • 131
  • 1
  • 3
2
votes
3 answers

Share bandwidth between Linodes

I have 5 linode instances, most of them are in moderate use. Recently I opened a site that takes up a lot of bandwidth, and the linode that its on is being hammered with traffic spending my precious few gb's I have allocated to that linode…
jamm1ng
  • 47
  • 4
2
votes
1 answer

VPS etiquette, and how server resources are meant to be used

I'm renting a tiny Linode to mess around with, host my site and learn more about Linux. It's a VPS with 512MB of RAM and 16GB of storage. I've never owned a computer that wasn't sitting in front of me before, so I've got some questions: I've got…
alexmuller
  • 142
  • 7
2
votes
2 answers

Original sender is not correctly identified when spam is forwarded

I have a forwarding rule with Postfix that forwards all messages to my main email address. When a spam message is sent to one of my emails, it is forwarded but the sender is shown as being the forwarding domain, not the spammer's domain. Real…