On 09/09/2017 06:12 PM, Robert Nichols wrote:
On 09/06/2017 02:46 PM, JD wrote:
Hi,
My em1 is config'ed as:
ifconfig em1 inet 10.10.10.1 up netmask 0xffffff00
The wifi is connected to and internet and working OK.
em1 is the lan.
I have the following /etc/dhcp/dhcpd.conf file
DHCPDARGS=em1;
ddns-update-style interim;
subnet 10.10.10.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
broadcast-address 10.10.10.255;
clientsoption routers 10.10.10.1;
option domain-name-servers 10.10.10.1;
}
I execute:
sudo systemctl start dhcpd
and I see it is running:
ps -ef | grep dhcpd
dhcpd 24671 1 0 19:30 ? 00:00:00 /usr/sbin/dhcpd -f
-cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid
However, the client, an old skype phone (from the days before MS
bought skype),
is unable to connect and obtain an ip addy.
What Skype phone? Back in July, Skype stopped supporting old client
software, and that made all of the old Skype phones (including my GE
31591) forever unusable on Skype. That's got nothing to do with your
phone obtaining an IP address from your DHCP server, but even if you
get the address and forwarding all worked out, you probably won't be
able to connect to a Skype server. I can give you a link to a support
forum thread with 400+ people complaining about that, but there's not
much point.
Interesting. Thanx!
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx