Page 1 of 1

Prevent IP Spoofing (Linux)

Posted: Wed Aug 30, 2017 5:03 pm
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

Re: Prevent IP Spoofing (Linux)

Posted: Sun Sep 03, 2017 10:39 am
by Sacrifice
Works well also like...

Code: Select all

order hosts,bind
​multi on
nospoof on

Re: Prevent IP Spoofing (Linux)

Posted: Sun Sep 03, 2017 3:33 pm
by u3games
Nice ^^

Re: Prevent IP Spoofing (Linux)

Posted: Tue Oct 10, 2017 2:35 pm
by ashbrlmd
i was searching for this. Thanks