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

Does this help?



Code:
ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33200
        priority: 0
        groups: lo
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
re0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:1e:2a:49:aa:15
        priority: 0
        media: Ethernet autoselect (100baseTX half-duplex)
        status: no carrier
xl0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:01:03:1a:d0:22
        priority: 0
        media: Ethernet autoselect (none)
        status: no carrier
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:0c:f1:88:b1:3f
        priority: 0
        groups: egress
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::20c:f1ff:fe88:b13f%fxp0 prefixlen 64 scopeid 0x3
        inet 192.168.1.104 netmask 0xffffff00 broadcast 255.255.255.255
enc0: flags=0<>
        priority: 0
        groups: enc
        status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33200
        priority: 0
        groups: pflog

Code:
 route -n show -inet             
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
default            192.168.1.1        UGS        0      246     -     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     2723     -     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