Displaying 20 results from an estimated 10000 matches similar to: "Virtual ethernet delivers corrupt tcpip data"
2003 Aug 06
2
'cancel-tcpip-forward' is not supported.
Hi there,
I'm developing ssh client in pure java and, recently, I'm trying
to improve the port forwarding support on that stuff.
However, it seems to me that sshd of OpenSSH has not supported
'cancel-tcpip-forward' request.
http://www.ietf.org/internet-drafts/draft-ietf-secsh-connect-17.txt
says that
| A port forwarding can be cancelled with the following message.
|
1998 May 18
1
DOS-Client with TCPIP and SAMBA
Hi there,
I have a client in a network using a samba-server that has to use MSDOS, because
some software running on it needs a clean DOS. I installed the DOS-Client for
TCPIP that is available from Microsoft V 1.0 and it works fine; the only thing
is, that it takes so much memory below 640 K, that another program also running
under DOS does not function correctly anymore. Maybe some of the
2015 Nov 27
2
[Bug 2509] New: Unexpected change in tcpip-forward reply message in OpenSSH 6.8
https://bugzilla.mindrot.org/show_bug.cgi?id=2509
Bug ID: 2509
Summary: Unexpected change in tcpip-forward reply message in
OpenSSH 6.8
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: sshd
2003 Nov 09
10
[Bug 756] sshd does not support global request cancel-tcpip-forward
http://bugzilla.mindrot.org/show_bug.cgi?id=756
Summary: sshd does not support global request cancel-tcpip-
forward
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at
2008 Feb 15
4
About postgresql tcpip connection
hello everybody
i?m trying to connect to my postgresql via tcpip and it thow an error is not accepting tcp-ip connections
I ask to google but i dont find the solution, people said about the prostgresql.conf enable tcpip, I try but when i start the service it thow an error.
Other thing is add the option i to postmaster.opt but when i start the service this file is redefined
anybody can helpme
2006 Apr 19
1
tcpip-forward with port 0 and 'want reply'
RFC 4254 says, in regards to the "tcpip-forward" request message:
Section 7.1
...
If a client passes 0 as port number to bind and has 'want reply' as
TRUE, then the server allocates the next available unprivileged port
number and replies with the following message; otherwise, there is
no response-specific data.
byte SSH_MSG_REQUEST_SUCCESS
uint32 port that was bound
2008 Oct 13
1
domU Windows XP tcpip.sys bluescreen
I am currently running Centos 5.2 with 2.6.18-92.1.13.el5xen with 2 domu's
One another Centos 5.2 and another Windows XP.
The Centos DomU works fine and I never have any problems however my XP DomU
crashes every so often with the bluescreen DRIVER_IRQL_NOT_LESS_OR_EQUAL
then under the technical information tcpip.sys addres xxxxxx base at xxxxx
datetime Xxxxxxxxx
Is there a driver
2004 Sep 26
0
FreeBSD Security Advisory FreeBSD-SA-02:21.tcpip
Fun, fun. I suggest checking the corresponding MTA configuration :)
Return-Path: <David.Bear@asu.edu>
Delivered-To: rohrbach@mail.webmonster.de
Received: (qmail 56434 invoked by uid 801); 24 Sep 2004 15:51:37 -0000
Delivered-To: vrohrbach-karsten@rohrbach.de
Received: (qmail 56429 invoked from network); 24 Sep 2004 15:51:36 -0000
Received: from post5.inre.asu.edu (129.219.110.120)
by
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
I have the OpenSSH regression tests hooked up to run in Debian and
Ubuntu's "autopkgtest" system, so that they're automatically run on
uploads of OpenSSH itself or any of its dependencies. This is
especially good for enforcing interoperability between it and other SSH
implementations, but it's also pretty good for throwing up occasional
extremely-hard-to-debug failures since
2016 Apr 26
0
Re: /proc/meminfo
Now reporduced with 100%
1) create contrainer with memory limit 1Gb
2) run inside simple memory test allocator:
#include <malloc.h>
#include <unistd.h>
#include <memory.h>
#define MB 1024 * 1024
int main() {
int total = 0;
while (1) {
void *p = malloc( 100*MB );
memset(p,0, 100*MB );
total = total + 100;
printf("Alloc %d Mb\n",total);
sleep(1);
2016 Apr 12
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Cole
I tested the LXC VM with libvirt 1.2.12 after applying the patch
http://www.redhat.com/archives/libvir-list/2016-April/msg00505.html
I'm now getting following errors..
virsh -c lxc: start test
error: Failed to start domain test
error: internal error: Unsupported network type ethernet
I'm using the below XML file for launching LXC VM..
<domain type="lxc">
2016 Apr 11
0
Re: [Bug 1325687] network type="ethernet" not supported with LXC
On 04/11/2016 09:24 AM, abhishek jain wrote:
> Hi Team
>
> I'm trying to launch LXC VM with libvirt 1.2.12 having commit
> *22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration..
>
> <domain type="lxc">
> <uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
> <name>test</name>
>
2016 Mar 14
1
Unsupported network type ethernet using LXC
Hi Team
I'm trying to launch VM using LXC as a hypervisor with interace="ethernet"
configuration and I'm getting below errors..
*virsh -c lxc: start instance-00000321error: Failed to start domain
instance-00000321error: internal error: Unsupported network type ethernet*
Below is the xml file which I'm using ....
cat right.xml
<domain type='lxc'>
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Thanks Cole.
I need to use network type="ethernet" with LXC instead of Qemu.
I have reopened my bug.
On Mon, Apr 11, 2016 at 8:25 PM, Cole Robinson <crobinso@redhat.com> wrote:
> On 04/11/2016 09:24 AM, abhishek jain wrote:
> > Hi Team
> >
> > I'm trying to launch LXC VM with libvirt 1.2.12 having commit
> >
2016 Apr 11
2
Re: [Bug 1325687] network type="ethernet" not supported with LXC
Hi Team
I'm trying to launch LXC VM with libvirt 1.2.12 having commit
*22cff52a2b8e06c913b1f97767e5d3**90fb17fc3b *with below XML configuration..
<domain type="lxc">
<uuid>64c48da2-e318-4085-8b88-c980aab4de34</uuid>
<name>test</name>
<memory>524288</memory>
<vcpu>1</vcpu>
<os>
<type
2016 Apr 04
0
LXC don't support network type of ethernet
Hi All,
Applied patch from below link in order to add ethernet network type support
to LXC.
https://www.redhat.com/archives/libvir-list/2016-January/msg00318.html
Launching LXC based VM using openstack Icehouse release which uses libvirt
in background fails with below error:
LOG shows "*error : virNetDevVethCreate:196 : internal error: Failed to
allocate free veth pair after 10
2016 Apr 12
1
Re: [Bug 1325687] network type="ethernet" not supported with LXC
On 04/12/2016 09:12 AM, abhishek jain wrote:
> Hi Cole
>
> I tested the LXC VM with libvirt 1.2.12 after applying the patch
>
> http://www.redhat.com/archives/libvir-list/2016-April/msg00505.html
>
> I'm now getting following errors..
>
> virsh -c lxc: start test
> error: Failed to start domain test
> error: internal error: Unsupported network type
2013 Feb 08
2
Intel 82574 issue reported on Slashdot
For those that may have run across the story on Slashdot about this NIC,
here is our statement:
Recently there were a few stories published, based on a blog post by an
end-user, suggesting specific network packets may cause the Intel? 82574L
Gigabit Ethernet Controller to become unresponsive until corrected by a
full platform power cycle.
Intel was made aware of this issue in September 2012 by
2001 Feb 10
3
Protocol 2 remote forwarding patch
Hi all,
I'm very new in this list, as looking for codes to plug up the lack of
functionality of "Protocol 2 Remote Forwardig".
Fortunately, I could find it in MARC's archive. Mr. Jarno Huuskonen
posted the codes in Sept, last year, and I tried applying it to my
FreeBSD box environment.
I couldn't apply an original patch, of course, for incompatibility of
virsion. The
2013 Aug 08
1
Issue with OpenSSH remote forwarding of dynamic ports
I recently ran across a problem with remote port forwarding in OpenSSH when trying to use dynamic ports. While it is possible to use OpenSSH to request a dynamic port and the OpenSSH sshd handles it just fine, the OpenSSH client gets confused when multiple ports are opened this way, due to the information passed in the "forwarded-tcpip" SSH_MSG_CHANNEL_OPEN message which is sent back to