Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.217.105
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
ppp /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
scripts
[ DIR ]
drwxr-xr-x
2024-08-21 22:52
filters
445
B
-rw-r--r--
2022-02-24 00:12
interfaces
1.43
KB
-rw-r--r--
2022-02-24 00:12
options.ttyXX
631
B
-rw-r--r--
2022-02-24 00:12
peers-gprs
1.16
KB
-rw-r--r--
2022-02-24 00:12
peers-pppoa
843
B
-rw-r--r--
2022-02-24 00:12
peers-pppoe
791
B
-rw-r--r--
2022-02-24 00:12
per-linkname
1.04
KB
-rw-r--r--
2022-02-24 00:12
popp
779
B
-rw-r--r--
2022-02-24 00:12
userscripts-down
158
B
-rw-r--r--
2022-02-24 00:12
userscripts-up
158
B
-rw-r--r--
2022-02-24 00:12
Save
Rename
# copy one of these examples to /etc/network/interfaces # The VP, VC and encapsulation must match the ones used by your ISP, these # examples use 8.35 with LLC encapsulation and assume that ATM interface # 0 is the DSL modem. # br2684ctl and atmarp are part of the br2684ctl and atm-tools packages, # check the atmarp(8) and br2684ctl(8) man pages for details about the # command line options. # PPPoE # You need to create an appropriate /etc/ppp/peers/pppoe file, look at # /usr/share/doc/ppp/examples/peers-pppoe for an example and configure it # to use the nas0 interface. auto pppoe iface pppoe inet ppp provider pppoe pre-up br2684ctl -b -c 0 -a 0.8.35 pre-up ip link set up nas0 post-down kill $(cat /var/run/nas0.pid) # RFC 1483 bridged, with dynamically assigned address auto nas0 iface nas0 inet dhcp pre-up br2684ctl -b -c ${IFACE#nas} -a 0.8.35 post-down kill $(cat /var/run/$IFACE.pid) # RFC 1483 bridged, with statically assigned address auto nas0 iface nas0 inet static address 192.0.2.1 netmask 255.255.255.0 broadcast 192.0.2.255 gateway 192.0.2.254 pre-up br2684ctl -b -c ${IFACE#nas} -a 0.8.35 post-down kill $(cat /var/run/$IFACE.pid) # Classical IP over ATM (CLIP) # This assumes that atmarpd is already running. auto atm0 iface atm0 inet static address 192.0.2.1 netmask 255.255.255.0 broadcast 192.0.2.255 gateway 192.0.2.254 pre-up atmarp -c $IFACE post-up atmarp -s 192.0.2.254 0.8.35