Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
ifupdown /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
bridge
364
B
-rw-r--r--
2021-09-14 13:27
check-mac-address.sh
397
B
-rw-r--r--
2022-12-09 20:37
generate-interfaces.pl
4.02
KB
-rw-r--r--
2021-09-14 13:27
get-mac-address.sh
312
B
-rw-r--r--
2022-12-09 20:37
network-interfaces
6.09
KB
-rw-r--r--
2021-09-14 13:27
pattern-matching
831
B
-rw-r--r--
2021-09-14 13:27
pcmcia-compat.sh
491
B
-rw-r--r--
2021-09-14 13:27
ping-places.sh
598
B
-rw-r--r--
2023-01-23 21:14
Save
Rename
# Match all interfaces starting with "eth". This will bring up eth0 and eth1 # at boot time, if those interfaces exist. auto /eth* iface eth0 inet dhcp iface eth1 inet static address 93.184.216.34 # Match all interfaces starting with "eth", and bring them up using the same # stanza. auto /eth*/=foo iface foo inet dhcp # Match an interface by MAC address, and use the configuration from logical # interface foo to bring it up. auto mac/01:23:45:67:89:ad/=foo iface foo inet6 dhcp # Match the first Ethernet interface on Linux. These contain the value "1" in # the sysfs file "type". auto type/1/1=bar iface bar inet dhcp # Match the second wireless interface on Linux. These have a directory called # "wireless" in their sysfs directory. The pattern * matches if this exists. auto wireless/*/2=baz iface baz inet6 dhcp