I'm trying to setup a squid proxy on an ubuntu server. I happen to have multiple ip addresses that I bought along with the vps. Is it possible for me to setup the 2 extra ip addresses to point to my ubuntu vps so that I can have multiple proxy ips?
Asked
Active
Viewed 151 times
1 Answers
-1
Yes, it is, just setup your /etc/network/interfaces
correctly.

Ondra Sniper Flidr
- 2,653
- 12
- 18
-
Hi @ondra how exactly would I do this? – Jonathan Jan 17 '16 at 13:07
-
See https://wiki.debian.org/NetworkConfiguration#Multiple_IP_addresses_on_one_Interface for two ways how to do it. Safer way is to use aliases eth0:x. – Ondra Sniper Flidr Jan 17 '16 at 14:47