Home Lab H1 and H2 show as servers not routers in diagram

Greetings, please review:

Lab home:

DHCP H1 & H2(config)#no ip routing

The diagram seems to show H1 and H2 representing Host1 and Host2. This would indicate that these are servers/clients, not routers

"To test DHCP, we can use H1 and H2. To make these routers behave as clients, we can disable IP routing:

H1 & H2(config)#no ip routing

Hello @shirramike ,

I think you refer to the network fundamentals lab?

H1 and H2 are routers. In labs, we use routers as hosts or servers all the time. If you disable IP routing with no ip routing your router no longer builds a routing table and it will act as a regular client, which requires a default gateway if you want to exit your local subnet.

You can also use a router as a “server”. For example, you can use DHCP server or you can enable HTTP server. You can even use telnet to connect to TCP port 80 so you can use it as a HTTP “client”.

For simple connectivity, this is great. This way you don’t have to deal with Windows/Linux hosts. For more complex testing such as with iPerf, it’s best to use Windows/Linux hosts.

Rene

I wrote something more in-depth about how/why you can use routers as hosts or clients: