Hello Everybody ကၽြန္ေတာ္ဒီေန႕ မနက္ေတာ့ vyosTutorial တစ္ခုထပ္တင္ေပးလိုက္ပါသည္။ open source linux-based os for routers and firewalls ျဖစ္တ့ဲ Vyos ကို ျပီးခ့ဲတ့ဲအပတ္ေတြက VmwareEsxi 6.5 ၊EVE-ng မွာပါ vyos ကို Run ျပီး Default Route, IP Assign စတ့ဲ config lab ေတြကိုသင္ေပးျပီးသားပါ။ ဒီေန႕ေတာ့ EVE-ng ထ့ဲမွာပဲ vyos ကို NAT configuration ျပဳလုပ္ျပီး၊ DHCP Scope config ေတြပါ သင္ေပးထားတ့ဲ Tutorial တင္ေပးလိုက္ပါသည္။ EVE-ng အတြက္ vyos Qemu imge မရွိေသးသူမ်ား ျပီးခ့ဲအပတ္က Tutorial Link မွာ၀င္ၾကည့္ျပီး Download လုပ္နိုင္ပါသည္။ ဒီ Tutorial အတြက္ Command Note ေတြကို ထံုးစံအတိုင္း Website မွာေကာ သက္ဆိုင္ရာ Tutorial ရဲ႕ Description မွာ ထည့္ေပးထားပါတယ္။ Tutorial ၾကည့္ျပီ Lab ေသခ်ာျပန္စမ္းၾကည့္ပါ။ :D :D ကၽြန္ေတာ္တို႕ လမ္းညႊန္ေပးတ့ဲ Video Tutorial ေတြ ေလ့လာျပီး ေကာင္းေကာင္းအသံုးခ်ႏိုင္ရင္ ေက်နပ္ပါျပီဗ်ာ။
https://www.youtube.com/watch?v=C83dK12CGrA
Vyos NAT & DHCP Configuration - Note ==============
#configure #show interfaces ethernet #set interfaces ethernet eth0 address dhcp #set interfaces ethernet eth0 address 192.168.5.222/24 #set system name-server 8.8.8.8 #set system name-server 8.8.4.4 #set protocols static route 0.0.0.0/0 next-hop 192.168.5.1 #set nat source rule 10 outbound-interface eth0 #set nat source rule 10 source address 10.0.0.0/24 #set nat source rule 10 translation address masquerade #commit #save #show nat
DHCP-Server Setup ============ #set service dhcp-server shared-network-name MITA-DHCP subnet 10.10.10.0/24 #edit service dhcp-server shared-network-name MITA-DHCP subnet 10.10.10.0/24 #set start 192.168.1.100 stop 192.168.1.200 #set default-router 192.168.1.254 #set dns-server 8.8.8.8 #set domain-name mita.com #commit #save #show service dhcp-server
0 Comments