Router interface GigabitEthernet0/0 no ip address duplex auto speed auto ! interface GigabitEthernet0/0.50 encapsulation dot1Q 50 ip address 192.168.5.1 255.255.255.0 ! interface GigabitEthernet0/0.100 encapsulation dot1Q 100 ip address 192.168.0.1 255.255.255.0 Switchinterface FastEthernet0/1 switchport access vlan 100 switchport mode access switchport port-security switchport port-security mac..
1. Email Test and snopping2. Encryption and snooping1. Install Wireshark Click Ethernet adapter that you connected to Host/Server. Click Skip this and use my existing email at the bottom left. Put username and password. I put one of client account as this is client side. To do faster, click continue and click Manual config. Type mail.contoso,com instead of contoso.com at both incoming and outgoi..
Make 2 virtual machine or 1 virtual machine and 1 real host. Enable DNS, Email server and try encrypted communication. 1. Set password.2. Change Computer name/ IP address setting.3. Install .NET 3.5 and DNS Server4. Install VMtool, Thunderbird, Wireshark, Gpg4win,5. Set DNS domain6. Install HMailServer and setup7. Set firewall rule8. Check settings so far 1. Setup a password, as a rule of thumb ..
To play with server os, normally use virtual environment for demonstration. So, this post will teach you how to download windows server 2016 iso file. 1. Search Windows server, then ms website will come up at the first result. Or Click Here. 2. Click Click here. No need to sign in to Microsoft. 3. Select Windows Server 2016, which is evaluation version, and select ISO file. 4. You may need to pu..
Overview of network. Router0 command Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface Serial 2/0 Router(config-if)#ip address 192.168.0.1 255.255.255.224 Router(config-if)#clock rate 64000 Router(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial2/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interf..
1. A variable which is declared inside a method is called a Local variable2. Which of the following characters ends every C# statement? Semicolon ;3. One feature of a local variable is, It must be declared within a method4. Is it possible to change the code of a method while debugging a C# application? No5. Which of the following is an incorrect/invalid variable name? 1st_name6. In C#, what cons..