Thread: DHCP help
hello, first off sorry if question not make sense. not know computers. i'll try anyway, on issue.
have cable modem connected 1 machine (the 1 using)
problem many times internet detects different network ip (169..) , not let me access internet not happens in linux on windows. think can fix problem formating , installing linux os manually imputing cable account # when asks me if want dhcp set automatically. yet still continues go of unexpectedly. tried setting ip,mask,gateway, manually , no internet access still.
know if can change dhcp server within ubuntu (so dont have reinstall every time.)
, yes have contacted isp changed cable modem , worked until plugged lan cable different machine.
thank in advance..
hello try following::
code:sudo vi /etc/network/interfacescode:auto [interface] iface [interface]inet dhcpon line ‘xxx.xxx.xxx.xxx’ replace x ip of name servercode:auto [interface] iface [interface] inet static address 192.xxx.xxx.xx netmask 255.255.255.0 network 192.xxx.xxx.xx broadcast 192.xxx.x.xxx gateway 192.xxx.x.x
remove dhcp client....code:sudo vi /etc/resolv.conf
restart network....code:sudo apt-get remove dhcp-client
code:sudo /etc/init.d/networking restart
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [all variants] DHCP help
Ubuntu
Comments
Post a Comment