pfsense behind a router
-
I have a issue, when my isp modem is routed, everything on net works. But i can't update pfsense and avaliable packages shows "Unable to retrieve package information." Nslookup works and all clients on net have access Internet . Dns Resolv is enabled and Enable Forwarding Mode is checked. If I change modem to bridge, this 2 issues dissaper. I found in google that I have a DNS problem with SRV records. But i don't know how to resolv.
commands:
1)host -t srv _http._tcp.pkg.pfsense.org
or host -t srv _https._tcp.pkg.pfsense.org_http._tcp.pkg.pfsense.org has no SRV record
2)dig _https._tcp.pkg.pfsense.org SRV
; <<>> DiG 9.12.2-P1 <<>> _https._tcp.pkg.pfsense.org SRV
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21804
;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;_https._tcp.pkg.pfsense.org. IN SRV;; Query time: 1 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Mar 25 12:31:41 -03 2021
;; MSG SIZE rcvd: 56- dig files00.netgate.com A
; <<>> DiG 9.12.2-P1 <<>> files00.netgate.com A
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48366
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 4;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;files00.netgate.com. IN A;; ANSWER SECTION:
files00.netgate.com. 600 IN A 162.208.119.41;; AUTHORITY SECTION:
netgate.com. 3300 IN NS ns1.netgate.com.
netgate.com. 3300 IN NS ns2.netgate.com.;; ADDITIONAL SECTION:
ns1.netgate.com. 3300 IN A 208.123.73.80
ns2.netgate.com. 3300 IN A 162.208.119.38
ns1.netgate.com. 3300 IN AAAA 2610:160:11:11::80;; Query time: 129 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Mar 25 12:40:45 -03 2021
;; MSG SIZE rcvd: 160- nslookup netgate.com
Server: 8.8.8.8
Address: 8.8.8.8#53Non-authoritative answer:
Name: netgate.com
Address: 208.123.73.73
Name: netgate.com
Address: 2610:160:11:11::735)route -n get default
route to: 0.0.0.0
destination: 0.0.0.0
mask: 0.0.0.0
gateway: 192.168.1.1
fib: 0
interface: bge0
flags: <UP,GATEWAY,DONE,STATIC>
recvpipe sendpipe ssthresh rtt,msec mtu weight expire
0 0 0 0 1500 1 0how could I resolv this? static routes between router and pfsense?
Any setup in dns resolver? I tried change dns resolver to dns forwarder, but no sucess.