search for: netconfig

Displaying 20 results from an estimated 65 matches for "netconfig".

Did you mean: net_config
2007 Dec 03
4
what happened to netconfig in 5.1
I am doing a yum install netconfig on the new 5.1 and nothing gets installed. Was it removed? replaced with something else? yum provides netconfig does not show a "bin" command just false matches. Is there a new command? Thanks, Jerry
2007 Apr 05
1
netconfig in 4.92
After installing 4.92 I wanted to run netconfig. It was not availble. I did "yum install netconfig" and got the package. What should I have selected in the "custom packages" at install time to get netconfig? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.cent...
2007 Dec 03
1
system-config-network on 5.1
Looks like there are NO command line options on system-config-network. Like -d eth0 or -d eth1 I used those alot when 2 network cards are in a box. Can netconfig be brought back to life? Can I just install the one from 5.0 on new boxes?\ Jerry
2013 Sep 30
1
[PATCH] xm-test: fix the ip allocation function
__findFirstOctetIP() is expecting min and max available octets according to its code, however the caller getFreeIP() gives it the min octet and (max - min + 1), which is the length instead. Signed-off-by: Zhu Yanhai <gaoyang.zyh@taobao.com> --- tools/xm-test/lib/XmTestLib/NetConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tools/xm-test/lib/XmTestLib/NetConfig.py b/tools/xm-test/lib/XmTestLib/NetConfig.py index 1f834cc..5013bef 100644 --- a/tools/xm-test/lib/XmTestLib/NetConfig.py +++ b/tools/xm-test/lib/XmTestLib/NetConfig.py @@ -159,7 +15...
2006 Jan 23
1
Two ethernet adapters and more
...y dangerous, when it replaces the kernel. You can loose all of your Zaptel driver setups and have to rebuild them. This is a given, the first time you install AAH and run yum update.... Now at http://www.voip-info.org/wiki/view/Asterisk%40Home+Handbook+Wiki+Chapter+3 I was instructed to use NETCONFIG to setup up my network information. Well it did for eth0, but not for eth1. So question #1 is how to use netconfig to setup eth1 without messing with eth0. #2) NETCONFIG did not setup my hostname and domain. I had to go in with VI to resolv.conf and sysconfig/network. Is there a tool for...
2006 May 16
1
problems with kickstart %post and python/snack gui
...re stable linux deployment of Centos 4.3. I'm using kickstart to do an automated installation of minimal packages and then doing configuration in the %post section. I do this by calling serveral custom system-config-local-* scripts that I have written along with system-config-network-tui (aka netconfig). The problem that I am having is that these scripts display properly, but do not accept input from the console. When anything is typed, it goes directly to the screen (including escape characters for arrows, escape, etc...). I've tried both a minimal installation and a "everything&quot...
2010 Dec 28
1
Kickstart Network Configuration Issues
...--fstype="ext3" --grow --size=1 --ondisk=sdb network --bootproto=dhcp --device=eth0 %packages --nobase @core system-config-network-tui %post echo "nameserver 4.2.2.1" > /etc/resolv.conf echo "nameserver 8.8.8.8" >> /etc/resolv.conf # write netconfig script cat << EOF > /bin/netconfig #!/bin/bash # check if user is root if [[ \$EUID -ne 0 ]]; then echo "This script must be run as root" 1>&2 exit 1 fi # run system-config-network-tui /usr/sbin/system-config-network-tui # set variables eth0f...
2005 Jan 14
1
Asterisk@Home Install Problems
...dress info that was assigned for eth0 and then underneath some info about a loop back with the address 127.0.0.1. (I can ping the address assined from my other machie but I cannot see the address as leased in my dhcp server) I can successfully change the dhcp address to my own config for eth0 using netconfig but the loop back stuff remains when I use ifconfig to check the ip. Also I can't ever see the ip or config the ip on the second ethernet port. In addition the use of hostnae -i shows an ip of 127.0.0.1. If I use only the ethernet jack 1 and leave the second jack unplugged same result as above,...
2017 Aug 22
0
Winbind with krb5auth for trust users
...pback fe00::0         ipv6-localnet ff00::0         ipv6-mcastprefix ff02::1         ipv6-allnodes ff02::2         ipv6-allrouters ff02::3         ipv6-allhosts 192.168.1.4     client.loc.example.de client.loc.example.de client:~ # more /etc/resolv.conf ### /etc/resolv.conf file autogenerated by netconfig! # # Before you change this file manually, consider to define the # static DNS configuration using the following variables in the # /etc/sysconfig/network/config file: #     NETCONFIG_DNS_STATIC_SEARCHLIST #     NETCONFIG_DNS_STATIC_SERVERS #     NETCONFIG_DNS_FORWARDER # or disable DNS configurati...
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
...Number of files burd1p0:/nettmp 258120 37144 220976 15% /nfs/burd1p0/nettmp 2102 burd1p0:/user 29443776 16160480 13283296 55% /nfs/burd1p0/user 68171 burd2p0:/netutl 14721376 4515128 10206248 31% /nfs/burd2p0/netutl 13611 burd3p0:/netconfig 14721376 1010336 13711040 7% /nfs/burd3p0/netconfig 33198 burd2p0:/aqptmp 258120 10664 247456 5% /nfs/burd2p0/aqptmp 546 burd3p0:/reports 14721376 3868000 10853376 27% /nfs/burd3p0/reports 290481 What I'm seeing is that Rsync will fr...
2017 Aug 22
2
Winbind with krb5auth for trust users
Hai, > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Andreas Hauffe via samba > Verzonden: dinsdag 22 augustus 2017 11:26 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Winbind with krb5auth for trust users > > Hi, > > thanks for the fast answer. > > All DCs (local and trusted domain) running on
2007 Apr 25
8
network config files in centos 5 changing
What is happening in centos 5 with network config files??? I have a machine with 2 network cards. ifcfg-eth1 keeps changing to DHCP. All my static setup is gone. Why is it doing this? How can I stop it? I run "netconfig -d eth1" and re-setup my static information. I reboot and now I am back to DHCP. I have a gigabyte motherboard, nvidia chipset. forcedeth driver. eth0 is e1000. Jerry
2005 Mar 09
2
Privileges problem
Hi!!! I'm trying to implement a SUS server (local windows update) I-ve already solved my problem to modify registry in order to establish windows update configuration. Now i've a quiestion all my client logon my samba PDC enusing a netconfig.pol isend all configuration everithing works ok. But i've a trouble, my users don't have privileges to install anything and i don't want to give them privileges. So is there another way to update my system , i mean something like sudo o something like that in order to get privileges an...
2006 Dec 18
5
Asterisk and outlook
...Has anyone used any commercial or open source application to integrate Asterisk into MS Outlook 2003 which can be used to place calls directly to contacts from Outlook? And if so how well does it work? Thanks, Richard Best Regards Richard Soderblom Network Configurations Cell: E-Mail: Richard@netconfig.co.za -------------------------------------------------------- Number of Attachments: 0 This message (and any associated files) is intended only for the use of the individual or entity to which it is addressed and may contain information that is confidential, subject to copyright or constitute...
2007 Aug 07
2
startup config scripts for CentOS
On CentOS-based VM appliance I'm building, I would like to create a script that runs upon login that asks the user a series of questions that does (among other things) ask them to input their networking information (IP, mask, gate, DNS, etc). I'm hoping you guys might point me in the right direction. Here are some of the specific things I'm looking to accomplish with such a script.
2004 Dec 09
11
Asterisk@Home
...ls for $34 (buy it now)! Seem like a worthwhile investment for Asterisk/Linux experimentation. If you really want to use Asterisk on slower hardware try Debian Linux it runs on almost anything and has good asterisk support. 2. I can’t connect to my network with from Asterisk@Home You can try the netconfig command. You can use netconfig to configure your network manually. You can check to see if your card is supported by RHEL. If it isn’t you might have to compile a driver for it (yuck!). Your best bet is to use generic hardware that is known to work well with Linux (see above) you could also buy a n...
2005 Oct 27
1
problems in the network config of Guest OS on Xen
I have installed Xen version 7033 on an Intel platform with VT enabled, and the Xen boot up without any errors. The network is on in Xen but when I launch the RHEL Guest OS on Xen, IP address failed to be determined. I ran netconfig and restart my network service and yet fail to setup the network. I''m currently wanted to setup the Guest OS on a network so that I can run some benchmark there. Can u pls help me to resolve this problem? I have tried several Xen versions installed on my system (version 6282, 7033, 7123, 7...
2006 Apr 24
0
[PATCH][XM-TEST][1/3] New Network Infrastructure for Xm-Test
Hi, This patch and the two that will follow add a new network infrastructure to xm-test. The goal is to make writing tests with networking easy. The patches add a new XenDevice class and NetConfig class. The XenDevice and the XenNetDevice subclass represent devices in xm-test and are linked to the XenDomains. The NetConfig class manages xm-test''s network configuration. The patches make it possible to easily create a domain with a network device. The XmTestNetDomain class creates a...
2005 Oct 27
1
problems in the network config of Guest OS on Xen
I have installed Xen version 7033 on an Intel platform with VT enabled, and the Xen boot up without any errors. The network is on in Xen but when I launch the RHEL Guest OS on Xen, IP address failed to be determined. I ran netconfig and restart my network service and yet fail to setup the network. I''m currently wanted to setup the Guest OS on a network so that I can run some benchmark there. Can u pls help me to resolve this problem? I have tried several Xen versions installed on my system (version 6282, 7033, 7123, 7...
2005 Apr 04
1
Windows Update using samba
Hi, Im' trying to put a SUS server on my network, iv'e already installed it, i've a PDC using samba, and my clients get registry configuration to get the updates using a Netconfig.pol file this parts works ok. So I'm having troubles with my clients, they don't get the updates from the server when they are into the samba domain it looks like they don't see the sus server, i tried adding SUS server to the domain but it doesn't work; on the other hand when they...