Re: Network connection of a qemu guest.

2021-04-06 Thread peter
From: Reco Date: Fri, 12 Mar 2021 08:26:51 +0300 > No, it does not work that way. Got the network connection and added documention here. https://en.wikibooks.org/wiki/Oberon/ETH_Oberon/QEMUinstall#Network_Connection_on_a_Virtual_Machine Further tips always welcome. Thanks,.

Re: Network connection of a qemu guest.

2021-03-11 Thread Reco
Hi. On Thu, Mar 11, 2021 at 02:19:28PM -0800, pe...@easthope.ca wrote: > There's no mention of shutting off the built-in DHCP server. That's because there's no need to. Unless guess OS requests a DHCP less, a DHCP server will remain dormant. > Maybe a specific ip address shuts it off.

Re: Network connection of a qemu guest.

2021-03-11 Thread peter
P.s. I added this stanza to host:/e/n/i . # An interface for subnet to qemu guest. auto qemunic allow-hotplug qemunic iface qemunic inet static address 10.0.2.1 netmask 255.255.255.0 Not guest:/e/n/i . Thanks,... P. -- cell: +1 236 464 1479

Re: Network connection of a qemu guest.

2021-03-11 Thread peter
From: Reco Date: Thu, 11 Mar 2021 21:01:01 +0300 > DHCP is an option for a network configuration, not a requirement. >From the qemu manual. peter@joule:/home/peter/MY$ man qemu-system-i386 | grep DHCP Specifies the client hostname reported by the built-in DHCP

Re: Network connection of a qemu guest.

2021-03-11 Thread Reco
Hi. On Thu, Mar 11, 2021 at 07:25:30AM -0800, pe...@easthope.ca wrote: > All the QEMU documentation I've found focusses on DHCP. Imagine the > guest system tries to set a static address and QEMU offers DHCP. Seems > unlikely to succeed. DHCP is an option for a network configuration, not

Re: Network connection of a qemu guest.

2021-03-11 Thread peter
Reco, Thanks for the reply. > In this case QEMU uses built-in DHCP server to provide 10.0.2/24 network > to the guest OS. If you need another network it should be changed in > QEMU's commandline. Thanks. I'm trying to set a _static_ address for the guest. https://en.wikipedia.org/wiki/Static_i

Re: Network connection of a qemu guest.

2021-03-10 Thread Reco
Hi. On Wed, Mar 10, 2021 at 02:56:30PM -0800, pe...@easthope.ca wrote: > qemu-system-i386 -nic user,ipv6=off,model=ne2k_pci ... In this case QEMU uses built-in DHCP server to provide 10.0.2/24 network to the guest OS. If you need another network it should be changed in QEMU's commandline.

Re: Network connection of a qemu guest.

2021-03-10 Thread deloptes
pe...@easthope.ca wrote: > Will be happy with telnet or ssh or ftp from the guest to the host. (I > know telnet and ftp aren't secure but all is within one machine which > runs shorewall.)  No other machine is involved, for now at least. > > Thanks again, https://wiki.qemu.org/Documentation/Netw

Re: Network connection of a qemu guest.

2021-03-10 Thread peter
Nate, Thanks for the reply. From: Nate Bargmann Date: Wed, 10 Mar 2021 19:43:58 -0600 > I rely on the Qemu system to setup the IP address from the 10.x.x.x > block but that seems only to be accessible from inside the VM: So, for example, the host might set 10.3.3.1 on its interface to t

Re: Network connection of a qemu guest.

2021-03-10 Thread Nate Bargmann
* On 2021 10 Mar 17:36 -0600, pe...@easthope.ca wrote: > Hi again, > > https://wiki.qemu.org/Documentation/Networking > and > http://en.wikibooks.org/wiki/QEMU/Networking > refer to qemu options -net, -netdev and -device whereas the manual for > qemu 1:3.1+dfsg-8+deb10u8 describes -nic as curren

Re: Re: Network Connection issue

2012-11-12 Thread Chris Bannister
On Mon, Nov 12, 2012 at 12:31:32PM -0500, Karl Miller wrote: > I too have the D-Link DGE 530T C1 card in my system as eth0, but have a > slightly different issue. Running Ubuntu 12.04 patched up, and the card is [...] > Suggestions? T

Re: Re: Network Connection issue

2012-11-12 Thread Karl Miller
I too have the D-Link DGE 530T C1 card in my system as eth0, but have a slightly different issue. Running Ubuntu 12.04 patched up, and the card is configured for IPv4 DHCP; however, it never gets an address assigned an address and eventually flags itself as disconnected in Network Manager. If I t

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-04-02 Thread Arnt Karlsen
On Thu, 8 Mar 2012 14:35:35 + (UTC), Camaleón wrote in message : > On Thu, 08 Mar 2012 00:07:23 +0100, benoit lair wrote: > > > 2012/3/7 benoit lair : > >> 2012/3/7 Camaleón : > >>> On Tue, 06 Mar 2012 23:33:00 +0100, benoit lair wrote: > >>> > I didn't specify it, but i've tried: > >>>

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-03-08 Thread Camaleón
On Thu, 08 Mar 2012 00:07:23 +0100, benoit lair wrote: > 2012/3/7 benoit lair : >> 2012/3/7 Camaleón : >>> On Tue, 06 Mar 2012 23:33:00 +0100, benoit lair wrote: >>> I didn't specify it, but i've tried: ping onto an external host ping onto the gateway  of this server >>> >>> An

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-03-07 Thread benoit lair
Yep! An idea! I didn't take a look onto my ossec logs, perhaps will i find something. Thanks for the tip of modprobe Camaleon. I'll be back, when i got news. Greetings. 2012/3/7 benoit lair : > 2012/3/7 Camaleón : >> On Tue, 06 Mar 2012 23:33:00 +0100, benoit lair wrote: >> >>> I didn't specif

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-03-07 Thread benoit lair
2012/3/7 Camaleón : > On Tue, 06 Mar 2012 23:33:00 +0100, benoit lair wrote: > >> I didn't specify it, but i've tried: >> >> ping onto an external host >> ping onto the gateway  of this server > > And what was the output/results? No response in all cases. > >> The messages into mail.info says there

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-03-07 Thread Camaleón
On Tue, 06 Mar 2012 23:33:00 +0100, benoit lair wrote: > I didn't specify it, but i've tried: > > ping onto an external host > ping onto the gateway of this server And what was the output/results? > The messages into mail.info says there's a problem with MX resolution > because of the network

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-03-06 Thread benoit lair
I didn't specify it, but i've tried: ping onto an external host ping onto the gateway of this server The messages into mail.info says there's a problem with MX resolution because of the network loss. Also, when i tried to ping an IP, i got no response, so it doesn't seem there's a problem aroun

Re: Network connection lost - Debian Lenny kernel 2.6.26-2-amd64

2012-03-06 Thread Camaleón
On Tue, 06 Mar 2012 16:34:27 +0100, benoit lair wrote: (please, no html formatted messages, thanks) > I have problems with a system under lenny amd64 5.0.5. > > My server serves as a apache reverse proxy. During production, i lost > network connectivity, got no response from ping. Thought my ser

Re: Network Connection issue

2011-11-07 Thread John Foster
On Sat, Nov 5, 2011 at 12:19 AM, Geoff Simmons wrote: > Hi John, > > On Thu, Nov 03, 2011 at 02:55:51PM -0500, John Foster wrote: > > I recently installed a new D-Link DGE-530T 10/100/1000 Gigabit Desktop > PCI > > Adapter card to connect to the internet. It was originally not recognized > > as th

Re: Network Connection issue

2011-11-04 Thread Geoff Simmons
Hi John, On Thu, Nov 03, 2011 at 02:55:51PM -0500, John Foster wrote: > I recently installed a new D-Link DGE-530T 10/100/1000 Gigabit Desktop PCI > Adapter card to connect to the internet. It was originally not recognized > as there was not a driver available in debian. Support for the DGE-530T

Re: Network Connection issue

2011-11-03 Thread Victor Nitu
On 11/03/2011 09:55 PM, John Foster wrote: I have Webmin installed along with the gnome tools for network mgmt. None of these seem to get the card to be seen by the kernel. Have you installed the firmware-linux-nonfree package on your system? Since Squeeze, a number of known working network card

Re: Network connection drops in Squeeze

2011-03-09 Thread David A. Parker
On 03/09/2011 06:04 PM, David A. Parker wrote: On 03/09/2011 05:32 PM, David A. Parker wrote: So far, this has never happened randomly during an SSH session. It always seems to be triggered by some sort of network activity. What's especially frustrating is that absolutely nothing gets logged in

Re: Network connection drops in Squeeze

2011-03-09 Thread David A. Parker
On 03/09/2011 05:32 PM, David A. Parker wrote: So far, this has never happened randomly during an SSH session. It always seems to be triggered by some sort of network activity. What's especially frustrating is that absolutely nothing gets logged in the system logs when this happens. I originally

Re: Network connection drops in Squeeze

2011-03-09 Thread David A. Parker
On 03/09/2011 04:30 PM, Celejar wrote: On Wed, 09 Mar 2011 14:11:41 -0500 "David A. Parker" wrote: Hello, I have an HP 6005 workstation with a fresh install of Debian Squeeze, and I am seeing some very strange networking behavior. The network connection seems to drop periodically, but it com

Re: Network connection drops in Squeeze

2011-03-09 Thread Celejar
On Wed, 09 Mar 2011 14:11:41 -0500 "David A. Parker" wrote: > Hello, > > I have an HP 6005 workstation with a fresh install of Debian Squeeze, > and I am seeing some very strange networking behavior. The network > connection seems to drop periodically, but it comes back if you hit a > key on

Re: Network connection doesn't work [SOLVED]

2006-09-18 Thread Martin Möller
* Martin Möller <[EMAIL PROTECTED]> [17-09-2006 08:56:29 +0200]: > The (xircom) card is found and bound to eth0. The LED on the card and > the DSL modem turns on and flashes correctly if I try to ping the modem > for example, but: DHCP assignment fails. If I give the card a static IP > address, I c

Re: network connection

2006-04-13 Thread anonym ano
Thanks to both of you.I haven't got an idea why the network didn't work. I've reinstalled the system, and now it works fine. I've also installed the openssh-server, now I can work over the putty connection. But, unfortunetly, I have a new problem (I cannot connect to security.debian.org).I will ope

Re: network connection

2006-04-12 Thread Kim Christensen
On 4/11/06, anonym ano <[EMAIL PROTECTED]> wrote: > > > Hello list, > > I've just installed the Debian ech AMD 64 Version on a computer, which > should be a server in the near future. > > These are my first serious steps with Linux, I have never set up such a > system before, just worked with a pos

Re: network connection

2006-04-12 Thread George Borisov
anonym ano wrote: > > If so, what do I have to do to be able to connect via putty > and to be able to download some files with apt-get? To connect over SSH (using Putty) you will need to run: apt-get install openssh-server Hope this helps, -- George Borisov DXSolutions Ltd signature.a

Re: network connection

2006-04-12 Thread Kim Christensen
On 4/11/06, anonym ano <[EMAIL PROTECTED]> wrote: > > > Hello list, > > I've just installed the Debian ech AMD 64 Version on a computer, which > should be a server in the near future. > > These are my first serious steps with Linux, I have never set up such a > system before, just worked with a pos

Re: network connection fails after setup

2004-12-31 Thread Wim De Smet
On Thu, 30 Dec 2004 18:32:45 -0800 (PST), Roger Creasy <[EMAIL PROTECTED]> wrote: > > On Thu, 30 Dec 2004 03:34:53 -0800 (PST), Roger > > Creasy > > <[EMAIL PROTECTED]> wrote: > > > Howdy! > > > > > > I set up sarge with kernel 2.4. > > > This setup was done via a startup cd and http. > > During >

Re: network connection fails after setup

2004-12-30 Thread jose isaias cabrera
> setup was complete, I have no internet or network > connection. Any suggestions for a fix? first, go to the command prompt and type dhclient and see if you get a dhcp ip from that. I had the same problem. Somehow, the NIC lost the IP, but the DHCP picked it up and then I knew what to do. --

Re: network connection fails after setup

2004-12-30 Thread Roger Creasy
> On Thu, 30 Dec 2004 03:34:53 -0800 (PST), Roger > Creasy > <[EMAIL PROTECTED]> wrote: > > Howdy! > > > > I set up sarge with kernel 2.4. > > This setup was done via a startup cd and http. > During > > setup files were downloaded with no problem. After > the > > setup was complete, I have no inte

Re: network connection fails after setup

2004-12-30 Thread Wim De Smet
On Thu, 30 Dec 2004 03:34:53 -0800 (PST), Roger Creasy <[EMAIL PROTECTED]> wrote: > Howdy! > > I set up sarge with kernel 2.4. > This setup was done via a startup cd and http. During > setup files were downloaded with no problem. After the > setup was complete, I have no internet or network > conn

Re: Network Connection/Newbie

2004-09-10 Thread Paul Johnson
<#secure method=pgp mode=sign> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roger Creasy <[EMAIL PROTECTED]> writes: > I just installed sarge with KDE. I have DSL internet connectivity through my > network card, so the card is working. However, if, from the KDE desktop, I go > to home -> LAN con

Re: Network Connection/Newbie

2004-09-10 Thread Zachary Rizer
--- Roger Creasy <[EMAIL PROTECTED]> wrote: > > > Zachary Rizer <[EMAIL PROTECTED]> wrote:--- Roger > Creasy wrote: > > > Howdy! > > > > I just installed sarge with KDE. I have DSL > internet > > connectivity through my network card, so the card > is > > working. However, if, from the KDE desk

Re: Network Connection/Newbie

2004-09-10 Thread Clive Menzies
On (10/09/04 06:56), Roger Creasy wrote: > Zachary Rizer <[EMAIL PROTECTED]> wrote:--- Roger Creasy wrote: > > > Howdy! > > > > I just installed sarge with KDE. I have DSL internet > > connectivity through my network card, so the card is > > working. However, if, from the KDE desktop, I go to > >

Re: Network Connection/Newbie

2004-09-10 Thread Roger Creasy
Zachary Rizer <[EMAIL PROTECTED]> wrote: --- Roger Creasy <[EMAIL PROTECTED]>wrote:> Howdy!> > I just installed sarge with KDE. I have DSL internet> connectivity through my network card, so the card is> working. However, if, from the KDE desktop, I go to> home -> LAN connection, I get an error that

Re: Network Connection/Newbie

2004-09-10 Thread Zachary Rizer
--- Roger Creasy <[EMAIL PROTECTED]> wrote: > Howdy! > > I just installed sarge with KDE. I have DSL internet > connectivity through my network card, so the card is > working. However, if, from the KDE desktop, I go to > home -> LAN connection, I get an error that says > that the protocol is not

Re: Network Connection Question

2004-09-09 Thread Sergio Basurto
Ok, 1. First of all you must configure your ethernet cards like: ifconfig eth0 x.x.x.x netmask 255.255.255.0 up ifconfig eth1 y.y.y.y nemask 255.255.255.0 up you must change x's and y's for your ip addresses then you can ping to your network and to your dsl you also must configure a default gat

Re: Network Connection Question

2004-09-07 Thread James Allen
- Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> I am a recent convert to Debian. I have installed Debian in my old computer i386 machine (Configuration given below) I would like to know if there is a way I can have this macine to identlify the network and the ip address

Re: Network Connection Question

2004-09-06 Thread Oliver Elphick
On Tue, 2004-09-07 at 04:31, [EMAIL PROTECTED] wrote: > Hello All > > I am a beginner in Linux using Debian. I have installed Debian in my > old computer i386 machine (Configuration given below) > I would like to know if there is a way I can have this macine to > identlify the network and the

Re: Network Connection Question

2004-09-06 Thread Alec Berryman
begin quotation of [EMAIL PROTECTED] on 2004-09-06 22:31:58 -0500: > I would like to know if there is a way I can have this macine to > identlify the network and the ip address. I have DSL Internet > connection - I have a DSL Modem and a 4 port Linksys Router. I have > 2 computer connecting to

Re: Network connection utility

2002-04-07 Thread Sean 'Shaleh' Perry
> Does anyone know of a utility to reconfigure a network quickly from dialup to > lan-via-ethernet and back without network breakage? Would like to use it > when people bring dialup boxen here to add to my lan for upgrading to Woody. > run a dhcp server locally and have a copy of dhcp-client on

Re: Network connection

1998-08-31 Thread Rafael Cordones Marcos
On Mon, Aug 31, 1998 at 12:38:34PM +0200, Remo Badii wrote: > Dear Peter, > > the file /etc/inet.d/netwerk contains > > ifconfig lo 127.0.0.1 > route add -net 127.0.0.0 > > I'll append > > route add -net my_IP netmask my_mask dev eth0 > > Do I have to specify dev eth0? (My only way of connecti

Re: Network connection

1998-08-31 Thread Remo Badii
Dear Peter, the file /etc/inet.d/netwerk contains ifconfig lo 127.0.0.1 route add -net 127.0.0.0 I'll append route add -net my_IP netmask my_mask dev eth0 Do I have to specify dev eth0? (My only way of connecting will be through this ethernet port, by the way). Thank you for your prompt and cl

Re: Network connection

1998-08-31 Thread Peter Iannarelli
Hello Remo: Within the /etc/init.d/network file your network route command should be specified ( for your network ). Check this file to make certain that the route arguments are correct. Every time you boot your system, the ifconfig and route directives will be issued based on the contents of the