Laha
Blog
Tools
Software
Download
Designing
Freebies
Menu
Blogger
Microsoft
Widget
Give Away
PC Games
Dec 19, 2016
How to access Phèn
By
Phèn
December 19, 2016
general
Leave a Comment
Type: ph Alt+232 n.vn
And then just Enter.
If You Enjoyed This, Take 5 Seconds To Share It
0 comments:
Post a Comment
Newer Post
Older Post
Home
Search
Popular Posts
Windows routing commands
Route config route ADD 10.0.0.2 MASK 255.255.255.255 192.168.0.1 if 0x5 route ADD 10.0.0.2 MASK 255.255.255.255 10.0.120.1 if 0x4 r...
Network virtualization on Linux
Network virtualization is categorized as either external virtualization , combining many networks or parts of networks into a virtual unit...
6. Demo: VLANs inside a Linux machine
Topology Expected result PC1 & PC2 are on the same VLAN, they can communicate each other PC1 & PC3 are on different VLANs, ...
Windows command note
Show multicast information netsh interface ip show joins netsh interface ipv6 show join Route config route ADD 10.0.0.2 MASK 25...
Docker commands
docker images see download images docker ps see running containter docker ps -a // See all container, including exited container doc...
1. Linux virtual network interfaces
[ Command ] [ Virtual ethernet interface (veth) pair ] [ VLAN interface (802.1Q) ] [ Macvlan interface ] Command Usage:...
5. Demo: LAN inside a Linux machine (IP address via DHCP server)
Topology Expected result: All PCs can get an IP address from DHCP server All PCs can see each other All PCs can access Internet ...
Iptables
Iptables options --append -A chain Append to chain --check -C chain Check for the existence of a rule --delete -D chain Delete mat...
3. Linux network namespace (virtual network stack)
Definition A network namespace is logically another copy of the network stack, with its own routes, firewall rules, and network devices. ...
Modify routing table in Linux
Study from good examples: route add -host 10.10.10.45 gw 192.168.0.1 route del -host 10.10.10.45 gw 192.168.0.1 route del -host 10.1...
0 comments:
Post a Comment