Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 217261 Details for
Bug 320001
NetworkManager always uses DHCP (KDE live CD)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
typescript of steps taken to force system to use static ip address
typescript (text/plain), 4.30 KB, created by
Paul Scott
on 2007-10-05 11:42:59 UTC
(
hide
)
Description:
typescript of steps taken to force system to use static ip address
Filename:
MIME Type:
Creator:
Paul Scott
Created:
2007-10-05 11:42:59 UTC
Size:
4.30 KB
patch
obsolete
>Note: 193.10.225.79 is the DHCP address, 193.10.225.56 is the desired static address. >This typescript shows status with NetworkManager running, ignoring the config files, >then it demonstrates that after shutting down NetworkManager and starting network, the >static address is finally used. > >]0;root@konqi:~[?1034h[root@konqi ~]# ifconfig >eth0 Link encap:Ethernet HWaddr 00:13:72:8F:40:E2 > inet addr:193.10.225.79 Bcast:193.10.225.127 Mask:255.255.255.128 > inet6 addr: fe80::213:72ff:fe8f:40e2/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:995 errors:0 dropped:0 overruns:0 frame:0 > TX packets:83 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:485216 (473.8 KiB) TX bytes:14898 (14.5 KiB) > Base address:0xdf40 Memory:fcfe0000-fd000000 > >lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:1267 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1267 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:3191972 (3.0 MiB) TX bytes:3191972 (3.0 MiB) >]0;root@konqi:~[?1034h[root@konqi ~]# nm-tool > >NetworkManager Tool > >State: connected > >- Device: eth0 ---------------------------------------------------------------- > Type: Wired > Driver: e1000 > Active: yes > HW Address: 00:13:72:8F:40:E2 > > Capabilities: > Supported: yes > Carrier Detect: yes > Speed: 100 Mb/s > > Wired Settings > > IP Settings: > IP Address: 193.10.225.79 > Subnet Mask: 255.255.255.128 > Broadcast: 193.10.225.127 > Gateway: 193.10.225.1 > DNS: 130.243.19.81 > DNS: 130.243.19.82 > > > >]0;root@konqi:~[root@konqi ~]# cat /etc/sysconfig/network >NETWORKING=yes >HOSTNAME=konqi.is.kau.se >]0;root@konqi:~[root@konqi ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 ># Please read /usr/share/doc/initscripts-*/sysconfig.txt ># for the documentation of these parameters. >GATEWAY=193.10.225.1 >TYPE=Ethernet >DEVICE=eth0 >BOOTPROTO=none >NETMASK=255.255.255.0 >IPADDR=193.10.225.56 >ONBOOT=yes >USERCTL=no >IPV6INIT=no >PEERDNS=yes >]0;root@konqi:~[root@konqi ~]# cat /(etc/resolv.conf ># generated by NetworkManager, do not edit! > >search personal.kau > > >nameserver 130.243.19.81 >nameserver 130.243.19.82 > > >]0;root@konqi:~[root@konqi ~]# cat /etc/hosts >127.0.0.1 localhost.localdomain localhost >193.10.225.56 konqi.is.kau.se konqi >]0;root@konqi:~[root@konqi ~]# service NetworkManager stop >Stopping NetworkManager daemon: [60G[[0;32m OK [0;39m] >]0;root@konqi:~[root@konqi ~]# ifconfig >lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:1267 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1267 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:3191972 (3.0 MiB) TX bytes:3191972 (3.0 MiB) > >]0;root@konqi:~[root@konqi ~]# service network start >Bringing up loopback interface: [60G[[0;32m OK [0;39m] >Bringing up interface eth0: [60G[[0;32m OK [0;39m] >]0;root@konqi:~[root@konqi ~]# ifconfig >eth0 Link encap:Ethernet HWaddr 00:13:72:8F:40:E2 > inet addr:193.10.225.56 Bcast:193.10.225.255 Mask:255.255.255.0 > inet6 addr: fe80::213:72ff:fe8f:40e2/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:487 errors:0 dropped:0 overruns:0 frame:0 > TX packets:47 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > RX bytes:228411 (223.0 KiB) TX bytes:8428 (8.2 KiB) > Base address:0xdf40 Memory:fcfe0000-fd000000 > >lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:1267 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1267 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:3191972 (3.0 MiB) TX bytes:3191972 (3.0 MiB)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 320001
: 217261