Hi, I wanted to mount my WL-HDD (Latest Oleg) with my dBox but it didn't work. So I started up my knoppix and tried, but again no response. I always get RPC Timed Out.
In another thread I read that NFS mounting only works with Gateway Mode, but this didn't work for me, so I switched back to Access Point Mode because I want to use my WL-HDD as a brigde.

I also made a tcpdump with my knoppix during a mount (Knoppix = 192.168.0.6, WLHDD = 0.7)

Code:
14:20:20.219088 IP 192.168.0.6.639 > 192.168.0.7.sunrpc: S 1583149472:1583149472(0) win 5840 <mss 1460,sackOK,timestamp 2237106 0,nop,wscale 2>
14:20:20.359677 IP 192.168.0.7.sunrpc > 192.168.0.6.639: S 2746440209:2746440209(0) ack 1583149473 win 5792 <mss 1460,sackOK,timestamp 30187 2237106,nop,wscale 0>
14:20:20.359808 IP 192.168.0.6.639 > 192.168.0.7.sunrpc: . ack 1 win 1460 <nop,nop,timestamp 2237111 30187>
14:20:20.219629 IP 192.168.0.6.639 > 192.168.0.7.sunrpc: P 1:45(44) ack 1 win 1460 <nop,nop,timestamp 2237115 30187> [|msdp]
14:20:20.223432 IP 192.168.0.7.sunrpc > 192.168.0.6.639: . ack 45 win 5792 <nop,nop,timestamp 30188 2237115>
14:20:20.225321 IP 192.168.0.7.sunrpc > 192.168.0.6.639: P 1:293(292) ack 45 win 5792 <nop,nop,timestamp 30188 2237115> [|msdp]
14:20:20.225402 IP 192.168.0.6.639 > 192.168.0.7.sunrpc: . ack 293 win 1728 <nop,nop,timestamp 2237120 30188>
14:20:20.225627 IP 192.168.0.6.639 > 192.168.0.7.sunrpc: F 45:45(0) ack 293 win 1728 <nop,nop,timestamp 2237121 30188>
14:20:20.225983 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96
14:20:20.232409 IP 192.168.0.7.sunrpc > 192.168.0.6.639: F 293:293(0) ack 46 win 5792 <nop,nop,timestamp 30189 2237121>
14:20:20.232472 IP 192.168.0.6.639 > 192.168.0.7.sunrpc: . ack 294 win 1728 <nop,nop,timestamp 2237128 30189>
14:20:23.226129 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96
14:20:26.226612 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96
14:20:29.227161 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96
14:20:32.227712 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96
14:20:35.228247 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96
14:20:38.228796 IP 192.168.0.6.640 > 192.168.0.7.675: UDP, length: 96

WLHDD:

/etc/exports:
Code:
# automagically generated from web settings
/tmp/harddisk/filme *(rw,async,no_root_squash)
lsmod:
Code:
Module                  Size  Used by
nfsd                   92992   1
lockd                  64196   1 [nfsd]
sunrpc                 83456   1 [nfsd lockd]
usb-storage            62144   0 (unused)
sd_mod                 13268   0 (unused)
scsi_mod               70176   1 [usb-storage sd_mod]
audio                  50120   0 (unused)
soundcore               5280   0 [audio]
printer                12652   0 (unused)
usb-ohci               21764   0 (unused)
usbcore                77224   1 [usb-storage audio printer usb-ohci]
wl                    420904   0 (unused)
et                     34912   0 (unused)
ide-disk               13524   2
ide-probe-mod          11468   0
ide-mod               109568   2 [ide-disk ide-probe-mod]
ps:
Code:
  PID  Uid     VmSize Stat Command
    1 admin       508 S   /sbin/init
    2 admin           SW  [keventd]
    3 admin           SWN [ksoftirqd_CPU0]
    4 admin           SW  [kswapd]
    5 admin           SW  [bdflush]
    6 admin           SW  [kupdated]
    7 admin           SW  [mtdblockd]
   39 admin       244 S   telnetd
   43 admin       376 S   httpd
   48 admin       300 S   klogd
   49 admin       344 S   syslogd -m 0 -O /tmp/syslog.log -S -l 7
   50 admin           SW  [khubd]
   56 admin       276 S   lpd
   58 admin       240 S   p9100d -f /dev/usb/lp0 0
   61 admin       296 S   waveservermain
   71 1           344 S   /usr/sbin/portmap
   73 admin           SW  [nfsd]
   75 admin           SW  [lockd]
   76 admin           SW  [rpciod]
   77 admin       528 S   /usr/sbin/mountd
   80 admin       276 S   infosvr br0
   81 admin       460 S   watchdog
   83 admin       284 S   ntp
   91 admin       388 S   dropbear
   92 admin       728 S   dropbear
   96 admin           SW  [kjournald]
   98 admin       336 S   stupid-ftpd
  100 admin       828 S   /usr/sbin/nmbd -D
  102 admin       524 S   -sh
  104 admin       688 S   /usr/sbin/smbd -D
  109 admin       736 S   dropbear
  111 admin       556 S   -sh
  117 admin       392 R   ps
I use this command for mounting on Knoppix and dbox:
Code:
root@1[knoppix]# mount -t nfs 192.168.0.7:/tmp/harddisk/filme /mnt
mount: RPC: Wartezeit abgelaufen (Timed out)