Re: setting up network with a hosts file, but your way

2023-08-14 Thread gene heskett
On 8/14/23 12:04, zithro wrote: On 12 Aug 2023 20:49, gene heskett wrote: ipv6: There is no ipv6 service within 100 miles, so I should set a /proc command to kill ipv6, so whats the official syntax? for that. I don't know if there is another method, I'll give you mine, which consists in tell

Re: setting up network with a hosts file, but your way

2023-08-14 Thread zithro
On 12 Aug 2023 20:49, gene heskett wrote: ipv6: There is no ipv6 service within 100 miles, so I should set a /proc command to kill ipv6, so whats the official syntax? for that. I don't know if there is another method, I'll give you mine, which consists in telling the kernel to completely disa

Re: setting up network with a hosts file, but your way

2023-08-12 Thread Greg Wooledge
On Sat, Aug 12, 2023 at 04:01:49PM -0400, gene heskett wrote: > > Step one: determine the NAME of your ethernet interface. > > eth0 > > > > Step two: edit /etc/network/interfaces to bring up this interface with > > your desired IP address, netmask, and gateway. If there's a running > > DHCP cli

Re: setting up network with a hosts file, but your way

2023-08-12 Thread gene heskett
On 8/12/23 15:27, Greg Wooledge wrote: On Sat, Aug 12, 2023 at 02:49:25PM -0400, gene heskett wrote: I am bringing up a new bananapi-m5, an arm64 device. You don't like my way, and have made that boringly plain. Gene. Please stop saying things like this. The use of traditional static address

Re: setting up network with a hosts file, but your way

2023-08-12 Thread gene heskett
On 8/12/23 15:27, Greg Wooledge wrote: On Sat, Aug 12, 2023 at 02:49:25PM -0400, gene heskett wrote: I am bringing up a new bananapi-m5, an arm64 device. You don't like my way, and have made that boringly plain. Gene. Please stop saying things like this. The use of traditional static address

Re: setting up network with a hosts file, but your way

2023-08-12 Thread Greg Wooledge
On Sat, Aug 12, 2023 at 02:49:25PM -0400, gene heskett wrote: > I am bringing up a new bananapi-m5, an arm64 device. You don't like my way, > and have made that boringly plain. Gene. Please stop saying things like this. The use of traditional static addressing without DNS is a common and well-su

Re: Setting up Network for Xen

2015-11-04 Thread Reco
Hi. On Tue, 3 Nov 2015 18:05:53 -0800 (PST) ray wrote: > > > On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > > > > > > > auto lo > > > > iface lo inet loopback > > > > allow-hotplug usb0 > > > > iface usb0 inet manual > > > > auto xenbr0 > > > > iface xenbr0 inet dhcp

Re: Setting up Network for Xen

2015-11-03 Thread ray
> > On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > > > > > auto lo > > > iface lo inet loopback > > > allow-hotplug usb0 > > > iface usb0 inet manual > > > auto xenbr0 > > > iface xenbr0 inet dhcp > > > bridge_ports usb0 > > > > > > Oh, and remove network-manager while you're a

Re: Setting up Network for Xen

2015-11-03 Thread Reco
Hi. On Tue, 3 Nov 2015 04:21:59 -0800 (PST) ray wrote: > On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > > > Your /etc/network/interfaces does not try to bring usb0 up, so not > > working xenbr0 is to be expected. You need something like this instead: > > > > auto lo

Re: Setting up Network for Xen

2015-11-03 Thread ray
On Monday, November 2, 2015 at 10:30:04 PM UTC-6, Reco wrote: > > Your /etc/network/interfaces does not try to bring usb0 up, so not > working xenbr0 is to be expected. You need something like this instead: > > auto lo > iface lo inet loopback > allow-hotplug usb0 > iface usb0 inet manual > auto

Re: Setting up Network for Xen

2015-11-02 Thread Reco
Hi. On Mon, 2 Nov 2015 19:19:53 -0800 (PST) ray wrote: > I would like to get the network functioning again. This is a laptop with > jessie. The laptop does not have a Ethernet port. It is connected to a > Dynadock USB 3.0. Ifconfig shows the Ethernet port to be usb0. This system

Re: Setting up network

2003-03-10 Thread David Z Maze
"Sharninder" <[EMAIL PROTECTED]> writes: >> >> ifconfig eth0 my.ip.add.ress up >> route add default gw my.gw.ip.address >> > > put these two commands in a script under /etc/init.d and link it Eew. Debian already provides perfectly good infrastructure for providing network settings. Edit /etc/ne

Re: Setting up network interfaces?

2002-10-13 Thread Marc Shapiro
Thanks to Aaron, Goswin, and others who responded. The network interfaces for the internal network are all working. Externally, I am still waiting for the admin to give me access through the firewall, but that is for her to deal with and should not take anything more on my part (other than remov

Re: Setting up network interfaces?

2002-10-08 Thread Aaron Baff
I believe you need to edit /etc/network/interfaces you can do a man interfaces in order to get information on how you need to edit it. and for dns info...I think you can place it in /etc/resolv.conf Aaron --- Goswin Brederlow <[EMAIL PROTECTED]> wrote: > Marc Shapiro <[EMAIL PROTECTED]> writes:

Re: Setting up network interfaces?

2002-10-07 Thread Goswin Brederlow
Marc Shapiro <[EMAIL PROTECTED]> writes: > > > On 07/10/02 Marc Shapiro did speaketh: > > > > > Where do I set up these items so that they will be initialized at > > > bootup, instead of using dhcp? It looks like I need to change > > > /etc/interfaces and possibly /etc/hosts, but I'm not sure

Re: Setting up network interfaces?

2002-10-07 Thread Jamin W. Collins
On Mon, Oct 07, 2002 at 09:27:12PM -0400, Marc Shapiro wrote: > Do I just add a line at the beginning of /etc/hosts in the format: > > 10.100.xxx.xxx foo.domain.edu foo Something like that. The above will resolve "foo" and "foo.domain.edu" to 10.100.xxx.xxx > and where do I set DNS numb

Re: Setting up network interfaces?

2002-10-07 Thread Marc Shapiro
> On 07/10/02 Marc Shapiro did speaketh: > > > Where do I set up these items so that they will be initialized at > > bootup, instead of using dhcp? It looks like I need to change > > /etc/interfaces and possibly /etc/hosts, but I'm not sure just what I > > need to change in these files. Also,

Re: Setting up network interfaces?

2002-10-07 Thread Stephen Gran
This one time, at band camp, Marc Shapiro said: > I recently was given authority over an old AlphaServer that has been > lying around our college campus, unused, for several years. I installed > Debian from the LinuxCentral CD and initially set the networking to use > dhcp. > > I was just told,

Re: Setting up network interfaces?

2002-10-07 Thread Michael P. Soulier
On 07/10/02 Marc Shapiro did speaketh: > Where do I set up these items so that they will be initialized at > bootup, instead of using dhcp? It looks like I need to change > /etc/interfaces and possibly /etc/hosts, but I'm not sure just what I > need to change in these files. Also, these files o

Re: setting up network (error!)

2001-10-10 Thread hmike
On Mon, 2001-10-08 at 20:05, MarceI Figuerola Estrada wrote: > I was adding the ip of my network card in the interfaces ( ifconfig eth0 192.168.0.2) and it returned this message: > > SIOCSIFADDR: No such device > eth0: Unknown interface: No such device > > Now, what it can be? Is your ethernet c

Re: setting up network

2001-10-09 Thread Nathan E Norman
On Tue, Oct 09, 2001 at 10:49:35AM -0700, Vineet Kumar wrote: > * Antti Tolamo ([EMAIL PROTECTED]) [011008 16:37]: > > > > I don't think you need more than network(in this case 192.168.0.0) > > and define gateway to DSL router. I'm not sure what 'auto eth0' does, > > I atleast don't have it with m

Re: setting up network

2001-10-09 Thread Vineet Kumar
* Antti Tolamo ([EMAIL PROTECTED]) [011008 16:37]: > > I don't think you need more than network(in this case 192.168.0.0) > and define gateway to DSL router. I'm not sure what 'auto eth0' does, > I atleast don't have it with my DSL connection. auto eth0 specifies that eth0 should be brought up au

Re: setting up network (error!)

2001-10-09 Thread Antti Tolamo
- From: "Antti Tolamo" <[EMAIL PROTECTED]> To: Sent: Tuesday, October 09, 2001 1:33 AM Subject: Re: setting up network I don't think you need more than network(in this case 192.168.0.0) and define gateway to DSL router. I'm not sure what 'auto eth0' does, I

Re: setting up network (error!)

2001-10-08 Thread MarceI Figuerola Estrada
D]> To: Sent: Tuesday, October 09, 2001 1:33 AM Subject: Re: setting up network I don't think you need more than network(in this case 192.168.0.0) and define gateway to DSL router. I'm not sure what 'auto eth0' does, I atleast don't have it with my DSL connect

Re: setting up network

2001-10-08 Thread Antti Tolamo
ter has such functionality and it is configured right. And dhcp client is too. I hope this helps. Antti - Original Message - From: "Jean-Paul Smets" <[EMAIL PROTECTED]> To: "Marcel Figuerola Estrada" <[EMAIL PROTECTED]>; Sent: Monday, October 08, 2

Re: setting up network

2001-10-08 Thread Serge Rey
On Mon, Oct 08, 2001 at 08:53:55PM +0200, MarceI Figuerola Estrada wrote: > Hi, > > I've just installed debian and I don't think any of my peripherals works > properly. The first thing I want to do is to get my ethernet card up and > running to gain acces to internet. Hope you can help me. > >

Re: setting up network

2001-10-08 Thread MarceI Figuerola Estrada
uot; <[EMAIL PROTECTED]> To: "Marcel Figuerola Estrada" <[EMAIL PROTECTED]>; Sent: Monday, October 08, 2001 2:19 PM Subject: Re: setting up network > Le Lundi 8 Octobre 2001 14:08, Marcel Figuerola Estrada a écrit : > > Hello, > > > > I've just ins

Re: setting up network

2001-10-08 Thread Jean-Paul Smets
Le Lundi 8 Octobre 2001 14:08, Marcel Figuerola Estrada a écrit : > Hello, > > I've just installed debian, and my question is very simple: just, what I > have to configure my network card. This is, set my computer private ip, the > gateway, the router ip address and the dns my provider gave me. > >

Re: Setting up network card

2001-05-10 Thread Arlequín
Thanks, buddy.! I've tried the RealTek one and it worked :))) - Original Message - From: "albi" <[EMAIL PROTECTED]> To: "Arlequ?n" <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 7:32 PM Subject: Re: Setting up network card > On Thu, Ma

Re: Setting up network card

2001-05-10 Thread Arlequín
> You might want to try specifying io and irq paramters if you know the > values. > > modprobe ne2k-pci io=0x3000 irq=11 ok, in MS-Windows it appears like that: IRQ 09 Memory D680-D68000FF IO E800-E8FF I've tried settting up the module at installing time, but without luck

Re: Setting up network

2000-07-07 Thread maynord
Mike: Yes, I am setting up a variety of machines where I need to do things like change the default screen resolution for X. I need to be able to try XF86Config without re-booting the entire machine. I am using Gnome in multi-user mode. Hopefully, I will be able to close Gnome, re-open and ch

RE: Setting up network

2000-07-07 Thread CHEONG, Shu Yang \(Patrick\)
: 'debian-user@lists.debian.org' > Subject: RE: Setting up network > > Firstly, if you are using Debian, all you need to edit are the following > files:- > > /etc/networking/interfacesyou should include the proper lines so that > the system can locate yo

RE: Setting up network

2000-07-07 Thread CHEONG, Shu Yang \(Patrick\)
Firstly, if you are using Debian, all you need to edit are the following files:- /etc/networking/interfaces you should include the proper lines so that the system can locate your eth0 eth0 inet static (I think I am missing another part here)

Re: Setting up network

2000-07-06 Thread Mike Werner
maynord wrote: > Also, I often find it necessary to use ctrl-alt-f1 to open a virtual > terminal and do some work. I can never get back to the Gnome desktop. > Any way to do that without shutting down X? You should be able to switch back to X by hitting alt-f7 (presuming you've not enabled mo

Re: setting up network for @home account

1999-12-03 Thread Mark Wagnon
On 12/02/99 05:13PM, John and Monica Patton wrote: > The information you have sent is very helpful... but what is the NETWORK > address? I even called [EMAIL PROTECTED], and they had no idea. Without > that field entered I get a "DIOCADDRT: Network is unreachable" error. It's the network you sy

Re: setting up network for @home account

1999-12-02 Thread John and Monica Patton
The information you have sent is very helpful... but what is the NETWORK address? I even called [EMAIL PROTECTED], and they had no idea. Without that field entered I get a "DIOCADDRT: Network is unreachable" error. Thanks again. John

Re: setting up network for @home account

1999-12-02 Thread Mark Wagnon
On 12/02/99 02:50PM, John and Monica Patton wrote: > I have the ethernet card working properly. I recompiled the kernel with > the latest stable driver, and a look at dmesg suggests thats its > recognized. I just need to set up configuration files and so forth. > It'd be nice to be able to run

Re: setting up network for @home account

1999-12-02 Thread John and Monica Patton
I have the ethernet card working properly. I recompiled the kernel with the latest stable driver, and a look at dmesg suggests thats its recognized. I just need to set up configuration files and so forth. By the way, my kernel is 2.0.36. Thanks. John

Re: Setting up network on Hamm install

1998-03-29 Thread Ian Lynagh
In article <[EMAIL PROTECTED]>, Ben Pfaff <[EMAIL PROTECTED]> writes > The Bo install notes say I need to know the following. I assume Hamm > will need it too. I have a LAN with Linux (none yet installed) and > Win'95 boxes on and will also want to connect to the 'net. > >Since you are on two

Re: Setting up network on Hamm install

1998-03-29 Thread Carey Evans
Ian Lynagh <[EMAIL PROTECTED]> writes: > Is the following correct? > > Your host name (you may be able to decide this on your own). > > > > Your domain name. > > lynagh.demon.co.uk This would make your computer's full Internet name ".lynagh.demon.co.uk" on your LAN (except that t

Re: Setting up network on Hamm install

1998-03-27 Thread Ian Lynagh
In article , George Bonser <[EMAIL PROTECTED]> writes >On Fri, 27 Mar 1998, Ian Lynagh wrote: >> I assume the computer name (random string) and domain name (lynagh.demon.co.uk) were OK? >> The system on your network that you should use as a DNS >> (Domain Name Service) server. >> >>

Re: Setting up network on Hamm install

1998-03-27 Thread Ben Pfaff
The Bo install notes say I need to know the following. I assume Hamm will need it too. I have a LAN with Linux (none yet installed) and Win'95 boxes on and will also want to connect to the 'net. Since you are on two networks (LAN + Internet), your choices will depend on whether you have t