Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
iptraf-ng /
[ HOME SHELL ]
Name
Size
Permission
Action
Documentation
[ DIR ]
drwxr-xr-x
FAQ
3.1
KB
-rw-r--r--
README
2.98
KB
-rw-r--r--
README.contact
555
B
-rw-r--r--
README.indent
464
B
-rw-r--r--
README.interfaces
2.18
KB
-rw-r--r--
README.resolving
1.9
KB
-rw-r--r--
changelog.Debian.gz
978
B
-rw-r--r--
copyright
1.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.resolving
============================================================================ README DOCUMENT FOR ASYNCHRONOUS REVERSE NAME RESOLVING ---------------------------------------------------------------------------- DESCRIPTION ----------- IPTraf-ng incorporates a function to resolve IP addresses to host names in the background, keeping IPTraf-ng from waiting until the lookup is completed. If Reverse Lookup is enabled in the Options menu, the IP Traffic Monitor will fork another process and this process will attempt to resolve addresses. When the traffic monitor is done, IPTraf-ng tells this resolving process to quit. PROTOCOL -------- Resolving process and IPTraf-ng communicate with each other with the UNIX domain socket IPC facility. They use datagram sockets. The communication protocol recognizes only 4 types of messages: RVN_HELLO the Hello packet. This simply causes to throw it back, telling it is active. RVN_REQUEST a reverse lookup request. This message includes an IP address to resolve. Upon receive of this request, resolving process checks its internal cache to see if this IP address is already resolved or being resolved. If it isn't in the cache yet, it forks off a copy which resolves in the background, while it returns the IP address in the meantime. Subsequent requests will get the IP address until such time that the child has completed the resolution, at which time, a request will get the host name in reply. RVN_REPLY resolving process marks reply packets with this tag. Reply packets contain the resolved host name or the ASCII representation of the IP address, and an indicator of the state of the resolution for this address (NOTRESOLVED, RESOLVING or RESOLVED). RVN_QUIT Tells resolving process to terminate. The datagram structure and #define's are found in the rvnamed.h header file. Important rvnamed messages are written to /var/log/iptraf-ng/rvnamed.log.
Close