User contributions for Admin

From Wiki.IT-Arts.net
A user with 226 edits. Account created on 14 May 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

11 September 2024

27 August 2024

25 August 2024

20 August 2024

18 August 2024

11 August 2024

  • 16:3516:35, 11 August 2024 diff hist +1,960 N PALO-ALTO - Traffic Base FiltersCreated 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..."

3 August 2024

28 July 2024

  • 12:4812:48, 28 July 2024 diff hist +1,254 N OPTICAL-FIBER - SFP CheatSheetCreated 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..." current

21 July 2024

  • 15:2215:22, 21 July 2024 diff hist +1,420 N FORTIGATE - Packet SnifferCreated 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:0915:09, 21 July 2024 diff hist +2,113 N FORTIGATE - Configuration Dump ScriptCreated 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[..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)