Farcy Jacques-Olivier
Tue, 09 Feb 2010 08:33:53 -0800
Hana Skoumalova a écrit :
Here is my DHCP part for the Sun Ray interconnection (subnet 192.168.169.0) :Farcy Jacques-Olivier wrote:Hi, I had the same problem, my SRSS server has two ethernet cards :eth0 : Subnetwork with lan and wan access (internet ...) with DNS configured eth1 : Sun Ray interconnection (with DHCP server) with IP address 192.168.0.1I add to tell to the DHCP option that my gateway is 192.168.0.1, so DTUs uses the server as DNS server.Where did you put this option and what is the exact wording? Hana _______________________________________________ SunRay-Users mailing list SunRay-Users@filibeto.org http://www.filibeto.org/mailman/listinfo/sunray-users
The option is in bold.
more SunRay-interface-eth1
subnet 192.168.169.0 netmask 255.255.255.0 {
option dhcp-server-identifier 192.168.169.1;
#option hostname myservername1-eth1;
option broadcast-address 192.168.169.255;
option subnet-mask 255.255.255.0;
option interface-mtu 1500;
*option routers 192.168.169.1;*
vendor-option-space NewT;
option NewT.Intf "eth1";
option NewT.AuthSrvr 192.168.169.1;
option NewT.AltAuth 192.168.169.1;
option NewT.FWSrvr 192.168.169.1;
option NewT.NewTVer "4.2_77_2009.10.19.17.01";
range 192.168.169.20 192.168.169.59;
not authoritative;
max-lease-time 86400;
default-lease-time 86400;
_______________________________________________ SunRay-Users mailing list SunRay-Users@filibeto.org http://www.filibeto.org/mailman/listinfo/sunray-users