0887 371 498 support@itservice-bg.net
11.01.2016  ·  Ubuntu

Ubuntu: save my battery on the laptop

sudo add-apt-repository ppa:linrunner/tlp sudo apt-get update sudo apt-get install tlp tlp-rdw sudo tlp start

17.11.2015  ·  MikroTik

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...

17.11.2015  ·  Ubiquiti

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...

16.11.2015  ·  Ubiquiti

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...

04.09.2015  ·  Cisco

Cisco Router – DHCP server static leases

Всеки един системен админстратор е конфигурирал статични leases в DHCP сървъра на разни рутери но който не го е правил в Cisco...

05.08.2015  ·  MikroTik

MikroTik L2tp/IPSec site-to-site

Нашата задача в случая е да защитим комуникацията на двете частни отдалечени мрежи 192.168.88.0/24 и 172.16.88.0/24 през Интернет. По тази причина ще...

24.07.2015  ·  Cisco

Cisco write config ftp

Cisco IOS позволява след записването на всяка промяна рутера да архивира копие на конфигурацията си на отдалечен сървър автоматично. step by step...

24.07.2015  ·  Cisco

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...

11.07.2015  ·  Cisco

Cisco QOS per ip address

configure upload on ip address 192.168.1.2 c1841>en c1841#configure terminal Enter configuration commands, one per line. End with CNTL/Z. c1841(config)#ip access-list extended USER1-UP...

08.07.2015  ·  Cisco

Ресетване и основна конфигурация на Cisco Router 1841

Ресетване на рутера Свързваме се към конзолата със сериен кабел. Изпълняваме в Убунту Линукс терминал: Рестартираме рутера с reload и натискаме CTRL+BREAK...