David Ishmael wrote:
I was considering a GS phone (102 or 102D), what version of the GS are you
using?  Do all GS phones have issues with DHCP?  I use DHCP on my network so
I want to make sure I understand potential issues before making any
purchases.

I have my GS101 working with DHCP, I setup my dhcp server to give out the same address each time. Like this

host bt101a {
        hardware ethernet          00:0b:82:xx:xx:xx;
        fixed-address              192.168.2.192;
        option routers             192.168.2.254;
        option domain-name-servers 192.168.2.10;
        option domain-name         "uucp" ;
        option log-servers         192.168.2.10 ;
#       option time-servers        192.168.2.10 ;
        option time-offset         -18000;     # Eastern Standard Time
        always-reply-rfc1048       true ;
}

I never could get my time server to work with the GS.

--
Linux Home Automation         Neil Cherry       [EMAIL PROTECTED]
http://home.comcast.net/~ncherry/               (Text only)
http://hcs.sourceforge.net/                     (HCS II)
http://linuxha.blogspot.com/                    My HA Blog
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to