Networking

How to configure a Layer 3 switch as a router

Setup the interfaces int f1/0/1 no switchport ip address 10.10.10.1 255.255.255.0 no shutdown int f1/0/2 no switchport ip address 10.10.20.1 255.255.255.0 no shutdown Enable routing ip routing   Configure any additional routes or routing protocols as required.

Setting static routes in Linux

As you’ve probably figured out by now, I’m a networking noob and I’m always trying new things to gain a better understanding of how networking works. Personally, I find it fascinating, but the deeper I dig, the the deeper the whole seems to go. One issue is that most of my test devices (mostly Raspberry… read more »

Sidebar