Rather n00b question regarding IPs

Is there much point to running my Linode with 2 IPs? I guess a more proper question would be "Why would I need two IPs on my Linode?"

I will not be running DNS on my Linode. In fact, it will run MySQL (local only) or PostgreSQL, Apache with multiple domains, mail, and a game server. Since all of the network traffic goes through the same eth interface anyway, am I doing myself any favors by splitting up some of the domains to use a second IP?

3 Replies

@melancthon:

Is there much point to running my Linode with 2 IPs? I guess a more proper question would be "Why would I need two IPs on my Linode?"

I will not be running DNS on my Linode. In fact, it will run MySQL (local only) or PostgreSQL, Apache with multiple domains, mail, and a game server. Since all of the network traffic goes through the same eth interface anyway, am I doing myself any favors by splitting up some of the domains to use a second IP?
Typically the only thing multiple IPs is useful for is hosting multiple HTTPS (SSL) sites.

And/Or binding services to certain addresses for accounting or other purposes.

It sounds like you won't gain much. It would come in handy if you wanted to run separate services on the same standard ports that you want to keep separate for some reason. But multiple domains can easily be done as name-based virtual domains in Apache, with a single IP.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct