Just updated my Netgraph VIewer for safer use. Make sure to bypass doas password in doas.conf. Now, normal users can run these scripts without root directly

Codeberg: https://codeberg.org/maulanahirzan/Netgraph-Viewer
Brew BSDCafe: https://brew.bsd.cafe/maulanahirzan/Netgraph-Viewer

!!! Run these script with extra precaution. I am not responsible for any broken system or data lost. You have been warned !!!

#freebsd #netgraph #script #viewer

Just updated my Netgraph VIewer for safer use. Make sure to bypass doas password in doas.conf. Now, normal users can run these scripts without root directly

Codeberg: https://codeberg.org/maulanahirzan/Netgraph-Viewer
Brew BSDCafe: https://brew.bsd.cafe/maulanahirzan/Netgraph-Viewer

!!! Run these script with extra precaution. I am not responsible for any broken system or data lost. You have been warned !!!

#freebsd #netgraph #script #viewer

I wrote shell and python scripts as a wrapper for ngctl dot (netgraph Graphviz export) and dot (Graphviz dot to png). Available through my repository :

a. Coideberg: https://codeberg.org/maulanahirzan/Netgraph-Viewer
b. Brew : https://brew.bsd.cafe/maulanahirzan/Netgraph-Viewer

These scripts requires root to run so: choose sh version for less external dependencies (more secure), or python version bundled with tkinter image viewer.

!!! Run these script with extra precaution. I am not responsible for any broken system or data lost. You have been warned !!!

#freebsd #netgraph #viewer

I wrote shell and python scripts as a wrapper for ngctl dot (netgraph Graphviz export) and dot (Graphviz dot to png). Available through my repository :

a. Coideberg: https://codeberg.org/maulanahirzan/Netgraph-Viewer
b. Brew : https://brew.bsd.cafe/maulanahirzan/Netgraph-Viewer

These scripts requires root to run so: choose sh version for less external dependencies (more secure), or python version bundled with tkinter image viewer.

!!! Run these script with extra precaution. I am not responsible for any broken system or data lost. You have been warned !!!

#freebsd #netgraph #viewer

I need help troubleshooting my network simulation. This simulation simulates simple network with a router and a client (both are jails). The router provides internet to client 1 through netgraph.

Setup:
1. Host-Router (Epair)
2. Router-Bridge-Client1 (NetGraph)

What were working:
1. Router can ping 1.1.1.1 (Internet Access)
2. Router can ping host gateway (192.168.200.1)
3. Router can ping client 1 (192.168.150.10)
4. Client 1 can ping the router (192.168.150.1)

What were not working:
1. Client 1 cannot ping 192.168.200.1
2. Client 1 cannot ping 1.1.1.1

What I have done:
1. Enabled gateway_enable in rc.conf
2. Configured all forwarding in sysctl
3. Create default route to 192.168.200.1

#freebsd #netgraph #troubleshooting

I need help troubleshooting my network simulation. This simulation simulates simple network with a router and a client (both are jails). The router provides internet to client 1 through netgraph.

Setup:
1. Host-Router (Epair)
2. Router-Bridge-Client1 (NetGraph)

What were working:
1. Router can ping 1.1.1.1 (Internet Access)
2. Router can ping host gateway (192.168.200.1)
3. Router can ping client 1 (192.168.150.10)
4. Client 1 can ping the router (192.168.150.1)

What were not working:
1. Client 1 cannot ping 192.168.200.1
2. Client 1 cannot ping 1.1.1.1

What I have done:
1. Enabled gateway_enable in rc.conf
2. Configured all forwarding in sysctl
3. Create default route to 192.168.200.1

#freebsd #netgraph #troubleshooting