Shadow-Here


Server : Apache
System : Linux methusalix2 3.16.0-11-amd64 #1 SMP Debian 3.16.84-1 (2020-06-09) x86_64
User : hios ( 1437)
PHP Version : 5.6.40-0+deb8u12
Disable Function : proc_close,proc_open,dl,shell_exec,passthru
Directory :  /etc/network/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :
Current File : //etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#auto eth0
#iface eth0 inet static
    post-up iptables -I INPUT 1 -p tcp -m multiport --dports 9100,9104 -s 91.220.179.231 -j ACCEPT
    post-up iptables -I INPUT 2 -p tcp -m multiport --dports 9100,9104 -j DROP
# address 192.168.45.190
# netmask 255.255.255.0
# gateway 192.168.45.1

auto eth0
iface eth0 inet static
    post-up iptables -I INPUT 1 -p tcp -m multiport --dports 9100,9104 -s 91.220.179.231 -j ACCEPT
    post-up iptables -I INPUT 2 -p tcp -m multiport --dports 9100,9104 -j DROP
 address 91.220.179.173
 gateway 91.220.179.129
 netmask 255.255.255.128
  broadcast 91.220.179.255

auto eth0:ka
iface eth0:ka inet static
  address 91.220.179.170
  netmask 255.255.255.128
  broadcast 91.220.179.255

auto eth1
iface eth1 inet static
 address 192.168.45.221
 netmask 255.255.255.0

 # post-up  ethtool -K eth0 tx off

#
# The commented out line above will disable TCP checksumming which
# might resolve problems for some users.  It is disabled by default
#

Samx