Hi!
I need to tweak my network settings, for better performance with file sharers.
I have actually 2 questions.
a) Where can I find some documentation for disabling DHCP on my system?
(DHCP on my router is always ON).
b) How can I set the DNS servers manually to those 2, that my ISP provides?
PS. I have already edited the etc/resolv.conf
Default resolv.conf:
Edited resolv.conf:
Unfortunately, this try was definitely a failure!
Or better, it was successful, until reboot time.
After rebooting, the edited resolv.conf, is rolling back to default.
Any hints? 8)
I have Kubuntu Hardy 64 and my router (a usual one. Nothing special about it) is a Siemens CL-110 (via ethernet (eth0)).
I have at past, (when Windows was my primary system) already setup the port forwarding to the 192.168.1.2 (my system. No other systems connected) and the respective program ports.
As I can see at Knetworkmanager, Kubuntu has already auto-assigned the 192.168.1.2.
Seems like a static IP to me (please correct me, if I'm wrong), so I think there's nothing to deal with, there.
I need to tweak my network settings, for better performance with file sharers.
I have actually 2 questions.
a) Where can I find some documentation for disabling DHCP on my system?
(DHCP on my router is always ON).
b) How can I set the DNS servers manually to those 2, that my ISP provides?
PS. I have already edited the etc/resolv.conf
Default resolv.conf:
Code:
### BEGIN INFO # # Modified_by: NetworkManager # Process: /usr/bin/NetworkManager # Process_id: 5048 # ### END INFO search siemens nameserver 192.168.1.1
Code:
### BEGIN INFO # # Modified_by: NetworkManager # Process: /usr/bin/NetworkManager # Process_id: 5051 # ### END INFO # search siemens nameserver 194.219.227.2 nameserver 193.92.150.3
Or better, it was successful, until reboot time.
After rebooting, the edited resolv.conf, is rolling back to default.
Any hints? 8)
I have Kubuntu Hardy 64 and my router (a usual one. Nothing special about it) is a Siemens CL-110 (via ethernet (eth0)).
I have at past, (when Windows was my primary system) already setup the port forwarding to the 192.168.1.2 (my system. No other systems connected) and the respective program ports.
As I can see at Knetworkmanager, Kubuntu has already auto-assigned the 192.168.1.2.
Seems like a static IP to me (please correct me, if I'm wrong), so I think there's nothing to deal with, there.
Comment