Your network contains a server named Server1 that has the Network Policy and Access Services
server role installed.
All of the network access servers forward connection requests to Server1.
You create a new network policy on Server1.
You need to ensure that the new policy applies only to connection requests from the 192.168.0.0/24
subnet.
What should you do?
A.
Set the Client IP4 Address condition to 192.168.0.0/24.
B.
Set the Client IP4 Address condition to 192.168.0.
C.
Set the Called Station ID constraint to 192.168.0.0/24.
D.
Set the Called Station ID constraint to 192.168.0.
Explanation:
RADIUS client properties
Following are the RADIUS client conditions that you can configure in network policy.
Calling Station ID: Specifies the network access server telephone number that was dialed by the dialup access client.
Client Friendly Name: Specifies the name of the RADIUS client that forwarded the connection
request to the NPS server.
Client IPv4 Address: Specifies the Internet Protocol (IP) version 4 address of the RADIUS client that
forwarded the connection request to the NPS server.
Client IPv6 Address: Specifies the Internet Protocol (IP) version 6 address of the RADIUS client that
forwarded the connection request to the NPS server.
Client Vendor: Specifies the name of the vendor or manufacturer of the RADIUS client that sends
connection requests to the NPS server.
MS RAS Vendor: Specifies the vendor identification number of the network access server that is
requesting authentication.
“http://networkshenanigans.files.wordpress.com/2014/05/wildcard_ipv4.jpg”
this guy was setting a NPS connection request policy condition
only he used “Client IP4 Address” of “*.*.*.*”
question maybe has a typo
Set the Client IP4 Address condition to 192.168.0.*
Have a look at this:
https://technet.microsoft.com/en-us/library/cc731824%28v=ws.10%29.aspx
I know it’s not exactly what we are looking for but it makes sense that
ip ranges in various radius settings will have same syntax.
So I would go for A as the answer
https://technet.microsoft.com/en-us/library/dd197583%28v=ws.10%29.aspx
According to this article and my test in VM IP address could be
either
192.168.0.*
or
192.168.0.0/24
(it accepts both types)
So if we assume there is no typo in the question then correct answer is A
disagree! your article does NOT say 192.168.0.0/24 is valid. and actually neither is 192.168.0.*
now i’m thoroughly confused.
* Matches the preceding character zero or more times.
/ isn’t actually mentioned at all as a valid character.
it actually says…
To specify a range of all IP addresses that begin with 192.168.1, the syntax is:
192\.168\.1\..+
Both of these should work:
192\.168\.1\.+
^192\.168\.1\.+
As far as I know, all the answers are wrong.