Thread: FTP issue?
View Single Post
  #6   (View Single Post)  
Old 29th August 2011
desreguard desreguard is offline
Port Guard
 
Join Date: May 2011
Posts: 11
Default ftp issue

It looks like it resolves but the ftp didnt connect.
Code:
dig ftp.usa.opensbsd.org

; <<>> DiG 9.4.2-P2 <<>> ftp.usa.opensbsd.org
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 13875
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;ftp.usa.opensbsd.org.          IN      A

;; AUTHORITY SECTION:
org.                    900     IN      SOA     a0.org.afilias-nst.info. noc.afilias-nst.info. 2009752959 1800 900 604800 86400

;; Query time: 59 msec
;; SERVER: 74.128.19.102#53(74.128.19.102)
;; WHEN: Sun Aug 28 20:59:13 2011
;; MSG SIZE  rcvd: 101



Code:
ftp -a ftp.usa.openbsd.org
ftp: connect: No route to host
ftp> exit




Code:
 netstat -rn -f inet
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
default            192.168.1.1        UGS        0      251     -     8 fxp0 
127/8              127.0.0.1          UGRS       0        0 33200     8 lo0  
127.0.0.1          127.0.0.1          UH         2        0 33200     4 lo0  
192.168.1/24       link#3             UC         2        0     -     4 fxp0 
192.168.1.1        94:0c:6d:ee:f8:b6  UHLc       2       37     -     4 fxp0 
192.168.1.100      00:1f:e2:61:92:6c  UHLc       1     2969     -     4 fxp0 
192.168.1.104      127.0.0.1          UGHS       0        0 33200     8 lo0  
224/4              127.0.0.1          URS        0        0 33200     8 lo0
Reply With Quote