Dragic 125 Posted January 13 Posted January 13 (edited) Hello MaxCheaters, i made the decision to show you a simple way to make a VPS as Proxy for your lineage 2 server using Lucera Files. Step 1: First you need to buy VPS in the location you need for example if you need to make Proxy in Russia you must buy VPS From Russia Federation. Step 2: Install Debian Operation System in your VPS. Step 3: Connect to your VPS with Bitvise SSH Client Add your VPS Details . Step 4: Use New Terminal Console button. Step 5: Now you have to paste in console the code bellow. (Don't forget to replace the localhost ip 127.0.0.1 with the main host meaning your IP from your dedicated server that you hosting your L2 server). sudo bash -c 'echo 1 > /proc/sys/net/ipv4/ip_forward'; sudo iptables -t nat -A PREROUTING -p tcp --dport 7777 -j DNAT --to-destination 127.0.0.1:7777; sudo iptables -t nat -A PREROUTING -p udp --dport 7777 -j DNAT --to-destination 127.0.0.1:7777; sudo iptables -t nat -A POSTROUTING -j MASQUERADE; Step 6: Make the VPS (PROXY) IP Whitelisted in your ddos protection. Step 7: Now go to "Lucera3\authserver\config\proxyservers.xml" open it and add your proxy ip port etc. origId="Your Main Server ID" proxyId="The Server ID You Need To Use As Proxy" proxyHost="The IP From Your VPS (Proxy)" proxyPort="Game Server Port (7777)" EXAMPLE: <proxyServer origId="1" proxyId="2" proxyHost="127.0.0.1" proxyPort="7777" /> Edited January 13 by Dragic 2 2 1 Quote Share this post Link to post Share on other sites
Nightw0lf 113 Posted January 13 Posted January 13 thank you for sharing this with the community maybe the most wanted guide Quote Share this post Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.