Tagged Questions
3
votes
1answer
98 views
Is there any difference running dhcrelay with multiple process or single process?
I want to ask about dhcreay running mechanism. We can run dhcrelay with two command, then it will run as 2 process
dhcrelay -i eth3 172.16.17.3
dhcrelay -i eth1 172.16.17.5
#ps ax | grep dhcre
26464 ...
0
votes
1answer
679 views
Netsh Classless Static Route DHCP Option
I want to add netsh command to set Classless Static Route 249 in DHCP Scope, I use this command but it gave me an erorr, I am using windows server 2003 R2
netsh dhcp server \SRVDC01 scope 10.0.17.45 ...