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. Tha

Re: A network connection for ETHO on QEMU.

2021-03-13 Thread Andrei POPESCU
On Vi, 12 mar 21, 15:09:27, pe...@easthope.ca wrote: > > Should the guest system be connected as a routed subnet? > > Connected by a bridge? That depends mostly on what you intend to use the virtual machine for. Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser signature.asc

A network connection for ETHO on QEMU.

2021-03-12 Thread peter
No problem running ETHO on QEMU in Debian 10. Creation of a network connection from the ETHO guest system to the QEMU host is giving difficulty. I expect to use the NetNe2000 driver. Should the guest system be connected as a routed subnet? Connected by a bridge? This qemu command fails as

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

Network connection of a qemu guest.

2021-03-10 Thread peter
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 current. For an virtual NE 2000 NIC this is my trial configuration. qemu-

Re: sharing a network connection from debian to non-debian

2021-01-25 Thread Dan Hitt
On Sun, Jan 24, 2021 at 10:09 PM Andrei POPESCU wrote: > On Du, 24 ian 21, 14:05:07, Dan Hitt wrote: > > > > Now, i do not have a command 'nft', or at least, no place that i can > find a > > path to it. The man page for iptables-nft however lists your very > command > > as an example, 'nft list

Re: sharing a network connection from debian to non-debian

2021-01-25 Thread Andrei POPESCU
On Lu, 25 ian 21, 09:32:01, Joe wrote: > On Mon, 25 Jan 2021 08:08:40 +0200 > Andrei POPESCU wrote: > > > On Du, 24 ian 21, 14:05:07, Dan Hitt wrote: > > > > > > Now, i do not have a command 'nft', or at least, no place that i > > > can find a path to it. The man page for iptables-nft however

Re: sharing a network connection from debian to non-debian

2021-01-25 Thread Joe
On Mon, 25 Jan 2021 08:08:40 +0200 Andrei POPESCU wrote: > On Du, 24 ian 21, 14:05:07, Dan Hitt wrote: > > > > Now, i do not have a command 'nft', or at least, no place that i > > can find a path to it. The man page for iptables-nft however > > lists your very command as an example, 'nft list

Re: sharing a network connection from debian to non-debian

2021-01-24 Thread Andrei POPESCU
On Lu, 25 ian 21, 08:12:30, Andrei POPESCU wrote: > On Du, 24 ian 21, 18:50:15, Dan Hitt wrote: > > > > The address xubuntu took for itself was 10.42.0.1, which is the same > > address as the previous OS on that box took. Perhaps that is a magic > > address. > > Of course it is :D > > https:/

Re: sharing a network connection from debian to non-debian

2021-01-24 Thread Andrei POPESCU
On Du, 24 ian 21, 18:50:15, Dan Hitt wrote: > > The address xubuntu took for itself was 10.42.0.1, which is the same > address as the previous OS on that box took. Perhaps that is a magic > address. Of course it is :D https://en.wikipedia.org/wiki/Phrases_from_The_Hitchhiker%27s_Guide_to_the_

Re: sharing a network connection from debian to non-debian

2021-01-24 Thread Andrei POPESCU
On Du, 24 ian 21, 14:05:07, Dan Hitt wrote: > > Now, i do not have a command 'nft', or at least, no place that i can find a > path to it. The man page for iptables-nft however lists your very command > as an example, 'nft list ruleset'. But i cannot find 'nft' anywhere in the > filesystem (exce

Re: sharing a network connection from debian to non-debian

2021-01-24 Thread Dan Hitt
On Sun, Jan 24, 2021 at 2:05 PM Dan Hitt wrote: > > > On Sun, Jan 24, 2021 at 9:16 AM Andrei POPESCU > wrote: > >> On Sb, 16 ian 21, 10:28:43, Dan Hitt wrote: >> > >> > Regarding Andrei's suggestion of using nm-connection-editor, and using >> > "Shared to other computers", i saw that last night,

Re: sharing a network connection from debian to non-debian

2021-01-24 Thread Dan Hitt
On Sun, Jan 24, 2021 at 9:16 AM Andrei POPESCU wrote: > On Sb, 16 ian 21, 10:28:43, Dan Hitt wrote: > > > > Regarding Andrei's suggestion of using nm-connection-editor, and using > > "Shared to other computers", i saw that last night, and tried using it. > It > > looked similar to the gui that i

Re: sharing a network connection from debian to non-debian

2021-01-24 Thread Andrei POPESCU
On Sb, 16 ian 21, 10:28:43, Dan Hitt wrote: > > Regarding Andrei's suggestion of using nm-connection-editor, and using > "Shared to other computers", i saw that last night, and tried using it. It > looked similar to the gui that i had on my old mint (ubuntu) machine. > > I made sure that the 'Et

Re: sharing a network connection from debian to non-debian

2021-01-19 Thread David Christensen
On 2021-01-18 16:40, Dan Hitt wrote: First, the setup is that i have 3 hosts: A --- runs debian 10 B --- runs linux mint 16.04 C --- old hardware which cannot connect to my internet-modem-router. Each of the 3 hosts has 2 network interfaces; there are thus 3 LANs (local area networks), and e

Re: sharing a network connection from debian to non-debian

2021-01-19 Thread elvis
On 16/1/21 3:02 pm, Dan Hitt wrote: In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem.  There was a super simple gui on it that i could use to share that connection with some older hardware that were not directly connected to the

Re: sharing a network connection from debian to non-debian

2021-01-18 Thread john doe
On 1/19/2021 1:40 AM, Dan Hitt wrote: On Sun, Jan 17, 2021 at 11:41 PM David Christensen < dpchr...@holgerdanske.com> wrote: On 2021-01-16 10:28, Dan Hitt wrote: I probably never made my situation very clear, but i do now have a solution. I'm posting it here for the benefit of anybody who ha

Re: sharing a network connection from debian to non-debian

2021-01-18 Thread Dan Hitt
On Sun, Jan 17, 2021 at 11:41 PM David Christensen < dpchr...@holgerdanske.com> wrote: > On 2021-01-16 10:28, Dan Hitt wrote: > > > Regarding Andrei's suggestion of using nm-connection-editor, ... > > > GUI tools can be nice when you have an idea of what they are doing > "under the hood". With ne

Re: sharing a network connection from debian to non-debian

2021-01-17 Thread David Christensen
On 2021-01-16 10:28, Dan Hitt wrote: Regarding Andrei's suggestion of using nm-connection-editor, ... GUI tools can be nice when you have an idea of what they are doing "under the hood". With networking, multiple hoods are involved and many are inaccessible (notably your ISP and the Intern

Re: sharing a network connection from debian to non-debian

2021-01-17 Thread Celejar
On Sun, 17 Jan 2021 09:25:31 +0200 Andrei POPESCU wrote: ... > Look for a router supported by OpenWrt. They are typically more > expensive, but could very well be worth the investment in the long run, > especially if it would work also with your older boxes. You might be surprised at how affo

Re: sharing a network connection from debian to non-debian

2021-01-17 Thread john doe
On 1/17/2021 8:25 AM, Andrei POPESCU wrote: On Sb, 16 ian 21, 10:28:43, Dan Hitt wrote: I made sure that the 'Ethernet' tab had the mac addr of the right device --- it's a usb/ethernet cable, and has a long name, so it would be hard to confuse it with enp2s0 (the connection to the 'internet-mod

Re: sharing a network connection from debian to non-debian

2021-01-16 Thread Andrei POPESCU
On Sb, 16 ian 21, 10:28:43, Dan Hitt wrote: > > I made sure that the 'Ethernet' tab had the mac addr of the right device > --- it's a usb/ethernet cable, and has a long name, so it would be hard to > confuse it with enp2s0 (the connection to the 'internet-modem'). > > In the 'IPv4 Settings' tab,

Re: sharing a network connection from debian to non-debian

2021-01-16 Thread rhkramer
On Saturday, January 16, 2021 01:28:43 PM Dan Hitt wrote: > On Fri, Jan 15, 2021 at 11:57 PM Andrei POPESCU > RH --- thanks for the information about Ubiquiti, i will have to > investigate it. I have to be careful with new hardware connected to the > ancient stuff (as with the UNIfi system). You

Re: sharing a network connection from debian to non-debian

2021-01-16 Thread Dan Hitt
On Fri, Jan 15, 2021 at 11:57 PM Andrei POPESCU wrote: > On Vi, 15 ian 21, 21:02:58, Dan Hitt wrote: > > > > So i just need to know what to do on the debian box so that it can field > > requests to get ips from host names on the internet, and forward packets > to > > the internet modem. Hopefull

Re: sharing a network connection from debian to non-debian

2021-01-16 Thread Michael Howard
On 16/01/2021 05:02, Dan Hitt wrote: In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem.  There was a super simple gui on it that i could use to share that connection with some older hardware that were not directly connected to the i

Re: sharing a network connection from debian to non-debian

2021-01-16 Thread rhkramer
On Saturday, January 16, 2021 05:01:23 AM David Christensen wrote: > On 2021-01-15 21:02, Dan Hitt wrote: > > In 2016, i had a computer with mint on it (which is a form of ubuntu), > > and it was connected to an internet modem. There was a super simple gui > > on it that i could use to share that

Re: sharing a network connection from debian to non-debian

2021-01-16 Thread David Christensen
On 2021-01-15 21:02, Dan Hitt wrote: In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem. There was a super simple gui on it that i could use to share that connection with some older hardware that were not directly connected to the int

Re: sharing a network connection from debian to non-debian

2021-01-15 Thread Andrei POPESCU
On Vi, 15 ian 21, 21:02:58, Dan Hitt wrote: > > So i just need to know what to do on the debian box so that it can field > requests to get ips from host names on the internet, and forward packets to > the internet modem. Hopefully, it will be some simple tool like > nm-connection-editor, but mayb

Re: sharing a network connection from debian to non-debian

2021-01-15 Thread Doug McGarrett
On 1/16/21 1:29 AM, john doe wrote: On 1/16/2021 6:02 AM, Dan Hitt wrote: In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem.  There was a super simple gui on it that i could use to share that connection with some older hardware

Re: sharing a network connection from debian to non-debian

2021-01-15 Thread john doe
On 1/16/2021 6:02 AM, Dan Hitt wrote: In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem. There was a super simple gui on it that i could use to share that connection with some older hardware that were not directly connected to the in

Re: sharing a network connection from debian to non-debian

2021-01-15 Thread mick crane
On 2021-01-16 05:02, Dan Hitt wrote: In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem. There was a super simple gui on it that i could use to share that connection with some older hardware that were not directly connected to the i

sharing a network connection from debian to non-debian

2021-01-15 Thread Dan Hitt
In 2016, i had a computer with mint on it (which is a form of ubuntu), and it was connected to an internet modem. There was a super simple gui on it that i could use to share that connection with some older hardware that were not directly connected to the internet modem. (They were not connected

Re: Guest can't see hosts network connection using QEMU-KVM

2020-03-27 Thread Gary L. Roach
On 3/27/20 6:20 AM, Bob Weber wrote: On 3/27/20 4:25 AM, Alexander V. Makartsev wrote: On 27.03.2020 12:45, deloptes wrote: Gary L. Roach wrote: AMD-64 4 cpu processor Host Debian Buster Guest kubuntu 18.04 Virtual Machine QEMU Why don't you take virtualbox or vmplayer? Choosing QEMU in

Re: Guest can't see hosts network connection using QEMU-KVM

2020-03-27 Thread Bob Weber
On 3/27/20 4:25 AM, Alexander V. Makartsev wrote: On 27.03.2020 12:45, deloptes wrote: Gary L. Roach wrote: AMD-64 4 cpu processor Host Debian Buster Guest kubuntu 18.04 Virtual Machine QEMU Why don't you take virtualbox or vmplayer? Choosing QEMU in such a case is masochism pure. I've h

Re: Guest can't see hosts network connection using QEMU-KVM

2020-03-27 Thread deloptes
Alexander V. Makartsev wrote: > I've had quite smooth sailing using KVM with libvirt\QEMU and it works > just fine, just like virtualbox, and I don't have to install and manage > additional hypervisor on my host. > With "virt-manager" [1] GUI app it is simple to manage guests and > virtual network

Re: Guest can't see hosts network connection using QEMU-KVM

2020-03-27 Thread Alexander V. Makartsev
On 27.03.2020 12:45, deloptes wrote: > Gary L. Roach wrote: > >> AMD-64 4 cpu processor >> >> Host Debian Buster >> >> Guest kubuntu 18.04 >> >> Virtual Machine QEMU > Why don't you take virtualbox or vmplayer? > > Choosing QEMU in such a case is masochism pure. > I've had quite smooth sailing usin

Re: Guest can't see hosts network connection using QEMU-KVM

2020-03-27 Thread deloptes
Gary L. Roach wrote: > AMD-64 4 cpu processor > > Host Debian Buster > > Guest kubuntu 18.04 > > Virtual Machine QEMU Why don't you take virtualbox or vmplayer? Choosing QEMU in such a case is masochism pure. You've been using https://wiki.debian.org/QEMU - right? There it says it was tested

Guest can't see hosts network connection using QEMU-KVM

2020-03-26 Thread Gary L. Roach
I have the following setup: Debian buster OS with KDE desktop AMD-64 4 cpu processor Host Debian Buster Guest kubuntu 18.04 Virtual Machine QEMU I followed the wiki instructions to set up a bridge between the two operating systems but can't get it to work. Not only does the guest networkin

Network connection fails during boot [Was: Debian *not very good]

2016-11-25 Thread Henning Follmann
t to vent or would you be interested in some help? The subject line suggest the first. However I will just ignor this and point you in the rioght direction. You have installed your debian in a "false" way. And I mean that in the way that your network configuration most likely does not wor

Re: [RESOLVED] Re: lost onboard network connection on stretch

2015-11-19 Thread Pascal Hambourg
Gary Dale a écrit : > > modprobe r8169 > ifup eth1 > > For some reason the kernel module isn't loading at startup. Didn't you install the r8168 driver from Realtek for the previous kernel and blacklist the r8169 module (check /etc/modprobe.d/) ?

[RESOLVED] Re: lost onboard network connection on stretch

2015-11-18 Thread Gary Dale
On 17/11/15 10:59 AM, Gary Dale wrote: After an upgrade & reboot last week, I lost my onboard network connection on my Stretch/AMD64 system. I can still see the device using lspci: 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethe

lost onboard network connection on stretch

2015-11-17 Thread Gary Dale
After an upgrade & reboot last week, I lost my onboard network connection on my Stretch/AMD64 system. I can still see the device using lspci: 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06) but it doesn'

NOOBS Debian Network Connection Error

2015-10-20 Thread Paul Snelgrove CP/A VE3SPP
I have just downloaded the NOOBS icon from the Raspberry site. It will not recognize an active wifi network which is readily available to all the other machines here. The distribution copy of the Rasbian finds it and connects but the download distribution only contains Raspbian and even tho it

Re: wired network connection has stopped working

2015-08-24 Thread tom arnall
Thanks everyone for getting back to me. ethtool eth0 gets: Link detected: no But it just occurred to me that the first step to see if the problem is with my Debian configuration or something else, is to test the connection from my dual-booted Windows. Duh! I'll get back with the results soo

Re: wired network connection has stopped working

2015-08-22 Thread Frederic Marchal
On Friday 21 August 2015 22:07:27 tom arnall wrote: > Greetings! > > About a year ago my wired modem connection stopped working. I can find > nothing on google which helps. > > In dmesg there is: > > eth0: link is not ready > > Here is ifconfig output, in case it is useful for people trying to

Re: wired network connection has stopped working

2015-08-21 Thread Riley Baird
On Fri, 21 Aug 2015 22:07:27 -0700 tom arnall wrote: > Greetings! > > About a year ago my wired modem connection stopped working. I can find > nothing on google which helps. > > In dmesg there is: > > eth0: link is not ready > > Here is ifconfig output, in case it is useful for people trying

Re: wired network connection has stopped working

2015-08-21 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Aug 21, 2015 at 10:07:27PM -0700, tom arnall wrote: > Greetings! > > About a year ago my wired modem connection stopped working. I can find > nothing on google which helps. Stupid question, I know: have you checked the cable? (those break som

wired network connection has stopped working

2015-08-21 Thread tom arnall
Greetings! About a year ago my wired modem connection stopped working. I can find nothing on google which helps. In dmesg there is: eth0: link is not ready Here is ifconfig output, in case it is useful for people trying to help me with the problem: eth0 Link encap:Ethernet HWaddr 00:24:7

Re: Wireless Network Connection Unstable

2013-12-17 Thread Rakitha Sanjeewa Beminiwattha
Hello, I think that could be the issue. I will look into this and figure out a way to turn OFF 802.11N standard. Thanks! Rakitha On Tue, Dec 17, 2013 at 10:52 AM, André Nunes Batista < andrenbati...@gmail.com> wrote: > On Mon, 2013-12-16 at 11:30 -0500, Rakitha Sanjeewa Beminiwattha wrote: > >

Re: Wireless Network Connection Unstable

2013-12-17 Thread André Nunes Batista
On Mon, 2013-12-16 at 11:30 -0500, Rakitha Sanjeewa Beminiwattha wrote: > Hello, > I have an ASUS laptop with Intel Wireless-N module (iwlwifi driver). I'm > using Gnome network manager for networking. I'm experiencing following > issue with wireless internet connection and would like to know if an

Re: Wireless Network Connection Unstable

2013-12-16 Thread Andrei POPESCU
On Lu, 16 dec 13, 11:30:33, Rakitha Sanjeewa Beminiwattha wrote: > > I appreciate if anyone can give me information to debug this issue or to > fix the problem. I can provide more information on request. I would first try the most recent kernel and firmware. If you are using Debian stable (you d

Wireless Network Connection Unstable

2013-12-16 Thread Rakitha Sanjeewa Beminiwattha
Hello, I have an ASUS laptop with Intel Wireless-N module (iwlwifi driver). I'm using Gnome network manager for networking. I'm experiencing following issue with wireless internet connection and would like to know if any one had faced same issues. The internet connection loses sometime several tim

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: full automated installation preseed without any network connection?

2012-10-20 Thread Richard Owlett
anots...@fastmail.fm wrote: Dear list, can Debian be fully automated installed when there is no network connection available? Did you actually test it? If so, can share your preseed.cfg please? Did you solve your problem(s)? I wish to do something similar, but more perhaps more

Re: full automated installation preseed without any network connection?

2012-07-11 Thread Camaleón
On Tue, 10 Jul 2012 16:29:54 -0700, anotst01 wrote: > can Debian be fully automated installed when there is no network > connection available? Yes, but depending on the installation media (netiso, CD or DVD) the amount of packages you can install will vary. > Did you actually test

Re: full automated installation preseed without any network connection?

2012-07-11 Thread rjc
On Wed, Jul 11, 2012 at 07:11:13AM BST, Andrei POPESCU wrote: > On Ma, 10 iul 12, 16:29:54, anots...@fastmail.fm wrote: > > Dear list, > > > > can Debian be fully automated installed when there is no network > > connection available? > > Could you please give mo

Re: full automated installation preseed without any network connection?

2012-07-10 Thread Andrei POPESCU
On Ma, 10 iul 12, 16:29:54, anots...@fastmail.fm wrote: > Dear list, > > can Debian be fully automated installed when there is no network > connection available? Could you please give more details about what you want to achieve? I'd install on a removable drive, boot the new s

Re: full automated installation preseed without any network connection?

2012-07-10 Thread anotst01
I want to install without network and automation. Is it possible? Can you share a working preseed.cfg please? -- http://www.fastmail.fm - The professional email service -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Re: full automated installation preseed without any network connection?

2012-07-10 Thread Istimsak
Debian can be installed with internet access. Never configured automation. That is something to experiment with. anots...@fastmail.fm wrote: >Dear list, > >can Debian be fully automated installed when there is no network >connection available? > >Did you actually test it? If

full automated installation preseed without any network connection?

2012-07-10 Thread anotst01
Dear list, can Debian be fully automated installed when there is no network connection available? Did you actually test it? If so, can share your preseed.cfg please? -- http://www.fastmail.fm - IMAP accessible web-mail -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

plasma desktop hangs on a not-so-lousy network-connection

2012-06-27 Thread chymian
work-pbl. the basic line here: plasma should definitly NOT freeze on a lost network connection. running on KDE-SC 4.8.4, wheezy, wicd 1.7.2.4-2, wicd-kde 0.3.0-2 kernel 3.0 ... .3.5-rc2 (all show the same behavior) all I see in the syslog is: wlan dropped connection and is trying to reconne

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

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

2012-03-06 Thread benoit lair
custom. After ifdown,ifup /etc/init.d/networking restart, no way to get back my connection. I got to reboot my hardware. This time i could get back my network connection. I've read my logs (messages,kern.log,syslog,mail.log, daemon.log, debug, snort, samhain, ...) No message explaining my pr

Re: ipw2100 firmware issues of random network connection lost.

2012-02-04 Thread Camaleón
El 2012-02-03 a las 16:18 -0500, Daryl escribió: (resending to the list) > On Fri, Feb 3, 2012 at 11:45 AM, Camaleón wrote: > > > On Fri, 03 Feb 2012 06:09:32 -0500, Daryl wrote: > > > > > I'm currently running debian unstable, but have tried stable as well to > > > try and narrow down my issue

Re: ipw2100 firmware issues of random network connection lost.

2012-02-03 Thread Camaleón
On Fri, 03 Feb 2012 06:09:32 -0500, Daryl wrote: > I'm currently running debian unstable, but have tried stable as well to > try and narrow down my issue. As of current when I'm connected to my > lan my network card works properly for a while then will drop out. The > card I'm using uses the the

ipw2100 firmware issues of random network connection lost.

2012-02-03 Thread Daryl
I'm currently running debian unstable, but have tried stable as well to try and narrow down my issue. As of current when I'm connected to my lan my network card works properly for a while then will drop out. The card I'm using uses the the ipw2100 firmware which from researching a bit has firmwar

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

Fwd: Network Connection issue

2011-11-04 Thread John Foster
-- Forwarded message -- From: Victor Nitu Date: Fri, Nov 4, 2011 at 8:22 AM Subject: Re: Network Connection issue To: John Foster On 11/04/2011 02:53 PM, John Foster wrote: > The sections below are as you requested; I do only have the one card > installed. > thanks!

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

Network Connection issue

2011-11-03 Thread John Foster
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. A new firmware-realtek update installed the driver but I had also installed another 'recognized' 3-com

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 periodical

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

Network connection drops in Squeeze

2011-03-09 Thread David A. Parker
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 the keyboard plugged into the machine. Here's the general w

Re: no network connection with Wheezy

2011-02-20 Thread Steve Kleene
On Wed, 16 Feb 2011 21:55:19 +, I wrote: > I installed Wheezy (testing) with a netinst CD, at which point it obviously > had a network connection. On booting, though, it does not. On Mon, 21 Feb 2011 03:45:39 +0200, Andrei Popescu replied: > Ok, nothing obviously wrong that I can

Re: no network connection with Wheezy

2011-02-20 Thread Andrei Popescu
On Jo, 17 feb 11, 16:04:19, Steve Kleene wrote: [snip configs] Ok, nothing obviously wrong that I can spot. One more thing to consider: make sure eth0 and eth1 are not reversed (the names, not the physical cards). You can compare MACs from ifconfig or just watch syslog while pluging/unpluging

Re: no network connection with Wheezy

2011-02-17 Thread Steve Kleene
On Wed, 16 Feb 2011 21:55:19 +, I wrote: > I installed Wheezy (testing) with a netinst CD, at which point it obviously > had a network connection. On booting, though, it does not. If I transfer > the Ethernet cable to the adjacent Lenny machine, the connection is fine. > &g

Re: no network connection with Wheezy

2011-02-17 Thread Andrei Popescu
mask. I chose eth1 (a free-standing NIC) during the install because it > succeeded. eth0 (an onboard NIC) caused a DHCP failure during the install. > > Any ideas how to get the network connection running? Thanks. Also make sure this is not a firmware issue (dmesg | grep -i fir

no network connection with Wheezy

2011-02-16 Thread Steve Kleene
From: Steve Kleene To: debian-user@lists.debian.org Subject: no network connection with Wheezy I installed Wheezy (testing) with a netinst CD, at which point it obviously had a network connection. On booting, though, it does not. If I transfer the Ethernet cable to the adjacent Lenny machine

Re: Setting up a network connection with the card 3CXE589EC (3com)

2009-11-26 Thread Celejar
[Once again, please respond only to the list and not to me.] On Thu, 26 Nov 2009 19:43:45 + (GMT) Tobias Ruff wrote: > Thanks again for your answer. > > Try removing the card, running 'tail -f /var/log/syslog' in > > a terminal, > > and then reinserting the card.  Post whatever gets > > adde

Re: Setting up a network connection with the card 3CXE589EC (3com)

2009-11-26 Thread Celejar
[Please respond on list, and not to me personally, as per the list Code of Conduct.] On Thu, 26 Nov 2009 07:54:34 + (GMT) Tobias Ruff wrote: > Thank you for your answer and sorry for not having wrapped the lines in my > mail. > bash> ifconfig -a > lo Link encap:Lokale Schleife >inet A

Re: Getting network connection

2009-09-06 Thread Ron Johnson
On 2009-09-06 04:02, Jason Hsu wrote: It's a wired Ethernet connection. The procedure for getting on the Internet through the Ethernet connection in Puppy Linux is: 1. Make sure that your DSL modem is powered on and properly connected to both your computer and the phone line. 2. Click o

Re: Getting network connection

2009-09-06 Thread Jason Hsu
It's a wired Ethernet connection. The procedure for getting on the Internet through the Ethernet connection in Puppy Linux is: 1. Make sure that your DSL modem is powered on and properly connected to both your computer and the phone line. 2. Click on the "Connect" icon on the desktop.

  1   2   3   >