anon_root for 2 separate IP's on 1 VPS

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
User avatar
whtevrwt
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Jun 12, 2015 12:52 pm

anon_root for 2 separate IP's on 1 VPS

Post by whtevrwt »

So I have one VPS running 2 servers. One is for Comp and another for Jailbreak. I've setup the Public FTP (vsftp) for the comp server which is ftp://comp.emdclan.com. That works exactly how I want it to work. I'm trying to do the same with my Jailbreak server but it just leads to the same default IP that the VPS comes with, even though it has its own separate IP.

The problem I want solved is how I'm able to have ftp://comp.emdclan.com lead to ONLY 104.153.108.119 while ftp://jb.emdclan.com leads to 192.223.30.177 in /etc/vsftpd.conf.
evil_master
A regular
A regular
Posts: 49
Joined: Fri Jun 17, 2011 3:57 pm

Re: anon_root for 2 separate IP's on 1 VPS

Post by evil_master »

There is no problem.. you need to flush your DNS entries or just wait until they manually expire
C:\Users\LGM>ping comp.emdclan.com

Pinging comp.emdclan.com [104.153.108.119] with 32 bytes of data:
Reply from 104.153.108.119: bytes=32 time=46ms TTL=54
Reply from 104.153.108.119: bytes=32 time=46ms TTL=54
Reply from 104.153.108.119: bytes=32 time=45ms TTL=54
Reply from 104.153.108.119: bytes=32 time=46ms TTL=54

Ping statistics for 104.153.108.119:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 45ms, Maximum = 46ms, Average = 45ms

C:\Users\LGM>ping jb.emdclan.com

Pinging jb.emdclan.com [192.223.30.177] with 32 bytes of data:
Reply from 192.223.30.177: bytes=32 time=45ms TTL=54
Reply from 192.223.30.177: bytes=32 time=48ms TTL=54
Reply from 192.223.30.177: bytes=32 time=45ms TTL=54
Reply from 192.223.30.177: bytes=32 time=46ms TTL=54

Ping statistics for 192.223.30.177:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 45ms, Maximum = 48ms, Average = 46ms
PS: I got a connection refused for ftp://comp.emdclan.com but ftp://jb.emdclan.com is working fine.
Post Reply