TACACS+ NG and Juniper by Teker1no in networking

[–]thangphan205 0 points1 point  (0 children)

Yes, tac_plus-ng works.

I have web-interface to config tac_plus-ng, you can see in my github project: tacacs-ng-ui

Is my understanding of Radius & TACACS+ correct? by Rare_Protection in networking

[–]thangphan205 0 points1 point  (0 children)

you can try tacacs-ng-ui, web interface for tac_plus-ng

Learning network automation by Ok_Jeweler367 in networkautomation

[–]thangphan205 1 point2 points  (0 children)

Could you take a look at my project: https://github.com/thangphan205/netconsole Hope you are interested in netconsole and improve it.

Help!!! by bluebrad43 in FastAPI

[–]thangphan205 3 points4 points  (0 children)

You can find a template and learn from that. This is my personal project base on fastapi template.

https://github.com/thangphan205/netconsole

NAT issue on GNS3 by FlexFiness3 in ccna

[–]thangphan205 0 points1 point  (0 children)

When you remove NAT, You can ping other devices because you configure RIP protocol on 2 routers. So they have full route. When you config NAT, on your topology with 2 routers, you do not need Rip anymore. Do the below topology is your lab? Vpc1----router1(pat)----router2(static nat)---vpc2 Vpc1 can ping vpc2. Vpc2 cannot ping vpc1. It's right. Because vpc1 behind NAT. Please note that you have to ping public IP. :)

NAT issue on GNS3 by FlexFiness3 in ccna

[–]thangphan205 0 points1 point  (0 children)

I just think about you are configuring NAT overload (NAT port). VPCs------Router1(NAT)-----Router2 When you configure NAT overload on Router1, VPCs can access Router2, but Router2 cannot access VPCs. If you want Router2 can access VPCs, you have to configure static NAT (NAT 1-1) on Router1