User Tools

Site Tools


pfsense:install_pfsense:reboot_and_verify

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pfsense:install_pfsense:reboot_and_verify [2021/01/05 18:41] – [PFSense - Install pfSense - Reboot and Verify] peterpfsense:install_pfsense:reboot_and_verify [2021/01/05 19:00] (current) peter
Line 117: Line 117:
  
 <code bash> <code bash>
-dig pfsense.local.lan+nslookup pfsense.localdomain 
 +</code> 
 + 
 +returns: 
 + 
 +<code bash> 
 +Server: 127.0.0.53 
 +Address: 127.0.0.53#53
  
-; <<>> DiG 9.10.<<>> pfsense.local.lan+Non-authoritative answer: 
 +Name: pfsense.localdomain 
 +Address: 192.168.1.1 
 +</code> 
 + 
 +Resolve the pfSense hostname: 
 + 
 +<code bash> 
 +dig pfsense.localdomain 
 + 
 +; <<>> DiG 9.16.1-Ubuntu <<>> pfsense.localdomain
 ;; global options: +cmd ;; global options: +cmd
 ;; Got answer: ;; Got answer:
-;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44388 +;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10381 
-;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
  
 ;; OPT PSEUDOSECTION: ;; OPT PSEUDOSECTION:
-; EDNS: version: 0, flags:; udp: 4096+; EDNS: version: 0, flags:; udp: 65494
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;pfsense.local.lan. IN A+;pfsense.localdomain. IN A
  
 ;; ANSWER SECTION: ;; ANSWER SECTION:
-pfsense.local.lan. 3600 IN A 192.168.1.1+pfsense.localdomain. 3600 IN A 192.168.1.1
  
-;; Query time: msec +;; Query time: msec 
-;; SERVER: 192.168.1.1#53(192.168.1.1+;; SERVER: 127.0.0.53#53(127.0.0.53
-;; WHEN: Fri Mar 27 14:35:35 PDT 2020 +;; WHEN: Tue Jan 05 18:45:48 GMT 2021 
-;; MSG SIZE  rcvd: 62+;; MSG SIZE  rcvd: 64
 </code> </code>
  
Line 147: Line 164:
 <code bash> <code bash>
 dig +noall +answer -x 192.168.1.1 dig +noall +answer -x 192.168.1.1
-1.2.168.192.in-addr.arpa. 3600 IN PTR pfSense.local.lan.+1.1.168.192.in-addr.arpa. 3600 IN PTR pfSense.localdomain.
 </code> </code>
  
 ---- ----
  
-=== Verify DNS Resolver ‘.local.lan’ domain resolution ===+=== Verify DNS Resolver ‘.localdomain’ domain resolution ===
  
-My DNS Resolver is defined as authoritative for my local.lan domain.+My DNS Resolver is defined as authoritative for my .localdomain domain.
  
 If I try and lookup an address which is not part of my network, it will return status: NXDOMAIN rather than forward the lookup to external DNS resolvers. If I try and lookup an address which is not part of my network, it will return status: NXDOMAIN rather than forward the lookup to external DNS resolvers.
  
 <code bash> <code bash>
-dig nothere.local.lan+dig nothere.localdomain
  
-; <<>> DiG 9.8.3-P1 <<>> nothere.local.lan+; <<>> DiG 9.8.3-P1 <<>> nothere.localdomain
 ;; global options: +cmd ;; global options: +cmd
 ;; Got answer: ;; Got answer:
Line 168: Line 185:
  
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;nothere.local.lan.     IN  A+;nothere.localdomain   IN  A
  
 ;; AUTHORITY SECTION: ;; AUTHORITY SECTION:
-local.lan.      10800   IN  SOA pfsense.local.lan. root.local.lan. 1 3600 1200 604800 10800+localdomain.      10800   IN  SOA pfsense.localdomain. root.localdomain. 1 3600 1200 604800 10800
  
 ;; Query time: 4 msec ;; Query time: 4 msec
Line 203: Line 220:
  
 ;; Query time: 17 msec ;; Query time: 17 msec
-;; SERVER: 208.67.222.222#53(208.67.222.222)+;; SERVER: 1.1.1.1#53(1.1.1.1)
 ;; WHEN: Fri Mar 27 15:01:40 PDT 2020 ;; WHEN: Fri Mar 27 15:01:40 PDT 2020
 ;; MSG SIZE  rcvd: 56 ;; MSG SIZE  rcvd: 56
Line 252: Line 269:
  
 <code bash> <code bash>
-dig pfsense.local.lan+dig pfsense.localdomain
  
-; <<>> DiG 9.10.6 <<>> pfsense.local.lan+; <<>> DiG 9.10.6 <<>> pfsense.localdomain
 ;; global options: +cmd ;; global options: +cmd
 ;; Got answer: ;; Got answer:
Line 263: Line 280:
 ; EDNS: version: 0, flags:; udp: 4096 ; EDNS: version: 0, flags:; udp: 4096
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;pfsense.local.lan. IN A+;pfsense.localdomain. IN A
  
 ;; ANSWER SECTION: ;; ANSWER SECTION:
-pfsense.local.lan. 3600 IN A 192.168.1.1+pfsense.localdomain. 3600 IN A 192.168.1.1
  
 ;; Query time: 2 msec ;; Query time: 2 msec
Line 282: Line 299:
 <code bash> <code bash>
 dig +noall +answer -x 192.168.1.1 dig +noall +answer -x 192.168.1.1
-1.2.168.192.in-addr.arpa. 3600 IN PTR pfSense.local.lan.+1.1.168.192.in-addr.arpa. 3240 IN PTR pfSense.localdomain.
 </code> </code>
  
 ---- ----
  
-=== Verify DNS Resolver ‘.local.lan’ domain resolution ===+=== Verify DNS Resolver ‘.localdomain’ domain resolution ===
  
-My DNS Resolver is defined as authoritative for my local.lan domain.+My DNS Resolver is defined as authoritative for my .localdomain domain.
  
 If I try and lookup an address which is not part of my network, it will return status: NXDOMAIN rather than forward the lookup to external DNS resolvers. If I try and lookup an address which is not part of my network, it will return status: NXDOMAIN rather than forward the lookup to external DNS resolvers.
  
 <code bash> <code bash>
-dig nothere.local.lan+dig nothere.localdomain
  
 ; <<>> DiG 9.8.3-P1 <<>> nothere.local.lan ; <<>> DiG 9.8.3-P1 <<>> nothere.local.lan
Line 303: Line 320:
  
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;nothere.local.lan.     IN  A+;nothere.localdomain.     IN  A
  
 ;; AUTHORITY SECTION: ;; AUTHORITY SECTION:
-local.lan.      10800   IN  SOA pfsense.local.lan. root.local.lan. 1 3600 1200 604800 10800+localdomain.      10800   IN  SOA pfsense.localdomain. root.localdomain. 1 3600 1200 604800 10800
  
 ;; Query time: 4 msec ;; Query time: 4 msec
Line 387: Line 404:
  
 <code bash> <code bash>
-dig pfsense.local.lan+dig pfsense.localdomain
  
-; <<>> DiG 9.10.6 <<>> pfsense.local.lan+; <<>> DiG 9.10.6 <<>> pfsense.localdomain
 ;; global options: +cmd ;; global options: +cmd
 ;; Got answer: ;; Got answer:
Line 398: Line 415:
 ; EDNS: version: 0, flags:; udp: 4096 ; EDNS: version: 0, flags:; udp: 4096
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;pfsense.local.lan. IN A+;pfsense.localdomain. IN A
  
 ;; ANSWER SECTION: ;; ANSWER SECTION:
-pfsense.local.lan. 3600 IN A 192.168.1.1+pfsense.localdomain. 3600 IN A 192.168.1.1
  
 ;; Query time: 2 msec ;; Query time: 2 msec
Line 417: Line 434:
 <code bash> <code bash>
 dig +noall +answer -x 192.168.1.1 dig +noall +answer -x 192.168.1.1
-1.2.168.192.in-addr.arpa. 3600 IN PTR pfSense.local.lan.+1.1.168.192.in-addr.arpa. 3098 IN PTR pfSense.localdomain.
 </code> </code>
  
 ---- ----
  
-=== Verify DNS Resolver ‘.local.lan’ domain resolution ===+=== Verify DNS Resolver ‘.localdomain’ domain resolution ===
  
 My DNS Resolver is defined as authoritative for my local.lan domain. My DNS Resolver is defined as authoritative for my local.lan domain.
Line 429: Line 446:
  
 <code bash> <code bash>
-dig nothere.local.lan+dig nothere.localdomain
  
-; <<>> DiG 9.8.3-P1 <<>> nothere.local.lan+; <<>> DiG 9.8.3-P1 <<>> nothere.localdomain
 ;; global options: +cmd ;; global options: +cmd
 ;; Got answer: ;; Got answer:
Line 438: Line 455:
  
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;nothere.local.lan.     IN  A+;nothere.localdomain.     IN  A
  
 ;; AUTHORITY SECTION: ;; AUTHORITY SECTION:
-local.lan.      10800   IN  SOA pfsense.local.lan. root.local.lan. 1 3600 1200 604800 10800+localdomain.      10800   IN  SOA pfsense.localdomain. root.localdomain. 1 3600 1200 604800 10800
  
 ;; Query time: 4 msec ;; Query time: 4 msec
Line 473: Line 490:
  
 ;; Query time: 17 msec ;; Query time: 17 msec
-;; SERVER: 208.67.222.222#53(208.67.222.222)+;; SERVER: 1.1.1.1#53(1.1.1.1)
 ;; WHEN: Fri Mar 27 15:01:40 PDT 2020 ;; WHEN: Fri Mar 27 15:01:40 PDT 2020
 ;; MSG SIZE  rcvd: 56 ;; MSG SIZE  rcvd: 56
Line 533: Line 550:
 ; EDNS: version: 0, flags:; udp: 4096 ; EDNS: version: 0, flags:; udp: 4096
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;pfsense.local.lan. IN A+;pfsense.localdomain. IN A
  
 ;; ANSWER SECTION: ;; ANSWER SECTION:
-pfsense.local.lan. 3600 IN A 192.168.1.1+pfsense.localdomain. 3600 IN A 192.168.1.1
  
 ;; Query time: 2 msec ;; Query time: 2 msec
Line 552: Line 569:
 <code bash> <code bash>
 dig +noall +answer -x 192.168.1.1 dig +noall +answer -x 192.168.1.1
-1.2.168.192.in-addr.arpa. 3600 IN PTR pfSense.local.lan.+1.1.168.192.in-addr.arpa. 2988 IN PTR pfSense.localdomain.
 </code> </code>
  
 ---- ----
  
-=== Verify DNS Resolver ‘.local.lan’ domain resolution ===+=== Verify DNS Resolver ‘.localdomain’ domain resolution ===
  
-My DNS Resolver is defined as authoritative for my local.lan domain.+My DNS Resolver is defined as authoritative for my .localdomain domain.
  
 If I try and lookup an address which is not part of my network, it will return status: NXDOMAIN rather than forward the lookup to external DNS resolvers. If I try and lookup an address which is not part of my network, it will return status: NXDOMAIN rather than forward the lookup to external DNS resolvers.
  
 <code bash> <code bash>
-dig nothere.local.lan+dig nothere.localdomain
  
-; <<>> DiG 9.8.3-P1 <<>> nothere.local.lan+; <<>> DiG 9.8.3-P1 <<>> nothere.localdomain
 ;; global options: +cmd ;; global options: +cmd
 ;; Got answer: ;; Got answer:
Line 573: Line 590:
  
 ;; QUESTION SECTION: ;; QUESTION SECTION:
-;nothere.local.lan.     IN  A+;nothere.localdomain.     IN  A
  
 ;; AUTHORITY SECTION: ;; AUTHORITY SECTION:
-local.lan.      10800   IN  SOA pfsense.local.lan. root.local.lan. 1 3600 1200 604800 10800+localdomain.      10800   IN  SOA pfsense.localdomain. root.localdomain. 1 3600 1200 604800 10800
  
 ;; Query time: 4 msec ;; Query time: 4 msec
pfsense/install_pfsense/reboot_and_verify.1609872094.txt.gz · Last modified: 2021/01/05 18:41 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki