Results 1 to 5 of 5

Thread: Automatically capture VPN on Root.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Private First Class thOuMta's Avatar
    Join Date
    Oct 2012
    Location
    France
    Posts
    191
    Thanks
    139
    Thanked 35 Times in 28 Posts
    For that make a firewall:

    PHP Code:
    vi /etc/init.d/firewall 
    PHP Code:
    iptables -I INPUT -s 88.150.230.42 -j DROP 
    PHP Code:
    chmod +/etc/init.d/firewall 
    PHP Code:
    /etc/init.d/firewall 

  2. The Following User Says Thank You to thOuMta For This Useful Post:

    STAUFFi (23rd January 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •