You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I don't provide the LocalIP for Start-Sniffer it returns an error
Using Local IP: Default
Cannot convert value "Default " to type "System.Net.IPAddress". Error: "Wrong IP Address (Error edited - was in Polish)."
At D:\PoSH\Skrypty\NetworkSniffer\Network-SnifferTools.psm1:762 char:5
+ $Endpoint = New-Object System.Net.IPEndpoint([Net.IPAddress]"$Loc ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvalidCastParseTargetInvocation
The reason is I have a persistent route with a 0.0.0.0 IP address so the value of LocalIP is 'Default' instead of my IP.
The text was updated successfully, but these errors were encountered:
amnich
changed the title
Error if LocalIP not provided and Persistent Route for 0.0.0.0 is set.
Start-Sniffer: Error if LocalIP not provided and Persistent Route for 0.0.0.0 is set.
Nov 25, 2017
If I don't provide the LocalIP for Start-Sniffer it returns an error
The reason is I have a persistent route with a 0.0.0.0 IP address so the value of LocalIP is 'Default' instead of my IP.
The text was updated successfully, but these errors were encountered: