Prevent IP Spoofing (Linux)

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
regenx
Posts: 319
Joined: Sat Jul 17, 2010 6:55 am

Prevent IP Spoofing (Linux)

Post by regenx »

This is for Linux servers:
Open your terminal (Ctrl+Alt+T) and edit your host.conf:

Code: Select all

sudo nano /etc/host.conf
from this:

Code: Select all

​order hosts,bind
​multi on
to this one:

Code: Select all

order bind,hosts
​nospoof on
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: Prevent IP Spoofing (Linux)

Post by Sacrifice »

Works well also like...

Code: Select all

order hosts,bind
​multi on
nospoof on
User avatar
u3games
Posts: 1156
Joined: Sun Feb 27, 2011 7:00 pm
Location: España
Contact:

Re: Prevent IP Spoofing (Linux)

Post by u3games »

Nice ^^
Image
ashbrlmd
Posts: 1
Joined: Tue Oct 10, 2017 2:30 pm

Re: Prevent IP Spoofing (Linux)

Post by ashbrlmd »

i was searching for this. Thanks
Mobile App Development in california
http://www.brillmindz.com/mobile-applic ... alifornia/
Post Reply