search for: loopback

Displaying 20 results from an estimated 2901 matches for "loopback".

2006 Mar 07
3
Jails and loopback interfaces
Hi, Running: Freebsd 6.0 I am wondering if it is possible to have acces to loopback ip in a jail. I currently have a server running a jail. In the jail, there is a database and a web server. I would like to be able to have the database only bind on a loopback address and not on the jail's ip. Can this be done and how? Thanks -Cyril ____________________________...
2016 Feb 11
2
safest way to mount iscsi loopback..
On 2/11/2016 5:14 AM, lejeczek wrote: > nobody does use iscsi loopback over an lvm? I'm not sure what 'iscsi loopback' even means. iSCSI is used to mount a virtual block device hosted on another system (initiator mode) or to share a virtual block device (target mode), while loopback is used to mount a local file as a device, such as an .iso image o...
2019 Nov 13
1
[PATCH net-next 11/14] vsock: add multi-transports support
> From: Stefano Garzarella [mailto:sgarzare at redhat.com] > Sent: Tuesday, November 12, 2019 11:37 AM > > > > You already mentioned that you are working on a fix for loopback > > > > here for the guest, but presumably a host could also do loopback. > > > > > > IIUC we don't support loopback in the host, because in this case the > > > application will use the CID_HOST as address, but if we are in a nested > > > VM envir...
2007 Aug 30
6
Capture of loopback interface messages
Hi, I am new to DTrace. Want to capture (for specific port #s) the loopback interface (lo0) tcp message flow with the complete message body. Is this possible with DTrace? Are any examples available? Thanks, Joe ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels wi...
2015 Nov 02
4
CentOS7 and "ip link alias"
Hello List, After demystifying the cause for my /sbin/ifup-local not being executed by network scripts for an Ethernet interface (don't let NetworkManager control it or ifup-local won't be executed)... ... I have a question with hopefully a simple answer: I placed an alias/description on my interface during testing and now I want to remove it. But when I try to remove it, I'm either
2005 May 19
1
extlinux and block loopbacks
Hello-- I'm trying to use extlinux to make a bootable disk image, but I've hit a wall. I've got a partitioned hard disk image with one ext2 partition in it. I've mounted the partition through a block loopback device (/dev/loop1 on the host) and chrooted into it in order to run extlinux. Within the chroot environment, /etc/mtab says: /dev/hda1 / ext2 rw 0 0 ...and within the chroot, /dev/hda1 is a device node for the loopback. But when I run extlinux, it complains: extlinux: cannot find device f...
2006 May 04
3
Jails and loopback interfaces
...nly thing that > should talk to the databse. > My solution was to use 2 jails: one for the webserver, and another for the > database. > Jail 1: > * runs webserver > * binds to real interface with real, routable IP > Jail 2: > * runs database server > * binds to loopback interface, isn't directly reachable > from outside the box just to clarify that for me: you did setup this layout or you tried to setup this? as i read it, i understand that you did! i tried exactly the same but currently jails are bound to the specific ip-address assigned with them so...
2019 Nov 21
1
[PATCH net-next 0/6] vsock: add local transport support
> From: Stefano Garzarella [mailto:sgarzare at redhat.com] > Sent: Tuesday, November 19, 2019 12:01 PM > This series introduces a new transport (vsock_loopback) to handle > local communication. > This could be useful to test vsock core itself and to allow developers > to test their applications without launching a VM. > > Before this series, vmci and virtio transports allowed this behavior, > but only in the guest. > We are moving th...
2019 Nov 21
1
[PATCH net-next 0/6] vsock: add local transport support
> From: Stefano Garzarella [mailto:sgarzare at redhat.com] > Sent: Tuesday, November 19, 2019 12:01 PM > This series introduces a new transport (vsock_loopback) to handle > local communication. > This could be useful to test vsock core itself and to allow developers > to test their applications without launching a VM. > > Before this series, vmci and virtio transports allowed this behavior, > but only in the guest. > We are moving th...
2005 Aug 29
2
Loopback connetion issue
Hi, I''m experiencing some troubles with an application in a VM (domain-1) which needs to connect too itself via the loopback interface. It seems that the connection process hang during the TCP handshake. I have a running web server in this VM which run perfectly. Logged in Domain-1, i''ve tried to reach the webserver with telnet but the same problem happens. Even pinging the loopback interface give me en error (...
2018 Nov 17
3
Cannot connect when using BindAddress
I want tinc to listen locally on loopback, so that port 655 is not exposed on any system interfaces. Can't tinc make outbound connections when listening on loopback? I can't see any reason why it should. This system will never have other tinc daemons connect to it, it will only ever connect to other tinc daemons in order to establi...
2008 Oct 22
5
Bug#503046: xen-utils-3.2-1: inadequate error handling for the case of a failure to use a loopback device
Package: xen-utils-3.2-1 Version: 3.2.1-2 Severity: normal When a DomU is defined as using a file: device the loopback driver will be used to make it appear to be a regular block device. The loopback driver will by default only support 8 nodes so this is a limited resource. http://etbe.coker.com.au/2008/10/22/kernel-issues-with-debian-xen-and-centos-kernels/ If there is a problem that prevents correctly allocati...
2019 Nov 21
2
[PATCH net-next 3/6] vsock: add local transport support in the vsock core
...e: > > > From: Stefano Garzarella [mailto:sgarzare at redhat.com] > > > Sent: Tuesday, November 19, 2019 12:01 PM > > > To: netdev at vger.kernel.org > > > > > > This patch allows to register a transport able to handle > > > local communication (loopback). > > > > > > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> > > > --- > > > include/net/af_vsock.h | 2 ++ > > > net/vmw_vsock/af_vsock.c | 17 ++++++++++++++++- > > > 2 files changed, 18 insertions(+), 1 deletion(-) >...
2019 Nov 21
2
[PATCH net-next 3/6] vsock: add local transport support in the vsock core
...e: > > > From: Stefano Garzarella [mailto:sgarzare at redhat.com] > > > Sent: Tuesday, November 19, 2019 12:01 PM > > > To: netdev at vger.kernel.org > > > > > > This patch allows to register a transport able to handle > > > local communication (loopback). > > > > > > Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> > > > --- > > > include/net/af_vsock.h | 2 ++ > > > net/vmw_vsock/af_vsock.c | 17 ++++++++++++++++- > > > 2 files changed, 18 insertions(+), 1 deletion(-) >...
2019 Nov 21
1
[PATCH net-next 0/6] vsock: add local transport support
On Tue, Nov 19, 2019 at 12:01:15PM +0100, Stefano Garzarella wrote: > This series introduces a new transport (vsock_loopback) to handle > local communication. > This could be useful to test vsock core itself and to allow developers > to test their applications without launching a VM. > > Before this series, vmci and virtio transports allowed this behavior, > but only in the guest. > We are moving th...
2016 Feb 05
2
safest way to mount iscsi loopback..
.. what is? fellow centosians. how to you mount your loopback targets? I'm trying lvm backstore, I was hoping I would do it with uuid, but it's exposed more than once and how would kernel decide which device to use I don't know. thanks
2007 Feb 05
6
snapdir visable recursively throughout a dataset
Is there an existing RFE for, what I''ll wrongly call, "recursively visable snapshots"? That is, .zfs in directories other than the dataset root. Frankly, I don''t need it available in all directories, although it''d be nice, but I do have a need for making it visiable 1 dir down from the dataset root. The problem is that while ZFS and Zones work smoothly
2019 Nov 12
2
[PATCH net-next 11/14] vsock: add multi-transports support
...AM: > > > + if (vsk->remote_addr.svm_cid > VMADDR_CID_HOST) > > > + new_transport = transport_h2g; > > > + else > > > + new_transport = transport_g2h; > > > + break; > > > > You already mentioned that you are working on a fix for loopback > > here for the guest, but presumably a host could also do loopback. > > IIUC we don't support loopback in the host, because in this case the > application will use the CID_HOST as address, but if we are in a nested > VM environment we are in trouble. If both src and dst CI...
2019 Nov 12
2
[PATCH net-next 11/14] vsock: add multi-transports support
...AM: > > > + if (vsk->remote_addr.svm_cid > VMADDR_CID_HOST) > > > + new_transport = transport_h2g; > > > + else > > > + new_transport = transport_g2h; > > > + break; > > > > You already mentioned that you are working on a fix for loopback > > here for the guest, but presumably a host could also do loopback. > > IIUC we don't support loopback in the host, because in this case the > application will use the CID_HOST as address, but if we are in a nested > VM environment we are in trouble. If both src and dst CI...
2007 Jul 04
8
VLAN configuration
Hi to the ML. I''m new to VLAN configuration, and combining it to XEN is a bit difficult. I want to use VLAN because it''s possible to "arping" from a domU to an other, and VLAN looks like; the only solution to prevent that. May be I''m wrong if someone got a solution, I may be interrested. I''ve also tryed ebtables, but nothing to prevent arp