Displaying 20 results from an estimated 34 matches for "siocsifaddr".
2011 Aug 16
2
SIOCSIFADDR: No such device
I have encountered the error " SIOCSIFADDR: No such device" in one my
Xen Guest (others VM are okay, and have checked they are using
different mac address).
Follow this link
(http://blog.kabisa.nl/2009/12/11/xen-how-to-fix-siocsifaddr-no-such-device/)
to remove the file "/etc/udev/rules.d/z25_persistent-net.rules. " and
didn...
2014 Sep 07
4
Ifconfig ipv6:permission denied.
Hi!
I installed CentOS 7 today, it's a minimal install, so it didn't have
ifconfig command. So I installed net-tools, however I can't add ipv6
address to it.
# ifconfig enp0s3 add fc00::1002/124
SIOCSIFADDR: Permission denied.
Yes, I'm running as root.
CentOS is running in a Qemu instance with e1000 ethernet card.
2018 Apr 15
3
tinc starts too early on boot
...is good.
Apr 16 06:54:43 dbtest3 tinc[3206]: tincd 1.1pre14 (JunĀ 5 2017
01:24:43) starting, debug level 0
Apr 16 06:54:43 dbtest3 tinc[3206]: /dev/net/tun is a Linux tun/tap
device (tun mode)
Apr 16 06:54:43 dbtest3 tinc[3206]: Error starting /usr/sbin/tincd
Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCSIFADDR: No such device
Apr 16 06:54:43 dbtest3 tinc[3206]: rsvpn: ERROR while getting interface
flags: No such device
Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCSIFNETMASK: No such device
Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCADDRT: No such device
Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCADDRT: No such dev...
2006 Jan 20
3
domU Device eth0 does not seem to be present
I can''t find network device in domU.
Debian domU shows
Configuring network interfaces...SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
and Fedora domU shows:
eth0: unknown interface: No such device
Dom0 is using Fedora with:
kernel-xen-guest.i686 2.6.15-1.29_FC5 installed
kernel-xen-hypervisor.i686 2.6.15-1.29_FC5...
2007 Sep 25
4
No eth0 device found in domU
Hi,
I tried already a long time to enable network in my domU but I always
fail with:
# ifconfig eth0 192.168.0.1 up
SIOCSIFADDR: No such device
SIOCGIFFLAGS: No such device
Do I need to load a kernel module?
I use OpenSuse 10.2 with kernel 2.6.18.8-0.5-xen (for both domU and dom0).
My config:
kernel = "/boot/vmlinuz-xen"
ramdisk = "/home/jens/initrd.gz"
memory = 1024
name = "debian"
disk =...
2006 Oct 25
1
Network card problem
...vmlinuz-2.6.16.29-xen, all do work well, dom0
(ubuntu 6.06) start but I have no network at all.
When booting on ubuntu, the NIC which is a Intel Gigabit Ethernet card
drived by the e1000 modules does work correctly, but when the kernel xen is
booted, trying to use the eth0 NIC give me the error :
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Even after a successful modprobe e1000 (which seems to signifacate thet the
driver is available for xen), I got the same answer.
I have try to install xen starting f...
2007 Apr 18
0
[Bridge] Problem with startup script
...$INET_IFACE
brctl addif $BR_IFACE $LAN_IFACE
ifconfig $INET_IFACE 0.0.0.0
ifconfig $LAN_IFACE 0.0.0.0
ifconfig $BR_IFACE up
--------------------------------------
which works fine with the 2.4 kernel but errors out with
--------------------------------------
[root@test root]# sh /etc/rc.d/rc.bridge
SIOCSIFADDR: No such device
: unknown interface: No such device
SIOCSIFADDR: No such device
: unknown interface: No such device
doesn't exist!
doesn't exist!
: Host name lookup failure
ifconfig: `--help' gives usage information.
--------------------------------------
on this test box. I believe t...
2013 Apr 10
1
What about port 2048 for GRE(47) packaged in ip protocol
...? ? I'm playing with Gre Tunnel programming in centos 6.
? ? ? ??
? ? ? ? I wrote my program in these steps:?
? ? ? ? a, open /dev/net/tun ?device and ioctl with?TUNSETIFF, get fd to tun device, say "tun0";
? ? ? ? b, create one socket and use it to set tun0's ?ip address, namyly?SIOCSIFADDR and?SIOCSIFDSTADDR; and then turn it up;
? ? ? ? c, create one raw socket to send things which got from the tun0 device to other machine, and to receive packages which should be?feeded into the tun0 device;
? ? ? ? Finally, I ran the program in two machines, say MA and MB, synchronously, and set r...
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
...my debug output. Please help.. How do I
fix tunnel interface error?
root at OpenWrt:/etc/tinc/vpn# tincd -n vpn -D -d3
tincd 1.0.21 (Mar 9 2014 18:26:59) starting, debug level 3
/dev/net/tun is a Linux ethertap device
Executing script tinc-up
ifconfig: SIOCGIFFLAGS: No such device
ifconfig: SIOCSIFADDR: No such device
Script tinc-up exited with non-zero status 1
Creating metasocket failed: Address family not supported by protocol
Listening on 0.0.0.0 port 655
Ready
Trying to connect to vpn_gw2 (x.x.x.x port 655)
Error while reading from Linux ethertap device /dev/net/tun: Operation now
in p...
2016 Jan 19
2
tinc running openwrt (mikrotik metarouter mips)
...ecial
> (but it was a long time ago when I set it up).
>
> However, I do start tinc using "/etc/init.d/tinc start", not by running
> tincd directly.
>
> > Executing script tinc-up
> >
> > ifconfig: SIOCGIFFLAGS: No such device
> >
> > ifconfig: SIOCSIFADDR: No such device
> >
> > Script tinc-up exited with non-zero status 1
>
> That doesn't look good!
>
> My /etc/tinc/NETWORK/tinc-up file contains:
>
> #!/bin/sh
> ifconfig $INTERFACE 1.2.3.4 netmask 255.255.0.0
> /etc/init.d/firewall reload
>
> (with the...
2001 Jun 28
4
Tinc1.0pre4 & kernel 2.4.5 & tun/tap
...than "ifconfig <netname> 192.168.1.1
netmask 255.255.255.0"
My netname /etc/tinc/test4, I type
#tincd -n test4
After this I see tun module was loaded.
#lsmod
Module Size Used by
tun 3424 0 (autoclean)
#ifconfig test4 10.x.x.x netmsak 255.255.0.0
SIOCSIFADDR: no such device
test4: unknown interface: No such device
... ... ...
Sincerely,
Igor Belokopytov
-
Tinc: Discussion list about the tinc VPN daemon
Archive: http://mail.nl.linux.org/lists/
Tinc site: http://tinc.nl.linux.org/
2016 Jan 19
0
tinc running openwrt (mikrotik metarouter mips)
...I don't remember having to do anything special
(but it was a long time ago when I set it up).
However, I do start tinc using "/etc/init.d/tinc start", not by running
tincd directly.
> Executing script tinc-up
>
> ifconfig: SIOCGIFFLAGS: No such device
>
> ifconfig: SIOCSIFADDR: No such device
>
> Script tinc-up exited with non-zero status 1
That doesn't look good!
My /etc/tinc/NETWORK/tinc-up file contains:
#!/bin/sh
ifconfig $INTERFACE 1.2.3.4 netmask 255.255.0.0
/etc/init.d/firewall reload
(with the real IP address for this node of the VPN instead of 1.2...
2018 Apr 18
0
tinc starts too early on boot
...:43 dbtest3 tinc[3206]: tincd 1.1pre14 (JunĀ 5 2017 01:24:43)
> starting, debug level 0
> Apr 16 06:54:43 dbtest3 tinc[3206]: /dev/net/tun is a Linux tun/tap device
> (tun mode)
> Apr 16 06:54:43 dbtest3 tinc[3206]: Error starting /usr/sbin/tincd
> Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCSIFADDR: No such device
> Apr 16 06:54:43 dbtest3 tinc[3206]: rsvpn: ERROR while getting interface
> flags: No such device
> Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCSIFNETMASK: No such device
> Apr 16 06:54:43 dbtest3 tinc[3206]: SIOCADDRT: No such device
> Apr 16 06:54:43 dbtest3 tinc[3206]...
2014 Jan 30
0
Problem: "tun0: ERROR while getting interface flags: No such device"
...alled tinc 1.1-pre9 as usual... Have multiple servers with this
working but now i got the following error...
tincd -D -d -n NETWORK
tincd 1.1pre9 (Jan 30 2014 11:09:17) starting, debug level 1
/dev/net/tun is a Linux tun/tap device (tun mode)
Listening on 31.XXX.XXX.46 port 655
SIOCSIFADDR: No such device
tun0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
tun0: ERROR while getting interface flags: No such device
Script tinc-up exited with non-zero status 255
Ready
lsmod says that tun is already loaded...
My config looks like...
2016 Jan 19
0
tinc running openwrt (mikrotik metarouter mips)
...go when I set it up).
>>
>> However, I do start tinc using "/etc/init.d/tinc start", not by running
>> tincd directly.
>>
>> > Executing script tinc-up
>> >
>> > ifconfig: SIOCGIFFLAGS: No such device
>> >
>> > ifconfig: SIOCSIFADDR: No such device
>> >
>> > Script tinc-up exited with non-zero status 1
>>
>> That doesn't look good!
>>
>> My /etc/tinc/NETWORK/tinc-up file contains:
>>
>> #!/bin/sh
>> ifconfig $INTERFACE 1.2.3.4 netmask 255.255.0.0
>> /etc/ini...
2008 Dec 03
0
Re: Re: Problem on slow keystroke response - guest on Xen box
...tside world. It can''t be ssh-connected remotely. After
> > starting it with "xm console ....." it can''t ping the host, other
> > guests and Internet.
> >
> >
> > # /etc/init.d/networking restart
> > Reconfiguring network interfaces...SIOCSIFADDR: No such device
> > eth0: ERROR while getting interface flags: No such device
> > SIOCSIFNETMASK: No such device
> > eth0: ERROR while getting interface flags: No such device
> > Failed to bring up eth0.
> >
> >
> > # find /sys -iname *eth*
> > /sys/c...
2006 Jan 19
1
Error when loading some modules
.../lib/modules/2.6.12.6-xenU/modules.dep: No such file or directory
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
modprobe: FATAL: Could not load /lib/modules/2.6.12.6-xenU/modules.dep: No such file or directory
SIOCSIFADDR: No such device
modprobe: FATAL: Could not load /lib/modules/2.6.12.6-xenU/modules.dep: No such file or directory
eth0: ERROR while getting interface flags: No such device
modprobe: FATAL: Could not load /lib/modules/2.6.12.6-xenU/modules.dep: No such file or directory
SIOCSIFNETMASK: No such dev...
2012 Apr 12
0
Live migration of instance using KVM hypervisor fails
...tcp:0.0.0.0:49169 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5
Domain id=20 is tainted: high-privileges
Domain id=20 is tainted: shell-scripts
char device redirected to /dev/pts/17
2012-04-12 03:57:26.850: shutting down
can't delete tap57b16714-9a from eth1: Operation not supported
SIOCSIFADDR: Permission denied
SIOCSIFFLAGS: Permission denied
SIOCSIFFLAGS: Permission denied
/etc/qemu-ifdown: could not launch network script
Libvirt version on both hosts:
$ libvirtd --version
libvirtd (libvirt) 0.9.2
$ virsh --version
0.9.2
Here are my libvirtd.conf details:
listen_tls = 0
listen_tcp =...
2001 Aug 27
2
ethertap device: File descriptor in bad state
...55.55.55.55 port 30001
Aug 27 17:26:49 q tinc.vpn[971]: Error while reading from ethertap device:
File descriptor in bad state
Aug 27 17:26:50 q last message repeated 19806 times
If I start tinc with the no detach option: tincd -n vpn -D -dddddddddd
I get this:
SIOCSIFHWADDR: No such device
SIOCSIFADDR: No such device
vpn: unknown interface: No such device
SIOCSIFNETMASK: No such device
vpn: unknown interface: No such device
I have tinc configured to use the Universal Tun functionality; it is
installed and running as a module.
(I've also tried with tun compiled into the kernel)
The tinc-...
2009 Apr 01
1
Server with 2 Nics (continuation)
...me errors. From the Network Configuration
Window, I see that both NICs are down, and these are the message errors
that appeared on the reboot:
---->
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth1 ; No such device.
Determining IP information for eth1...SIOCSIFADDR: No such device
eth1: unknown interface: No such device
eth1: unknown interface: No such device
failed.
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth0 ; No such device.
SIOCGIFFLAGS: No such device
Failed to bring up eth0.
---->
Thus, though 2 bridg...