Displaying 17 results from an estimated 17 matches for "network_interfaces".
2007 Aug 22
12
Virtual resource not found
Hi All,
I asked on IRC but didn''t have everything organized and most people
seemed busy. Hoping someone can see what I''m missing here.
I''m trying to create a network module, used similar to the ''users''
configuration described in the Best Practices document. I have a users
module which has that and it works with similar syntax to below. If I
2015 Oct 30
2
Creating network interfaces with specific name in LXC
...9;network' name='blah'>
<source network='dpbr_n_0'/>
</interface>
This doesn't seem to work; it always ends up creating interface with name
as "eth0".
I found some examples here:
http://libvirt.org/guide/html/Application_Development_Guide-Network_Interfaces-XML_Format.html
That uses interface type as "ethernet" and specifies name also, If I do
that, I get back an error while starting the container as "Unsupported
network type ethernet".
Appreciate your help.
Regards,
Harish
2009 Jan 28
5
Solaris zone documentation
I''m following the example provided in the type reference
under ''zone'', i.e.:
zone{myzone:
autoboot=>true,
create_args=>"-b",
ip=>"nge0:10:130.55.201",
path=>"/zoneds/%s",
realhostname=>"myzone.example.com",
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
...n <interface/> and what does each option
> mean.
>
> This doesn't seem to work; it always ends up creating interface with name
>> as "eth0".
>>
>> I found some examples here:
>>
>> http://libvirt.org/guide/html/Application_Development_Guide-Network_Interfaces-XML_Format.html
>>
>> That uses interface type as "ethernet" and specifies name also, If I do
>> that, I get back an error while starting the container as "Unsupported
>> network type ethernet".
>>
>> Appreciate your help.
>>
>> Re...
2003 Jun 12
1
NIC has IP, but has "no carrier"
...0 vr0
192.168.80.100 link#1 UHLW 1 0 vr0
/etc/rc.conf contains the following lines, among others:
-----------------------------------------
hostname="blah.server.net"
tcp_extensions="NO"
log_in_vain="NO"
tcp_keepalive="NO"
network_interfaces="auto"
ifconfig_lo0="inet 127.0.0.1"
ifconfig_vr0="inet 192.168.80.222 netmask 255.255.255.0"
defaultrouter="192.168.80.100"
gateway_enable="NO"
I also tried adding " media auto" in the ifconfig_vr0 above, but it
didn't help. Same sce...
2006 Apr 13
1
Prototyping for basejail distribuition
...quot;
devfs_enable="NO"
fdescfs_enable="NO"
procfs_enable="NO"
mount_enable="NO"
devfs_ruleset="ruleset_name"
flags="-l -U root"
#
# JAIL RC.CONF
#
sendmail_enable="NO"
inetd_flags="-wW -a"
rpcbind_enable="NO"
network_interfaces=""
#
# FILES
#
copy_to_jail="/etc/localtime /etc/resolv.conf /etc/csh.cshrc
/etc/csh.login"
#
# JAILS
#
jail_node01_rootdir="/usr/jail/node01"
jail_node01_hostname="node01.example.com"
jail_node01_ip="127.0.0.1 "
jail_node02_rootdir="/usr/ja...
2015 Oct 30
0
Re: Creating network interfaces with specific name in LXC
...for all
the things you can configure in <interface/> and what does each option
mean.
>This doesn't seem to work; it always ends up creating interface with name
>as "eth0".
>
>I found some examples here:
>http://libvirt.org/guide/html/Application_Development_Guide-Network_Interfaces-XML_Format.html
>
>That uses interface type as "ethernet" and specifies name also, If I do
>that, I get back an error while starting the container as "Unsupported
>network type ethernet".
>
>Appreciate your help.
>
>Regards,
>Harish
>______________...
2015 Nov 02
0
Re: Creating network interfaces with specific name in LXC
...es each option
>> mean.
>>
>> This doesn't seem to work; it always ends up creating interface with name
>>> as "eth0".
>>>
>>> I found some examples here:
>>>
>>> http://libvirt.org/guide/html/Application_Development_Guide-Network_Interfaces-XML_Format.html
>>>
>>> That uses interface type as "ethernet" and specifies name also, If I do
>>> that, I get back an error while starting the container as "Unsupported
>>> network type ethernet".
>>>
>>> Appreciate your he...
2016 Sep 03
2
/etc/sysconfig/network HOSTNAME settings
Hello,
I found different ways to define the hostname ...
this
HOSTNAME="host.domain.tld"
or this:
HOSTNAME="host"
DOMAIN="domain.tld"
what is the correct way?
Thanks,
Walter
2016 Sep 04
0
/etc/sysconfig/network HOSTNAME settings
...d"
>
> what is the correct way?
>
> Thanks,
> Walter
In the case of RHEL 5 and 6 the former way is recommended[1]. I don't
know whether that advice has changed with RHEL 7.
1:
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/ch-Network_Interfaces.html#sect-setting-the-host-name
--
Liam
2003 Jul 16
1
routing to localhost
For reasons unknown, any connections to localhost -- tcp, icmp, or udp -- are
all originating from my external interface, rl0:
$ telnet localhost 25
Trying ::1...
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Can't assign requested address
telnet: Unable to connect to remote host
IPFW log:
Jul 16 12:46:43 octo ipfw: 100 Accept TCP 192.168.1.119:1434 127.0.0.1:25 out
via rl0
2005 Jul 23
3
Multiple ISP Provider on one interface
The problem is that I have only 2 ethernet adapters in my linux router,
one of this adapter pluged to the LAN and the other is pluged to a HUB
who have 2 routers DSL. Each DSL routers have an static ip and the
solution that I found was creating an eth0 and eth0:1 but with this
option I have any way to use the eth0:1 adapte...
Any one knows a solution for this ?
Regards.
2014 Apr 05
1
USB 3.0 NIC / Sitecom NL-031
Hi, I have a Sitecom NL-031 USB 3.0 NIC which I'd like to use under
centos 6.5, but unfortunately I see no support. Or, I am doing something
wrong.
According to LKDDb (Linux Kernel Driver DataBase), the correct driver is
"CONFIG_USB_NET_AX8817X: ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
but obviously, I've grabbed a non matching "iProduct", because mine is
2013 Jul 23
0
What on Centos is wiping out my eth0 IP address every 5minutes?
...013 17:46
>
> QUESTION:
> Why does my Centos 6.4 laptop keep wiping out my eth0 IP address?
Googling
https://www.google.com/search?q=rhel+6+network+configuration&oq=rhel+6+network
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/ht
ml/Deployment_Guide/ch-Network_Interfaces.html
>
> SUMMARY:
> a) I set the IP address of eth0
> b) Everything works fine for 2 to 5 minutes
> c) Then, that eth0 IP address is (somehow?) wiped out I frustratingly
> repeat that abc process (over and over and over again)
What is the contents of /etc/sysconfig/network-scr...
2003 May 21
1
netstat/ipcs inside jail
...s facility not configured in the system
if I launch a netstat inside a jail, I get a unlimited amount of lines that
look like this, until I ^C
netstat: short read
netstat: short read
netstat: short read
...
The rc.conf of the jail :
hostname="jail.kmem.org"
portmap_enable="NO"
network_interfaces=""
sshd_enable="YES"
sendmail_enable="NO"
inetd_flags="-wW -a 10.0.2.6"
- this is what ifconfig looks like OUT of jail :
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 10.0.0.2 netmask 0xffffff00 broadcast 10.0.0.255...
2006 Jan 26
7
strange problem with ipfw and rc.conf
...on freebsd-5.4 and it doesn't
seem to load ipfw rulesets (it uses default ruleset
65335 locking out everything). I have to do "sh
/etc/ipfw.rules" in order to load the rulesets, once I
did that, I can access the box from remote locations
here is my rc.conf:
host# more /etc/rc.conf
network_interfaces="lo0 em0 dc0 rl0 plip0"
kern_securelevel="2"
kern_securelevel_enable="YES"
linux_enable="YES"
named_enable="YES"
nisdomainname="NO"
sshd_enable="YES"
usbd_enable="YES"
hostname="sis"
tcp_keepalive="YES&qu...
2009 Jan 29
32
Facter - the future - your input needed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
We''re currently looking at the next release of Facter and the future
direction of the tool. I''d like to try and prompt some discussions on
facter and what people want from it.
As a starter here''s some (although not all) of the ideas we''ll be
working through:
1. Namespaces - add a namespace or tiered