New pages

From Wiki.IT-Arts.net
New pages
Hide registered users | Hide bots | Hide redirects
  • 09:42, 27 October 2024USERADD - Manpage (hist | edit) ‎[20,379 bytes]Admin (talk | contribs) (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 2024SMBCACLS - Manpage (hist | edit) ‎[13,694 bytes]Admin (talk | contribs) (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 2024SAMBA - List Users (hist | edit) ‎[988 bytes]Admin (talk | contribs) (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 2024PDBEDIT - Manpage (hist | edit) ‎[14,243 bytes]Admin (talk | contribs) (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 2024BASH - Test Connection Simple script (hist | edit) ‎[944 bytes]Admin (talk | contribs) (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 2024PALO-ALTO - Show Conf (hist | edit) ‎[317 bytes]Admin (talk | contribs) (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 2024FORTIGATE - SSLVPN Troubleshoot (hist | edit) ‎[1,705 bytes]Admin (talk | contribs) (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 2024ALCATEL - 802.1x Troubleshoot (hist | edit) ‎[13,259 bytes]Admin (talk | contribs) (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 2024ARUBA - AAA Command (hist | edit) ‎[3,184 bytes]Admin (talk | contribs) (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 2024ALCATEL - Save Configuration (hist | edit) ‎[1,248 bytes]Admin (talk | contribs) (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 2024WINDOWS - Active Directory Controller Port list (hist | edit) ‎[765 bytes]Admin (talk | contribs) (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 2024WINDOWS - Route Command (hist | edit) ‎[1,014 bytes]Admin (talk | contribs) (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 2024WINDOWS - Test-Net-Connection (hist | edit) ‎[1,226 bytes]Admin (talk | contribs) (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 2024FORTIGATE - Diagnose Debug HA (hist | edit) ‎[671 bytes]Admin (talk | contribs) (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 2024FORTIGATE - Packet Debug Flow (hist | edit) ‎[7,291 bytes]Admin (talk | contribs) (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 2024PALO-ALTO - Traffic Base Filters (hist | edit) ‎[2,132 bytes]Admin (talk | contribs) (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...")
  • 14:54, 3 August 2024ALCATEL - Show MAC Addresss (hist | edit) ‎[7,750 bytes]Admin (talk | contribs) (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 2024PALO-ALTO - Base Commands (hist | edit) ‎[542 bytes]Admin (talk | contribs) (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 2024BASH - Show SWAP Usage.sh (hist | edit) ‎[268 bytes]Admin (talk | contribs) (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 2024ALCATEL - VLAN Examples (hist | edit) ‎[1,351 bytes]Admin (talk | contribs) (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 2024ALCATEL - Basic commands on Alcatel Omniswitch (hist | edit) ‎[14,761 bytes]Admin (talk | contribs) (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 2024BASH - Show Public IP.sh (hist | edit) ‎[159 bytes]Admin (talk | contribs) (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 2024ALCATEL - Show Interface Tranceiver (hist | edit) ‎[1,659 bytes]Admin (talk | contribs) (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 2024OPENCONNECT - Manpage (hist | edit) ‎[6,506 bytes]Admin (talk | contribs) (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...")