Hi! I was trying to run samba client under dosemu (I really need it!). I was trying many combinations without success :( Becouse I need to run database clarion under dosemu I would like to use LanManager (ftp://ftp.microsoft.com/bussys/Clients/LANMAN/) to connect with samba resources (I heard that LanManager is best solution for samba under dos). Also I tried to use Waterloo TCP/IP utils - unfortunatelly without success either. Results of these tries are below (I suppose these tcp/ip utils will be useless for me, but even these do not work for me :( ). -- dosemu.conf network configuration -- $_pktdriver = (on) $_vnet = "tap" $_netdev = "tap0" -- this is how I setting up tap0 -- -bash-3.1# tunctl -t tap0 Set 'tap0' persistent and owned by uid 0 -bash-3.1# ifconfig tap0 192.168.1.1 up -bash-3.1# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.060 ms 64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.050 ms --- 192.168.1.1 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 999ms rtt min/avg/max/mdev = 0.050/0.055/0.060/0.005 ms -- Waterloo configuration -- tcp.cfg my_ip=192.168.1.1 netmask=255.255.255.0 -- tcpinfo output -- C:\WAT>tcpinfo Reading Waterloo TCP configuration file. Ethernet Address : 64:62:b1:90:78:78 IP Address : 192.168.1.1 Network Mask : 255.255.255.0 Gateways : NONE Cookieserver : NONE DEFINED Nameserver : NONE DEFINED Domain : "(null)" [...] -- ping output -- C:\WAT>ping 192.168.1.1 Pinging [192.168.1.1] PING: Cannot resolve host's hardware address Ping Statistics Sent : 1 Received : 0 Success : 0 % There was no response from 192.168.1.1 -- this is how it looks under tcpdump -- [root@honorata etc]# tcpdump -i tap0 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on tap0, link-type EN10MB (Ethernet), capture size 96 bytes 14:44:11.161484 arp who-has 192.168.1.1 tell 192.168.1.1 14:44:11.387501 arp who-has 192.168.1.1 tell 192.168.1.1 14:44:11.662562 arp who-has 192.168.1.1 tell 192.168.1.1 [...] I'm using "MS-DOS Version 6.20" under dosemu, kernel 2.6.16.20 and dosemu-1.3.3. Any help appreciated. I'm running out of time and ideas :( -- Rafał Cygnarowski rafi@xxxxxxx - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html