Hi
 
I have instslled Redhat 7.3 including dhcp-2.0pl5-8, bind, nfs-utils, tftp-server, portmap RPMs. It has two ethernet card
 
eth0 192.168.105.140
eth1 192.168.2.100
 
It is connected to Internet now. my files looks like this
--------------------------------------------------------------------------------------------------------
#/more etc/dhcpd.conf
---------------------------------------------------------------------------------------------------------

default-lease-time            21600;
max-lease-time                21600;
 
option subnet-mask            255.255.255.0;
option broadcast-address      192.168.2.255;
option routers                192.168.2.100;
option domain-name-servers    192.168.2.100;
option domain-name            "local.example.com";
option root-path              "192.168.2.100:/opt/ltsp/i386";
 
shared-network WORKSTATIONS {
    subnet 192.168.2.0 netmask 255.255.255.0 {
    }
}

-------------------------------------------------------------------------------------------------------------
# more /etc/exports
-------------------------------------------------------------------------------------------------------------
 
## LTS-begin ##
# Note, some lines might wrap because of length, each entry
# should be only one line!

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

/fah/ws001 192.168.2.100/255.255.255.0 (rw,no_root_squash,sync)
/fah/ws002 192.168.2.100/255.255.255.0 (rw,no_root_squash,sync)

## LTS-end ##

Can you please help me

Thanks

Bimal

Reply via email to