Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2004 19:09:08 +0200
From:      Feczak Szabolcs <feczo@geek.hu>
To:        freebsd-questions@freebsd.org
Subject:   mount nwfs share over tcp/ip
Message-ID:  <20040826170908.GA59304@nmi.rulez.org>

next in thread | raw e-mail | index | archive | help
there is not too much about native IP access 
in the manpage, only that the -A should be used
I guess parametered with the IP, but I hav no
success


# ifconfig xl0f2 ipx 0x80200001                                                                              
# IPXrouted -q                                                                                               
# netstat -rf ipx                                                                                            
Routing tables

IPX:
Destination        Gateway            Flags    Netif Expire
default            80200001.105abc6f5 UG      xl0f2
80200001.*         80200001.a5e3efe20 U       xl0f2
# ncplist s                                                                                                  
Visible servers (from SZABO-SERVER-BAJCSY):
Name                                            Network    Node       Port
----------------------------------------------- -------- ------------ ----
SZABO-SERVER-BAJCSY                             37DC0000:000000000001:0451

# mount_nwfs -U admin -S SZABO-SERVER-BAJCSY -A 192.168.0.101 -V DATA /mnt/nwfs                              
Netware password:
mount_nwfs: cannot login to server SZABO-SERVER-BAJCSY: syserr = Connection refused


??

# ping 192.168.0.101                                                                                         
PING 192.168.0.101 (192.168.0.101): 56 data bytes
64 bytes from 192.168.0.101: icmp_seq=0 ttl=128 time=0.134 ms
^C
--- 192.168.0.101 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.134/0.134/0.134/0.000 ms

Interesting ports on 192.168.0.101:
PORT   STATE SERVICE
7/tcp  open  echo
7/udp   open  echo
9/tcp  open  discard
9/udp   open  discard
19/tcp open  chargen
19/udp  open  chargen
161/udp open  snmp
520/udp open  route


-- 
  _(_)_
 (_. o_)            F3CZ0
   (_,)     http://feczo.nmi.rulez.org
  (    )    __________________________
  // //



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040826170908.GA59304>