search for: interfacename

Displaying 11 results from an estimated 11 matches for "interfacename".

Did you mean: interface_name
2014 Nov 05
1
centos-7 reinstall
I have a test system that I am using to investigate CentOS-7. I note the following difficulty when booting from the Minimal Install DVD. Neither on the initial install nor on subsequent attempts at re-installing CentOS-7 can I set the IPv4 interface to a static IP address. I can configure it but I cannot save the changes. The save button remains greyed out. -- *** E-Mail is NOT a
2009 Apr 26
5
Factor questions
Hello, I''m new to puppet and facter. Initially we are planning on using facter/puppet to inventory machines (Mac, Ubuntu, and RHEL). We plan on writing a number of custom facts. Obviouly some of the facts will only be specific to some OSs. I know there is a "confine" method, but it confuses me. It seems the confine statement in some of the recipes and in the Turnbull book is
2010 Apr 26
0
[PATCH matahari] Created the NetworkDevice agent.
...qmf::com::redhat::matahari; - -extern DBusConnection *dbus_connection; -extern DBusError dbus_error; - -ostream &operator<<(ostream& output, const NICWrapper& nic) { - output << "NIC" << endl; - output << "Interface Name: " << nic.interfaceName << endl; - output << "MAC Address: " << nic.macaddr << endl; - output << "IP Address: " << nic.ipaddr << endl; - output << "Netmask: " << nic.netmask << endl; - output << "Broadcast: &qu...
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were removed with this patch. So, I'm pushing an updated patch that contains none of the HAL code in it.
2013 Sep 11
8
Fallback in a multi-isp configuration
Hi, I have a multi-isp configuration both on ppp interfaces. As one of them is 32Mbit/s and the other is 8Mbit/s , I have a weight setting of 4 to 1 as in the following providers file entries: vdsl 1 0x10000 - ppp1 - track,balance=4 adsl 2 0x20000 - ppp0 - track,balance=1 I would also like to have fallback between them so that if one is
2006 Apr 26
3
Weird arp behavior
...et dump the Tinc interfaces across the nodes I see them sending ARP requests ("who has"). No one sends a response. Sometimes, and now very rarely, a response is sent. If I static the ARP entries, everything works. I know Tinc keeps its own ARP tables, and I dabbled with ifconfig >interfacename< -arp just to see what happens, and of course that doesn't help. Does anyone have any ideas as to why ARP isnt working? Thanks!
2003 Aug 28
0
[louisk@bend.com: snort, postgres, bridge]
...#################### # Step #1: Set the network variables: # # You must change the following variables to reflect # your local network. The variable is currently # setup for an RFC 1918 address space. # # You can specify it explicitly as: # # var HOME_NET 10.1.1.0/24 # # or use global variable $<interfacename>_ADDRESS # which will be always initialized to IP address and # netmask of the network interface which you run # snort at. Under Windows, this must be specified # as $(<interfacename>_ADDRESS), such as: # $(\Device\Packet_{12345678-90AB-CDEF-1234567890AB}_ADDRESS) # # var HOME_NET $eth0_A...
2018 May 09
2
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ
...he install first check if you ip is up. type: ip a and what is your "interface name" for me its eth0. All below is base on ETH0 so change this !! Now, you might find out that your network isnt working. lets configure a systemd static ip. AGAIN: Please dont forget to change the ip and interfacename below!! cat << EOF >> /etc/systemd/network/50-static.network # /etc/systemd/network/50-static.network [Match] Name=eth0 [Network] Address=192.168.0.10/24 Gateway=192.168.0.1 EOF systemctl enable systemd-networkd systemctl start systemd-networkd systemctl status systemd-networkd...
2018 May 09
0
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ
...> type: ip a > and what is your "interface name" for me its eth0. > All below is base on ETH0 so change this !! > > Now, you might find out that your network isnt working. > lets configure a systemd static ip. > > AGAIN: Please dont forget to change the ip and interfacename below!! > > cat << EOF >> /etc/systemd/network/50-static.network > # /etc/systemd/network/50-static.network > [Match] > Name=eth0 > > [Network] > Address=192.168.0.10/24 > Gateway=192.168.0.1 > EOF > systemctl enable systemd-networkd > systemct...
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...Hat, Inc. +/* nic.h - Copyright (C) 2009 Red Hat, Inc. * Written by Arjun Roy <arroy at redhat.com> * * This program is free software; you can redistribute it and/or modify @@ -57,11 +57,11 @@ class NICWrapper : public Manageable ~NICWrapper() {} NICWrapper(const string &interfaceName__, - const string &macaddr__, - const string &ipaddr__, - const string &netmask__, - const string &broadcast__, - int bandwidth__) { + const string &macaddr__, + const string &ipaddr__, + const stri...
2018 May 09
0
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
...is your "interface name" for me its eth0. > > All below is base on ETH0 so change this !! > > > > Now, you might find out that your network isnt working. > > lets configure a systemd static ip. > > > > AGAIN: Please dont forget to change the ip and interfacename below!! > > > > cat << EOF >> /etc/systemd/network/50-static.network > > # /etc/systemd/network/50-static.network > > [Match] > > Name=eth0 > > > > [Network] > > Address=192.168.0.10/24 > > Gateway=192.168.0.1 > > EOF &g...