View Single Post
  #6 (permalink)  
Old 02-25-2007, 12:49 PM
EnglishDude EnglishDude is offline
Active Member
 
Posts: 26
Default

I changed from a complete computer running IPCop to a Buffalo WBMR-G54. Both setup uses NAT. I'm not 100% sure if port forwarding works fine on the new router tho, as a port scan from GRC shows port 7025 to be closed, while 9021 is open. Maybe it's meant to be that, as port 7026 is stealthed as I haven't opened that port on the router.

Output from dig is: (I hope it's OK to put domain names and IP addresses on here...)

Code:
piers@destiny:~$ dig biased.org

; <<>> DiG 9.2.4 <<>> biased.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5111
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;biased.org.                    IN      A

;; ANSWER SECTION:
biased.org.             259200  IN      A       81.5.181.70

;; AUTHORITY SECTION:
biased.org.             259200  IN      NS      ns0.giggleworthy.co.uk.
biased.org.             259200  IN      NS      ns2.giggleworthy.co.uk.

;; ADDITIONAL SECTION:
ns0.giggleworthy.co.uk. 259200  IN      A       195.149.5.82
ns2.giggleworthy.co.uk. 259200  IN      A       81.5.181.70

;; Query time: 39 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Sun Feb 25 20:43:59 2007
;; MSG SIZE  rcvd: 130

piers@destiny:~$
Reply With Quote