network tips and learning
1.72K subscribers
149 photos
56 videos
70 files
139 links
نکات جالب در مورد شبکه به صورت عمومی
@ali734k
Download Telegram
ram specification
Enable routing on the switch with the ip routing command.
Switch(config)#ip routing

Create Vlans:
Switch#vlan database
Switch(vlan)#vlan 2
Switch(vlan)#vlan 3
Switch(vlan)#vlan 10

give IP address to Vlans, for example vlan 2:
Switch(config)#interface Vlan2
Switch(config-if)#ip address 10.1.2.1 255.255.255.0
Switch(config-if)#no shutdown

Configure the interface to the default router. In this scenario you have a Layer 3 FastEthernet port.
Switch(config)#interface FastEthernet 0/1
Switch(config-if)#no switchport
Switch(config-if)#ip address 200.1.1.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config)#ip route 0.0.0.0 0.0.0.0 200.1.1.2

config client GW to relative vlan IP Address
WSUS minimum system requirement
w32tm /config /syncfromflags:manual /manualpeerlist:"0.ir.pool.ntp.org 3.asia.pool.ntp.org 2.asia.pool.ntp.org" /update

Stop-Service w32time
Start-Service w32time
change ntp server using powershell in windows server 2019 and 2016
Channel photo updated
Forwarded from Ali kalantari
مرحله 1