EdgeRouter gre tunnel with MikroTik
vlan64 = WAN - 93.155.130.38/30 eth0 = LAN - 192.168.10.1/24 tun1 = routing remote network - 192.168.122.0/24 configure set interfaces ethernet eth1 vif 64 address 93.155.130.38/30 set interfaces ethernet eth0…
EdgeRouter pptp server
configure set firewall options mss-clamp interface-type pptp set firewall options mss-clamp mss 1360 set vpn pptp remote-access authentication local-users username samyil password 1234 set vpn pptp remote-access authentication local-users username…
EdgeRouter pptp client
configure set firewall options mss-clamp interface-type pptp set firewall options mss-clamp mss 1360 set interfaces pptp-client pptpc1 default-route auto set interfaces pptp-client pptpc1 mtu 1500 set interfaces pptp-client pptpc1 name-server…
Cisco Router – DHCP server static leases
Всеки един системен админстратор е конфигурирал статични leases в DHCP сървъра на разни рутери но който не го е правил в Cisco router е изпуснал "купона". Първата мотика която настъпах…
MikroTik L2tp/IPSec site-to-site
Нашата задача в случая е да защитим комуникацията на двете частни отдалечени мрежи 192.168.88.0/24 и 172.16.88.0/24 през Интернет. По тази причина ще използваме l2tp за да рутираме мрежите и ipsec…
Cisco write config ftp
Cisco IOS позволява след записването на всяка промяна рутера да архивира копие на конфигурацията си на отдалечен сървър автоматично. step by step write config ftp CSW1>en Password: CSW1#config t Enter…
Enable SSH on Cisco
Configuration ssh server Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface fastEthernet 0/1 Router(config-if)#ip address 93.155.130.38 255.255.255.252 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#ip route 0.0.0.0 0.0.0.0 93.155.130.37…
- Go to the previous page
- 1
- …
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- Go to the next page