Which port for DHCP?
For a long time, I never remembered which UDP port was for the DHCP server and which was for the client. I finally came up with a trick... you have to have a server in place before you can have any clients, right? Therefore, the first port, 67, is the port the server listens on. The second port, 68, is the source port the client uses.
Subscribe to:
Posts (Atom)
Previous working directory in Windows Command Prompt
Using bash in *nix has a handy feature: If you are in one directory and you switch to another one, you can use cd - to go back to the pr...
-
For a long time, I never remembered which UDP port was for the DHCP server and which was for the client. I finally came up with a trick... y...
-
I often see only-tcp or only-udp allowed in firewalls for certain protocols that work best with both. We have to continue to keep our eyes ...
-
Tonight I took the plunge: I moved from winpcap and windump from Riverbed (formerly from CACE and before that from Politecnico di Torino) ...