All public logs
From Wiki.IT-Arts.net
Combined display of all available logs of Wiki.IT-Arts.net. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:18, 9 November 2024 Admin talk contribs created page Sha256sum - Manpage (Created page with "Category:Post-It == Quick Example == Compare two hashes : <nowiki> echo "the-official-hash-of-the-file" && sha256sum /path/to/file</nowiki> == sha256sum --help == <nowiki> sha256sum --help Usage: sha256sum [OPTION]... [FILE]... Print or check SHA256 (256-bit) checksums. With no FILE, or when FILE is -, read standard input. -b, --binary read in binary mode -c, --check read checksums from the FILEs and check them --tag...")
- 11:13, 9 November 2024 Admin talk contribs created page ADDUSER - Manpage (Created page with "Category:Post-It == Quick Examples == With a custom shell : <nowiki> adduser username --shell /bin/sh</nowiki> With a custom home ddirectory : <nowiki> adduser username --home /home/not_username/</nowiki> With custom groups : <nowiki> adduser username --groups sudo,admin</nowiki> == ADDUSER Manpage == <nowiki> ADDUSER(8) System Manager's Manual...")
- 11:05, 9 November 2024 Admin talk contribs created page MKE2FS - Manpage (Created page with "Category:Post-It == Quick Example == Create an ext4 file system : <nowiki> mkfs.ext4 /dev/sdb1</nowiki> Then label it : <nowiki> e4label /dev/sdb1 disk-sdb-part1</nowiki> == MKE2FS Manpage == <nowiki> MKE2FS(8) System Manager's Manual MKE2FS(8) NAME mke2fs - create an ext2/ext3/ext4 fil...")
- 10:00, 9 November 2024 Admin talk contribs created page DEBIAN - Post-Install Script GIMP (Created page with "Category:Post-It <nowiki> apt update && apt install -y gimp gimp-data-extras gimp-gutenprint gimp-help-en exit 0</nowiki>")
- 05:26, 4 November 2024 Admin talk contribs created page ALCATEL - Spanning Tree (Created page with "Category:Post-It Platforms Supported : OmniSwitch 6860, 6860E TO RESET SPANNING TREE TO DEFAULT, THERE IS NO COMMAND LIKE "no spantree ...", CONFIGURE AGAIN THE DEFAULT VALUE, EG :</br> "By default, the bridge priority value is set to 32768 for the CIST, an MSTI, and a VLAN instance". == SpanTree Priority == Configures the bridge priority value for the Common and Internal Spanning Tree (CIST) instance, a Multiple Spanning Tree Instance (MSTI), or a VLAN instanc...")
- 09:42, 27 October 2024 Admin talk contribs created page USERADD - Manpage (Created page with "Category:Post-It == useradd Manpage == <nowiki> USERADD(8) System Management Commands USERADD(8) NAME useradd - create a new user or update default new user information SYNOPSIS useradd [options] LOGIN useradd -D useradd -D [options] DESCRIPTION useradd is a low level...")
- 07:53, 27 October 2024 Admin talk contribs created page SMBCACLS - Manpage (Created page with "Category:Post-It == smbcacls Manpage == <nowiki> SMBCACLS(1) User Commands SMBCACLS(1) NAME smbcacls - Set or get ACLs on an NT file or directory names SYNOPSIS smbcacls {//server/share} {/filename} [-D|--delete acl] [-M|--modify acl] [-a|--add acl] [-S|--set acl] [-C|--chown name]...")
- 07:35, 27 October 2024 Admin talk contribs created page SAMBA - List Users (Created page with "Category:Post-It == List Samba Users == <nowiki> root@samba:~# pdbedit -L -v --------------- Unix username: guest NT username: Account Flags: [U ] User SID: S-1-5-21-3099906846-3389996450-3389994078-9999 Primary Group SID: S-1-5-21-3069996846-3389996450-3389034078-999 Full Name: Home Directory: /home/guest HomeDir Drive: Logon Script: Profile Path: \\samba\guest\profile Dom...")
- 07:32, 27 October 2024 Admin talk contribs created page PDBEDIT - Manpage (Created page with "Category:Post-It == pdbedit Manpage == <nowiki> PDBEDIT(8) System Administration tools PDBEDIT(8) NAME pdbedit - manage the SAM database (Database of Samba Users) SYNOPSIS pdbedit [-a] [-b passdb-backend] [-c account-control] [-C value] [-d debuglevel] [-D drive] [-e passdb-backend] [-f fullnam...")
- 14:26, 21 October 2024 Admin talk contribs created page BASH - Test Connection Simple script (Created page with "Category:Post-It == Test Connection Simple Script == <nowiki> #!/bin/bash IP_POOL="8.8.8.8 google.com 91.224.148.1 80.67.169.12" HITS=2 echo "#############################" echo "##### Ping" echo "#############################" for a in $IP_POOL; do ping $a -c $HITS done echo "#############################" echo "Internet IP Address"; echo "#############################"; echo "# Wget chekip.dyndns.org Method:"; wget -q -O - checkip.dyndns.org|sed -e 's...")
- 13:47, 21 October 2024 Admin talk contribs created page PALO-ALTO - Show Conf (Created page with "Category:Post-It == mode set == First, put the PaloAlto in mode set : <nowiki> set cli config-output-format set</nowiki> == show conf == To show the full config : <nowiki> show deviceconfig</nowiki> === show HA config == To show the HA config : <nowiki> show deviceconfig high-availability</nowiki>")
- 18:06, 13 October 2024 Admin talk contribs deleted page FORTIGATE - SSLVPN Debug (content was: "Category:Post-It == SSL VPN debug command == Use the following diagnose commands to identify SSL VPN issues. These commands enable debugging of SSL VPN with a debug level of -1 for detailed results. <nowiki> diagnose debug application sslvpn -1 diagnose debug enable</nowiki> The CLI displays debug output similar to the following: <nowiki> [282:root]SSL state:before/accep...", and the only contributor was "Admin" (talk))
- 18:06, 13 October 2024 Admin talk contribs created page FORTIGATE - SSLVPN Troubleshoot (Created page with "Category:Post-It == SSL VPN debug command == Use the following diagnose commands to identify SSL VPN issues. These commands enable debugging of SSL VPN with a debug level of -1 for detailed results. <nowiki> diagnose debug application sslvpn -1 diagnose debug enable</nowiki> The CLI displays debug output similar to the following: <nowiki> [282:root]SSL state:before/accept initialization (172.20.120.12) [282:root]SSL state:SSLv3 read client hello A (172.20.120...")
- 18:05, 13 October 2024 Admin talk contribs created page FORTIGATE - SSLVPN Debug (Created page with "Category:Post-It == SSL VPN debug command == Use the following diagnose commands to identify SSL VPN issues. These commands enable debugging of SSL VPN with a debug level of -1 for detailed results. <nowiki> diagnose debug application sslvpn -1 diagnose debug enable</nowiki> The CLI displays debug output similar to the following: <nowiki> [282:root]SSL state:before/accept initialization (172.20.120.12) [282:root]SSL state:SSLv3 read client hello A (172.20.120...")
- 17:58, 13 October 2024 Admin talk contribs deleted page ALCATEL - AAA Command (content was: "Category:Post-It Platforms : * OmniSwitch AOS Release 8 Network Configuration Guide December 2019 * OmniSwitch OS6860/OS6900/OS10K Troubleshooting Guide 802.1x debug : <nowiki> show unp user detail</nowiki> == show unp == Platforms Supported : OmniSwitch 6900 Displays the Universal Network Profile (UNP) configuration for the switch : <nowiki> show unp [unp_name]</nowi...", and the only contributor was "Admin" (talk))
- 17:58, 13 October 2024 Admin talk contribs created page ALCATEL - 802.1x Troubleshoot (Created page with "Category:Post-It Platforms : * OmniSwitch AOS Release 8 Network Configuration Guide December 2019 * OmniSwitch OS6860/OS6900/OS10K Troubleshooting Guide 802.1x debug : <nowiki> show unp user detail</nowiki> == show unp == Platforms Supported : OmniSwitch 6900 Displays the Universal Network Profile (UNP) configuration for the switch : <nowiki> show unp [unp_name]</nowiki> * unp_name ** The name of the UNP. By default, the configuration for all UNPs is dis...")
- 15:59, 13 October 2024 Admin talk contribs created page ARUBA - AAA Command (Created page with "Category:Post-It 802.1x debug : <nowiki> show aaa authentication port-access dot1x authenticator interface all client-status</nowiki> == The aaa Command == To verify the switch access setup, enter the '''show aaa authentication''' command. The display is similar to the one shown here: <nowiki> Service type = Default 1rst authentication server = rad1 2nd authentication server = local Service type = Console Authentication = Use Default, 1rst authentication ser...")
- 15:00, 27 August 2024 Admin talk contribs created page ALCATEL - Save Configuration (Created page with " == Backup the Configuration == The Alcatel switch work with two configurations: the working and the certified. Certified is considered to be the most reliable. When the switch starts, if the working and the certified are not identical, it uses the certified. It then goes into certified mode and it is not possible to modify the configuration. If at start -up the two configurations are identical, it uses the working. To save the configuration, you must first save the...")
- 17:10, 25 August 2024 Admin talk contribs created page WINDOWS - Active Directory Controller Port list (Created page with "Category:Post-It == Active Directory Controller Port List == All the ports a ugly Windows Active Directory Controller : <nowiki> DCE-RPC-TCP 135/tcp DNS 53/udp KERBEROS 88/udp KRB-Password-TCP 464/tcp KRB-Password-UDP 464/udp LDAP 389/tcp LDAP-UDP 389/udp LDAP-GC 3268/tcp LDAP-GC-SSL 3269/tcp LDAPS 636/tcp LSA-RPC 49152-65535/tcp NTP 123/udp SMB 139,445/tcp WS-MGMT 9389/tcp</nowiki> == Netbios == If you are running a shit...")
- 14:10, 25 August 2024 Admin talk contribs deleted page WINDOWS - Print Routes (content was: "Category:Post-It == Route Syntax == <nowiki> route [/f] [/p] [<command> [<destination>] [mask <netmask>] [<gateway>] [metric <metric>]] [if <interface>]]</nowiki> == Route Print == To display the entire contents of the IP routing table, type : <nowiki> C:\> route print</nowiki> To display the routes in the IP routing table that begin with 10, type : <nowiki> C:\> rou...", and the only contributor was "Admin" (talk))
- 14:10, 25 August 2024 Admin talk contribs created page WINDOWS - Route Command (Created page with "Category:Post-It == Route Syntax == <nowiki> route [/f] [/p] [<command> [<destination>] [mask <netmask>] [<gateway>] [metric <metric>]] [if <interface>]]</nowiki> == Route Print == To display the entire contents of the IP routing table, type : <nowiki> C:\> route print</nowiki> To display the routes in the IP routing table that begin with 10, type : <nowiki> C:\> route print 10.*</nowiki> Print IPv4 routing table : <nowiki> C:\> route print -4</nowiki>...")
- 14:09, 25 August 2024 Admin talk contribs created page WINDOWS - Print Routes (Created page with "Category:Post-It == Route Syntax == <nowiki> route [/f] [/p] [<command> [<destination>] [mask <netmask>] [<gateway>] [metric <metric>]] [if <interface>]]</nowiki> == Route Print == To display the entire contents of the IP routing table, type : <nowiki> C:\> route print</nowiki> To display the routes in the IP routing table that begin with 10, type : <nowiki> C:\> route print 10.*</nowiki> Print IPv4 routing table : <nowiki> C:\> route print -4</nowiki>...")
- 14:00, 25 August 2024 Admin talk contribs created page WINDOWS - Test-Net-Connection (Created page with "Category:Post-It == Quick Example == <nowiki> Test-NetConnection -ComputerName 192.168.0.6 -InformationLevel "Detailed" -Port 3389</nowiki> == Test-NetConnection Command == <nowiki> Test-NetConnection [[-ComputerName] <String>] [-DiagnoseRouting] [-ConstrainSourceAddress <String>] [-ConstrainInterface <UInt32>] [-InformationLevel <String>] [<CommonParameters>]</nowiki> == Test a connection to a remote host == PowerShell : <nowiki>...")
- 12:29, 20 August 2024 Admin talk contribs created page FORTIGATE - Diagnose Debug HA (Created page with "Category:Post-It Fortigate synchronization debugging == Diag Debug HA == <nowiki> execute ha synchronize stop diag debug reset diag debug enable diag debug application hasync -1 diag debug application hatalk -1 execute ha synchronize start</nowiki> For seeing communication between HA ports : <nowiki> diagnose hardware device nic <heart beats interface> diagnose sniffer packet port_ha "" 4</nowiki> == Usefull Links == * https://community.fortinet.com/t5/F...")
- 13:24, 18 August 2024 Admin talk contribs created page FORTIGATE - Packet Debug Flow (Created page with "Category:Post-It FortiOS 6.2.12 Cookbook / FortiOS 7.4.3 Administration Guide == Quick Example == To start flow monitoring with a specific number of packets : <nowiki> diagnose debug flow trace start <N></nowiki> To stop flow tracing at any time : <nowiki> diagnose debug flow trace stop</nowiki> The following example shows the flow trace for a device with an IP address of W.X.Y.Z : <nowiki> diagnose debug enable diagnose debug flow filter addr W.X.Y.Z di...")
- 16:35, 11 August 2024 Admin talk contribs created page PALO-ALTO - Traffic Base Filters (Created page with "Category:Post-It Some base traffic filters to debug on Palo Alto... == From Host a.a.a.a to Host b.b.b.b == Shows all traffic coming from a host with an IP address of 1.1.1.1 and going to a host destination address of 2.2.2.2 : <nowiki> (addr.src in a.a.a.a) and (addr.dst in b.b.b.b)</nowiki> == To Host Range == Note that you cannot specify an actual range but can use CIDR notation to specify a network range of addresses : <nowiki> (addr.src in a.a.a.a/CID...")
- 16:15, 11 August 2024 Admin talk contribs created page ALCATEL - AAA Command (Created page with "Category:Post-It <nowiki> show aaa authentication port-access dot1x authenticator interface all client-status </nowiki> == The aaa Command == == Expected Return == <nowiki> SHITY-ALCATEL# show aaa authentication port-access dot1x authenticator interface all client-status Client XX:XX:XX:XX:XX:XX, -, 1/1/95 ========================================= Authentication Details ---------------------- Status : Unauthenticated Typ...")
- 14:54, 3 August 2024 Admin talk contribs created page ALCATEL - Show MAC Addresss (Created page with "Category:Post-It Platforms Supported :<br /> OmniSwitch 6400, 6850, 6855, 6850E, 9000E == show mac-address-table == Displays Source Learning MAC Address Table information. <nowiki> show mac-address-table [permanent | learned | quarantined] [mac_address] [slot slot | slot/port] [link- agg link_agg] [vid | vid1-vid2]</nowiki> === Syntax Definitions === * permanent ** Display static MAC addresses with a permanent status. * learned ** Display dynamically lear...")
- 14:25, 3 August 2024 Admin talk contribs deleted page PALOALTO - Base Commands (content was: "Category:Post-It == Show Interfaces == <nowiki> show interface all > configure Entering configuration mode [edit] # show network interface ethernet ethernet1/2</nowiki> == Display the routing table == <nowiki> show routing route</nowiki> Look at routes for a specific destination : <nowiki> show routing fib virtual-router <name> | match <x.x.x.x/Y></nowiki>...", and the only contributor was "Admin" (talk))
- 14:25, 3 August 2024 Admin talk contribs created page PALO-ALTO - Base Commands (Created page with "Category:Post-It == Show Interfaces == <nowiki> show interface all > configure Entering configuration mode [edit] # show network interface ethernet ethernet1/2</nowiki> == Display the routing table == <nowiki> show routing route</nowiki> Look at routes for a specific destination : <nowiki> show routing fib virtual-router <name> | match <x.x.x.x/Y></nowiki> == Show NAT == Show the NAT policy table <nowiki> show running nat-policy</nowiki> =...")
- 14:23, 3 August 2024 Admin talk contribs deleted page BASH- Show SWAP Usage.sh (content was: "Category:Post-It <nowiki> #!/bin/sh # # LIST SWAP USAGE BY APPLICATION for file in /proc/*/status ; do grep -q "VmSwap" $file;if [ $? -eq 0 ]; then awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; fi done|grep -v '0 kB' | sort -k 2 -n exit 0</nowiki>", and the only contributor was "Admin" (talk))
- 14:23, 3 August 2024 Admin talk contribs created page BASH - Show SWAP Usage.sh (Created page with "Category:Post-It <nowiki> #!/bin/sh # # LIST SWAP USAGE BY APPLICATION for file in /proc/*/status ; do grep -q "VmSwap" $file;if [ $? -eq 0 ]; then awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; fi done|grep -v '0 kB' | sort -k 2 -n exit 0</nowiki>")
- 14:22, 3 August 2024 Admin talk contribs deleted page ALCATEL- VLAN Examples (content was: "Category:Post-It VLAN EXAMPLES FOR ALCATEL == Single Port Tagged/Untagged Traffic == Renaming interface : <nowiki> interfaces port 5/1/44 alias "<NAME>"</nowiki> Setting the VLAN : <nowiki> vlan 2139 members port 5/1/44 untagged vlan 2150 members port 5/1/44 tagged vlan 2152 members port 5/1/44 tagged vlan 2154 members port 5/1/44 tagged</nowiki> == LACP Ports Tagge...", and the only contributor was "Admin" (talk))
- 14:22, 3 August 2024 Admin talk contribs created page ALCATEL - VLAN Examples (Created page with "Category:Post-It VLAN EXAMPLES FOR ALCATEL == Single Port Tagged/Untagged Traffic == Renaming interface : <nowiki> interfaces port 5/1/44 alias "<NAME>"</nowiki> Setting the VLAN : <nowiki> vlan 2139 members port 5/1/44 untagged vlan 2150 members port 5/1/44 tagged vlan 2152 members port 5/1/44 tagged vlan 2154 members port 5/1/44 tagged</nowiki> == LACP Ports Tagged/Untagged Traffic == Creating the LACP interface : <nowiki> linkagg lacp agg 11 size 2...")
- 14:21, 3 August 2024 Admin talk contribs deleted page ALCATEL- Basic commands on Alcatel Omniswitch (content was: "Category:Post-It SOURCE : * http://www.latouche.info/admin/user_guides/omniswitch.html == Introduction == This page is based on the notes I took when managing Alcatel Omniswitchs 6600, 6800 in 2007 and later 6850. The full documentation can be found on Alcatel-Lucent website. Managing the configuration files Alcatel Omniswitchs can operate in two modes: working and certified (show running-directory to know in which mode the switch is). In working mode, the configurati...")
- 14:21, 3 August 2024 Admin talk contribs created page ALCATEL - Basic commands on Alcatel Omniswitch (Created page with "Category:Post-It SOURCE : * http://www.latouche.info/admin/user_guides/omniswitch.html == Introduction == This page is based on the notes I took when managing Alcatel Omniswitchs 6600, 6800 in 2007 and later 6850. The full documentation can be found on Alcatel-Lucent website. Managing the configuration files Alcatel Omniswitchs can operate in two modes: working and certified (show running-directory to know in which mode the switch is). In working mode, the conf...")
- 14:21, 3 August 2024 Admin talk contribs deleted page BASH- Show Public IP.sh (content was: "Category:Post-It <nowiki> #!/bin/sh wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//' && echo "Done !" exit 0</nowiki>", and the only contributor was "Admin" (talk))
- 14:21, 3 August 2024 Admin talk contribs created page BASH - Show Public IP.sh (Created page with "Category:Post-It <nowiki> #!/bin/sh wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//' && echo "Done !" exit 0</nowiki>")
- 14:20, 3 August 2024 Admin talk contribs deleted page ALCATEL- Show Interface Tranceiver (content was: "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specifi...", and the only contributor was "Admin" (talk))
- 14:20, 3 August 2024 Admin talk contribs created page ALCATEL - Show Interface Tranceiver (Created page with "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specific module. * slot/port[-port2] ** The slot and port number (3/1). Use a hyphen to specify...")
- 14:19, 3 August 2024 Admin talk contribs created page ALCATEL- Show Interface Tranceiver (Created page with "Category:Post-It Platforms Supported :<br /> Alcatel OmniSwitch 6400, 6850, 6850E, 6855, 9000E == show interfaces transceiver == Displays the DDM information for the specified transceivers. <nowiki> show interfaces [slot | slot/port[-port2]] transceiver [ddm | w-low | w-high | a-low | a-high | actual]</nowiki> Syntax Definitions : * slot ** The slot number for a specific module. * slot/port[-port2] ** The slot and port number (3/1). Use a hyphen to specify...")
- 14:17, 3 August 2024 Admin talk contribs created page OPENCONNECT - Manpage (Created page with "Category:Post-It For Fortigate : <nowiki> openconnect --protocol=fortinet fortigate.example.com</nowiki> <nowiki> openconnect --help Usage: openconnect [options] <server> Open client for multiple VPN protocols, version v9.01-3 Using GnuTLS 3.7.9. Features present: TPMv2, PKCS#11, RSA software token, HOTP software token, TOTP software token, Yubikey OATH, System keys, DTLS, ESP --config=CONFIGFILE Read options from config file -V, --version...")
- 12:48, 28 July 2024 Admin talk contribs deleted page FIBER - SFP CheatSheet (content was: "Category:Post-It == SFP And SFP+== {| class="wikitable" style="margin:left" |+ SFP Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SX || 1.25G || 850nm LC || 550m |- | LX || 1.25G || 1310nm LC || 10km/20km |- | EX || 1.25G || 1550nm LC || 40km |- | ZX || 1.25G || 1550nm LC || 80km |} {| class="wikitable" style="margin:left" |+ SFP+ Optical Modules |- ! Code...", and the only contributor was "Admin" (talk))
- 12:48, 28 July 2024 Admin talk contribs created page OPTICAL-FIBER - SFP CheatSheet (Created page with "Category:Post-It == SFP And SFP+== {| class="wikitable" style="margin:left" |+ SFP Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SX || 1.25G || 850nm LC || 550m |- | LX || 1.25G || 1310nm LC || 10km/20km |- | EX || 1.25G || 1550nm LC || 40km |- | ZX || 1.25G || 1550nm LC || 80km |} {| class="wikitable" style="margin:left" |+ SFP+ Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SR || 10G || 850nm LC || 300m |- | LR || 10G || 13...")
- 12:47, 28 July 2024 Admin talk contribs created page PALOALTO - Base Commands (Created page with "Category:Post-It == Show Interfaces == <nowiki> show interface all > configure Entering configuration mode [edit] # show network interface ethernet ethernet1/2</nowiki> == Display the routing table == <nowiki> show routing route</nowiki> Look at routes for a specific destination : <nowiki> show routing fib virtual-router <name> | match <x.x.x.x/Y></nowiki> == Show NAT == Show the NAT policy table <nowiki> show running nat-policy</nowiki> =...")
- 15:46, 21 July 2024 Admin talk contribs created page FIBER - SFP CheatSheet (Created page with "Category:Post-It == SFP == {| class="wikitable" style="margin:auto" |+ SFP Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SX || 1.25G || 850nm LC || 550m |- | LX || 1.25G || 1310nm LC || 10km/20km |- | EX || 1.25G || 1550nm LC || 40km |- | ZX || 1.25G || 1550nm LC || 80km |} == SFP+ == {| class="wikitable" style="margin:auto" |+ SFP+ Optical Modules |- ! Code !! Speed !! Wavelenght || Distance |- | SR || 10G || 850nm LC || 300m |- | LR || 10G...")
- 15:22, 21 July 2024 Admin talk contribs created page FORTIGATE - Packet Sniffer (Created page with "Category:Post-It == Verbose Levels Detail == * 1: print header of packets. * 2: print header and data from IP of packets. * 3: print header and data from Ethernet of packets. * 4: print header of packets with interface name. * 5: print header and data from IP of packets with interface name. * 6: print header and data from Ethernet of packets with interface name. == Basic Sniffing Command == <nowiki> diag sniffer packet <interface> <'filter'> <verbose> <count>...")
- 15:09, 21 July 2024 Admin talk contribs deleted page FORTIGATE- Configuration Dump Script (content was: "Category:Post-It <nowiki> #!/bin/bash # # Usage: ./thisScript.sh {IPv4} {PORT} ##### VARIABLES IP="$1" PORT="$2" MESSAGE="Usage: $0 {IPv4} {PORT}" ##### FUNTIONS is_valid_ipv4() { local -a octets=( ${1//\./ } ) local RETURNVALUE=0 # return an error if the IP doesn't have exactly 4 octets [[ ${#octets[@]} -ne 4 ]] && return 1 # return an erro...", and the only contributor was "Admin" (talk))
- 15:09, 21 July 2024 Admin talk contribs created page FORTIGATE - Configuration Dump Script (Created page with "Category:Post-It <nowiki> #!/bin/bash # # Usage: ./thisScript.sh {IPv4} {PORT} ##### VARIABLES IP="$1" PORT="$2" MESSAGE="Usage: $0 {IPv4} {PORT}" ##### FUNTIONS is_valid_ipv4() { local -a octets=( ${1//\./ } ) local RETURNVALUE=0 # return an error if the IP doesn't have exactly 4 octets [[ ${#octets[@]} -ne 4 ]] && return 1 # return an error if first octet is 0 [[ ${octets[0]} -eq 0 ]] && return 1 for octet in ${octets[...")
- 15:07, 21 July 2024 Admin talk contribs created page FORTIGATE - Base Commands (Created page with " == Show CPU information == <nowiki> diagnose hardware sysinfo cpu</nowiki> == Show Processes === <nowiki> diagnose sys top {s} {n} {i}</nowiki> Show a list of the first n processes every s seconds for i iterations. * Shift +C: Sort by highest CPU * Shift + M: Sort by highest memory</nowiki> == Show Interfaces == <nowiki> get system interface get system interface physical</nowiki> == Show Interface Details == <nowiki> diagnose hardware deviceinfo n...")