I get errors NFS Error:Permission denied

/ect/dhcp3/dhcpd.conf

ddns-update-style            none;

default-lease-time           21600;
max-lease-time               21600;

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.0.255;
option routers               192.168.0.1;
option domain-name-servers   192.168.0.1;
option domain-name           "ltsp";          # <--Fix this domain  name

option root-path             "192.168.0.1:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

subnet 192.168.0.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       192.168.0.1;

    host ws001 {
        hardware ethernet    00:E0:4C:94:25:9E;
        fixed-address        192.168.0.3;
        filename             "/lts/vmlinuz-2.4.26-ltsp-3";
     }
}



/etc/exports

/opt/ltsp                 192.168.0.0/255.255.255.0(ro,no_root_squash,sync)
/var/opt/ltsp/swapfiles   192.168.0.0/255.255.255.0(rw,no_root_squash,async)



I run the server by pressing the following commands

/etc/init.d/dhcp3-server start
/etc/init.d/inetd start
/etc/init.d/tftpd-hpa start
/etc/init.d/nfs-kernel-server start


Please Help me regarding this

Thanks in advance

CSJakharia


 Subscribe to bermudaEmail:  [input]  [input] Browse Archives at 
groups.google.com
 
---------------------------------
Need a quick answer? Get one in minutes from people who know. Ask your question 
on Yahoo! Answers.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to