redhat-config-network

See also the page on fedora.redhat.com.

FAQ

How to use profiles

Bugfix releases

IRC

Meet the developer(s) on irc.redhat.com #rcn from 10:00 - 17:00 UTC.

News

1.2.15

- erratum for 9

1.2.14

- translation updates
- raw encapsulation - Isdn bug #85365
- old naming scheme to work with initscripts from 9

1.2.13

- translation updates
- import NC_functions error fixed
- reasonable error text if DISPLAY not set
- activate/deactivate insert error fixed (for new pygtk)

1.2.12

- wlan0 handling
- splash screen bug fixed
- improvements in HW list handling
- isdncard handling #91607

1.2.11

- fixed #97027
- fixed subs of -

1.2.10

- fixed #97027, #96994
- fixed fedora bugzilla issues #326
- update of some translations

1.2.8

- lazy file unlinking
- fixed #91620 #91583
- ConfEHosts -> ConfFHosts

1.2.7

- made PAP/CHAP work again
- made route files chmod(0644)
- corrected hosts handling and let the use select multiple hosts

1.2.6

The glade file for activation/deactivation of devices had been forgotten in previous releases.

Redhat-control-network now uses usernetctl, due to a bug in ifup/ifdown.

Plugin handling was improved. HW list handling was improved. The wireless GUI was corrected.

1.2.4

Some minor bugs were removed from redhat-config-network.

The device activation/deactivation dialog now has a output box and a cancel button. Hardware detection uses kudzu now mostly.

redhat-config-network-cmd now has the ability to import/export the whole network configuration from/to a single file.

To export:

# redhat-config-network-cmd -e > network.conf
To import to a chroot file hierarchy:
# redhat-config-network-cmd -i -c -r /tmp -f network.conf
which will create in my case:
/tmp/etc/
/tmp/etc/sysconfig
/tmp/etc/sysconfig/networking
/tmp/etc/sysconfig/networking/devices
/tmp/etc/sysconfig/networking/devices/ifcfg-Arcor2
/tmp/etc/sysconfig/networking/devices/ifcfg-eth0Copy0
/tmp/etc/sysconfig/networking/devices/ifcfg-Arcors
/tmp/etc/sysconfig/networking/devices/ifcfg-Arcor0
/tmp/etc/sysconfig/networking/devices/LAN.route
/tmp/etc/sysconfig/networking/devices/ifcfg-LAN
/tmp/etc/sysconfig/networking/devices/ifcfg-intranet
/tmp/etc/sysconfig/networking/profiles
/tmp/etc/sysconfig/networking/profiles/default
/tmp/etc/sysconfig/networking/profiles/default/network
/tmp/etc/sysconfig/networking/profiles/default/resolv.conf
/tmp/etc/sysconfig/networking/profiles/default/hosts
/tmp/etc/sysconfig/networking/profiles/default/ifcfg-LAN
/tmp/etc/sysconfig/networking/profiles/default/LAN.route
/tmp/etc/sysconfig/networking/profiles/default/ifcfg-Arcors
/tmp/etc/sysconfig/networking/profiles/default/ifcfg-eth0Copy0
/tmp/etc/sysconfig/networking/profiles/default/ifcfg-intranet
/tmp/etc/sysconfig/network-scripts
/tmp/etc/sysconfig/network-scripts/ifcfg-LAN
/tmp/etc/sysconfig/network-scripts/LAN.route
/tmp/etc/sysconfig/network-scripts/ifcfg-Arcors
/tmp/etc/sysconfig/network-scripts/ifcfg-eth0Copy0
/tmp/etc/sysconfig/network-scripts/ifcfg-intranet
/tmp/etc/sysconfig/network
/tmp/etc/sysconfig/isdncard
/tmp/etc/cipe
/tmp/etc/ppp
/tmp/etc/ppp/peers
/tmp/etc/ppp/peers/Arcor2
/tmp/etc/ppp/peers/Arcors
/tmp/etc/ppp/pap-secrets
/tmp/etc/ppp/chap-secrets
/tmp/etc/wvdial.conf
/tmp/etc/modules.conf
/tmp/etc/resolv.conf
/tmp/etc/hosts
To see what's going on, use the -v option, which increases the level every time it is used. If a traceback happens, you can switch on the python debugger with --debug.