re-exporting smb mounted filesystems from Redhat linux 8.0 to Solaris 8.0

Hi,

I am trying this for past 10 days, posted this message on different news
groups, still no solution.

Any suggestion for this
Thanks
SR

I am trying to mount the windows NT share to solaris 8.0 using Redhat 8.0
nfs.

Using smbmount I mounted windows share in Linux as /home/percipia/smb. I setup
Linux as NFS Server and exported /home as nfs export.

[root at ldap root]# cat /etc/exports
/home 192.168.1.0/255.255.255.0(ro,nohide,insecure,sync)

[root at ldap root]# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100011 1 udp 639 rquotad
100011 2 udp 639 rquotad
100011 1 tcp 642 rquotad
100011 2 tcp 642 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32787 nlockmgr
100021 3 udp 32787 nlockmgr
100021 4 udp 32787 nlockmgr
100005 1 udp 32788 mountd
100005 1 tcp 32815 mountd
100005 2 udp 32788 mountd
100005 2 tcp 32815 mountd
100005 3 udp 32788 mountd
100005 3 tcp 32815 mountd

In Solaris, I was able to mount the Linux nfs share:

bash-2.03# showmount -e 192.168.1.135
export list for 192.168.1.135:
/home 192.168.1.0/255.255.255.0

bash-2.03# mount 192.168.1.135:/home /tmp/mnt

bash-2.03# ls /tmp/mnt
lost+found percipia sysadm zzz

bash-2.03# ls /tmp/mnt/percipia/smb

No files listing.

Its not showing windows files.

In the news groups, I saw the following messages ruing nfsd with --re-export
option. Redhat 8.0 nfsd man page I don't see the --re-export option. Do I need
to install some other NFS package?.

[root at ldap root]# rpm -qa | grep -I nfs
redhat-config-nfs-1.0.1-3
nfs-utils-1.0.1-2

New Group message:
===============

[2199 byte] By [CodeProf.com] at [2007-12-25 0:17:00]