I can’t open pfSence as this is what comes up when following the instructions
We’ll look into why that warning is showing up, but you can just click past it (Advanced > Accept the Risk).
- In the open terminal window, in the Linux-A tab, type smbclient -L FILESERVER -U cybrary to list smb shares as the cybrary user.
When this fails, try to ping FILESERVER. Take note of the output.
You know from speaking with the system administrator that the 192.168.1.5 DNS server is supposed to resolve local server names like FILESEREVER. You decide to double-check the local zone file on 192.168.1.5.
explain this for me please !!
You are told that there is a local DNS server. You know this from earlier in the lab as well. The local DNS server is used to resolve names for internal clients, and this includes the names of internal servers. When you try to ping FILESERVER the local system must first try and resolve the name FILSERVER to a local IP address using DNS. It can’t resolve the name, so there is an issue with the local DNS server. The steps that follow will walk you through resolving the DNS issue and finding the name of the SMB share.
how can i do that !!
By following the lab instructions. You are walked through this step by step.
just the correct cmd line to ping !!