Ik zit momenteel in Zwitserland voor een stage. Mijn ouders zitten thuis, daar hebben ze internet via @home.
Dit loopt via mijn linux pc, die voorheen goed werkte. Nu heeft @home in regio Den Bosch iets gedaan met de dhcp-server waardoor mijn pc geen ipadres meer krijgt en waardoor mijn ouders niet meer kunnen internetten.
Enig idee wat er mis kan zijn?
Ik gebruik dhclient met de volgende configuratie file:
----- dhclient.conf -----
# dhclient configuration file
# see "man dhclient.conf" for further details
# file: /etc/dhclient.conf
#
######################################################
# Suggested configurations for Cable Modem providers #
#
# uncomment and fill in the appropriate section
#####################################################
# @Home -- TCI, etc
#
# Uncomment the following line and enter your Client ID, which should
# have come in your mail from @Home
#
#send dhcp-client-identifier "cp90176-a";
send host-name "cp90176-a";
#send dhcp-client-identifier 00:00:B4:B6:6C:07;
#supersede domain-name "fugue.com home.vix.com";
#prepend domain-name-servers 127.0.0.1;
#send dhcp-lease-time 3600;
request subnet-mask, broadcast-address, routers,
domain-name, domain-name-servers, time-servers;
require domain-name-servers;
#timeout 60;
#retry 60;
#reboot 10;
#select-timeout 5;
#initial-interval 2;
script "/sbin/dhclient-script";
#media "-link0 -link1 -link2", "link0 link1";
#reject 192.33.137.209;
Dit loopt via mijn linux pc, die voorheen goed werkte. Nu heeft @home in regio Den Bosch iets gedaan met de dhcp-server waardoor mijn pc geen ipadres meer krijgt en waardoor mijn ouders niet meer kunnen internetten.
Enig idee wat er mis kan zijn?
Ik gebruik dhclient met de volgende configuratie file:
----- dhclient.conf -----
# dhclient configuration file
# see "man dhclient.conf" for further details
# file: /etc/dhclient.conf
#
######################################################
# Suggested configurations for Cable Modem providers #
#
# uncomment and fill in the appropriate section
#####################################################
# @Home -- TCI, etc
#
# Uncomment the following line and enter your Client ID, which should
# have come in your mail from @Home
#
#send dhcp-client-identifier "cp90176-a";
send host-name "cp90176-a";
#send dhcp-client-identifier 00:00:B4:B6:6C:07;
#supersede domain-name "fugue.com home.vix.com";
#prepend domain-name-servers 127.0.0.1;
#send dhcp-lease-time 3600;
request subnet-mask, broadcast-address, routers,
domain-name, domain-name-servers, time-servers;
require domain-name-servers;
#timeout 60;
#retry 60;
#reboot 10;
#select-timeout 5;
#initial-interval 2;
script "/sbin/dhclient-script";
#media "-link0 -link1 -link2", "link0 link1";
#reject 192.33.137.209;
Remember there are no stupid questions, just stupid people...