RE: Ifconfig (DHCP?) configures two IPs in one IF

2010-08-05 Thread Guojun Jin
delete -- bad option/switch Now we know "-delete: itself is bad, not the value after it is bad. -Original Message- From: Alberto Mijares [mailto:amijar...@gmail.com] Sent: Thu 8/5/2010 12:24 PM To: Guojun Jin Cc: bug-follo...@freebsd.org; questi...@freebsd.org Subject: Re: Ifcon

Re: Ifconfig (DHCP?) configures two IPs in one IF

2010-08-05 Thread Ashish SHUKLA
Guojun Jin writes: > This problem comes in 8.1-R. I have seen it before and thought I filed a > report but cannot find it. > I found one (bin/21292) for ifconfig, but it was for two NICs with a same IP. > Now is a reversed case > One NIC has two IPs. > Here is the description: > Due to DHCP

Re: Ifconfig (DHCP?) configures two IPs in one IF

2010-08-05 Thread Rocky Borg
On 8/5/2010 11:17 AM, Guojun Jin wrote: This problem comes in 8.1-R. I have seen it before and thought I filed a report but cannot find it. I found one (bin/21292) for ifconfig, but it was for two NICs with a same IP. Now is a reversed case One NIC has two IPs. Here is the description: Due

Re: Ifconfig (DHCP?) configures two IPs in one IF

2010-08-05 Thread Alberto Mijares
> > rl0: flags=8843 metric 0 mtu 1500 >        options=8 >        ether 00:40:f4:d1:23:9a >        inet 192.168.0.10 netmask 0xff00 broadcast 192.168.0.255 >        inet 10.10.50.126 netmask 0xff00 broadcast 10.10.50.255 >        media: Ethernet autoselect (100baseTX ) >        status: acti

Re: ifconfig - GUI interface available?

2009-11-29 Thread Chris Rees
2009/11/26 Jerry : > > Even OSX greatly simplifies the > installation process. What are you trying to say about OS X? -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mail

Re: ifconfig - GUI interface available?

2009-11-27 Thread Chris Whitehouse
Warren Block wrote: As far as GUI goes, there's good news and bad news. The good news is that a couple GUI network managers are around: sysutils/desktopbsd-tools includes a wireless network configurator according to its pkg-descr, haven't used myself though. Chris __

Re: ifconfig - GUI interface available?

2009-11-27 Thread Dominic Fandrey
Andreas Rudisch wrote: > On Thu, 26 Nov 2009 16:35:55 +0100 > herbert langhans wrote: > >> Its merely a matter of comfort. Like on OSX or the infamous MS-thing, there >> is a simple window. It shows all the ssid, you click on one (maybe the >> password is already assigned) and you get the certa

Re: ifconfig - GUI interface available?

2009-11-26 Thread Roland Smith
On Thu, Nov 26, 2009 at 01:46:01PM -0700, Warren Block wrote: > On Thu, 26 Nov 2009, Andreas Rudisch wrote: > > > On Thu, 26 Nov 2009 16:35:55 +0100 > > herbert langhans wrote: > > > >> Its merely a matter of comfort. Like on OSX or the infamous MS-thing, > >> there is a simple window. It shows

Re: ifconfig - GUI interface available?

2009-11-26 Thread Warren Block
On Thu, 26 Nov 2009, Andreas Rudisch wrote: On Thu, 26 Nov 2009 16:35:55 +0100 herbert langhans wrote: Its merely a matter of comfort. Like on OSX or the infamous MS-thing, there is a simple window. It shows all the ssid, you click on one (maybe the password is already assigned) and you get

Re: ifconfig - GUI interface available?

2009-11-26 Thread Jerry
On Thu, 26 Nov 2009 17:11:38 +0100 Andreas Rudisch <"cyb."@gmx.net> replied: >On Thu, 26 Nov 2009 16:35:55 +0100 >herbert langhans wrote: > >> Its merely a matter of comfort. Like on OSX or the infamous >> MS-thing, there is a simple window. It shows all the ssid, you click >> on one (maybe the p

Re: ifconfig - GUI interface available?

2009-11-26 Thread Jonathan Chen
On Thu, Nov 26, 2009 at 04:09:26PM +0100, herbert langhans wrote: > Hi Daemons, > I use my laptop in different wifi networks. To choose the ssid, passwords and > such necessities I have to use the all-knowing and confusing 'ifconfig'. > > Question: Is there a GUI replacement for ifconfig? Where I

Re: ifconfig - GUI interface available?

2009-11-26 Thread Andreas Rudisch
On Thu, 26 Nov 2009 16:35:55 +0100 herbert langhans wrote: > Its merely a matter of comfort. Like on OSX or the infamous MS-thing, there > is a simple window. It shows all the ssid, you click on one (maybe the > password is already assigned) and you get the certain wifi net. > > I use the lap

Re: ifconfig - GUI interface available?

2009-11-26 Thread herbert langhans
Hi Andreas, yes - I have studied the handbook, it was necessary to set all up. Its merely a matter of comfort. Like on OSX or the infamous MS-thing, there is a simple window. It shows all the ssid, you click on one (maybe the password is already assigned) and you get the certain wifi net. I us

Re: ifconfig - GUI interface available?

2009-11-26 Thread Andreas Rudisch
On Thu, 26 Nov 2009 16:09:26 +0100 herbert langhans wrote: > Hi Daemons, > I use my laptop in different wifi networks. To choose the ssid, passwords and > such necessities I have to use the all-knowing and confusing 'ifconfig'. > > Question: Is there a GUI replacement for ifconfig? Where I can

Re: ifconfig -alias - removed wrong ip ?

2009-09-01 Thread Nikos Vassiliadis
Adam Vande More wrote: On Tue, Sep 1, 2009 at 8:20 AM, claudiu vasadi wrote: 1.) Is it normal for the ifconfig rl0 -alias to remove the "normal" IP and not the alias one ? (I think that by this syntax it could be right but the parameter "-alias" is specified and the OS should know to remove the

Re: ifconfig -alias - removed wrong ip ?

2009-09-01 Thread Adam Vande More
On Tue, Sep 1, 2009 at 8:20 AM, claudiu vasadi wrote: > Hello guys, > > > I have a 7.2-stable Freebsd running on a 2.66 Ghz 478 socket mobo with 1 GB > DDR1 ram. > > I added another ip on my rl0 interface, brought it up, everything was fine > (until i screwed it up :( ). I wanted then to remove th

Re: ifconfig query/dhclient

2008-08-04 Thread Erik Trulsson
On Mon, Aug 04, 2008 at 07:54:06PM +1000, Warren Liddell wrote: > Im trying to find out how i can change my net card on re0 to be a > 10BaseT full duplex instead of auto @ 100. > 'ifconfig re0 media 10baseT/UTP mediaopt full-duplex' should work. (See the re(4) and ifconfig(8) manpages.) Be awar

Re: ifconfig query/dhclient

2008-08-04 Thread Edward Ruggeri
On Mon, Aug 4, 2008 at 4:54 AM, Warren Liddell <[EMAIL PROTECTED]> wrote: > Im trying to find out how i can change my net card on re0 to be a 10BaseT > full duplex instead of auto @ 100. I don't know, but someone else can probably help. > Also trying to work out why when using dhclient fwe0 (pres

Re: ifconfig gif0 and rc.conf [was: Re: IP packet with options]

2008-03-23 Thread Malcolm Clarke
Dear Kevin Many thanks. Maybe this can make it to the next release to fill a gap. Regards Malcolm Kevin Downey wrote: On Sun, Mar 23, 2008 at 5:35 AM, Malcolm Clarke <[EMAIL PROTECTED]> wrote: Hi Does anyone know the IPv6 vesion of the command that would be of the form gifconfig_gif0

Re: ifconfig gif0 and rc.conf [was: Re: IP packet with options]

2008-03-23 Thread Kevin Downey
On Sun, Mar 23, 2008 at 5:35 AM, Malcolm Clarke <[EMAIL PROTECTED]> wrote: > Hi > > Does anyone know the IPv6 vesion of the command that would be of the form > > gifconfig_gif0="fec0::1 fec0::2" > > that would set up the two physical ends of a tunnel? > > Sadly the above does not works as it do

Re: ifconfig gif0 and rc.conf [was: Re: IP packet with options]

2008-03-23 Thread Malcolm Clarke
Hi Does anyone know the IPv6 vesion of the command that would be of the form gifconfig_gif0="fec0::1 fec0::2" that would set up the two physical ends of a tunnel? Sadly the above does not works as it does not recognise the IPv6 address as there is no ipv6_gifconfig_gif0="fec0::1 fec0::2" t

Re: ifconfig gif0 and rc.conf [was: Re: IP packet with options]

2008-03-22 Thread Malcolm Clarke
Dear Bruce Thank you for a prompt response. The command you give will set the two ends of the GIF connection and we are using it, but it is not the command that sets the physical ends of the tunnel. We would expect something of the form gifconfig_gif0="fec0::1 fec0::2" but there appears to

Re: ifconfig gif0 and rc.conf [was: Re: IP packet with options]

2008-03-22 Thread Bruce Cran
Malcolm Clarke wrote: We are trying to configure an IPv6 tunnel for IPSec, ie IPv6 in IPv6. The command line would be ifconfig gif0 inet6 tunnel src-addr dst_addr (IPv6 addresses) There appears to be no equivalent line for rc.conf. Regards Malcolm To configure an if_gif interface for IPv6

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread Erik Osterholm
On Sun, Oct 28, 2007 at 09:14:48PM -0700, [EMAIL PROTECTED] wrote: > running 6.1, > > Is there a way to bring an interface down and remove the ipaddr and mask? > I've tried ifconfig destroy with no effect, and I'm getting tired of > twiddling rc.conf and rebooting... > > The problem arises when t

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread Steve Bertrand
[EMAIL PROTECTED] wrote: > I tried delete, but it only works for *additional* ip addresses added > using the alias command, not the original, primary one. I can't > remember the error message. Are you specifying the primary IP as an argument to delete? It works here for me with a primary IP ok:

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread Alexey Karguine
On 29.10.2007, at 7:14, [EMAIL PROTECTED] wrote: running 6.1, Is there a way to bring an interface down and remove the ipaddr and mask? I've tried ifconfig destroy with no effect, and I'm getting tired of twiddling rc.conf and rebooting... The problem arises when testing a new configuratio

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread freebsd
I stand corrected. ifconfig delete did the job; destroy is what failed. Thanks. I tried delete, but it only works for *additional* ip addresses added using the alias command, not the original, primary one. I can't remember the error message. Yuri Pankov wrote: On Sun, 2007-10-28 at 21:14

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread Christopher Cowart
On Sun, Oct 28, 2007 at 09:14:48PM -0700, [EMAIL PROTECTED] wrote: > running 6.1, > > Is there a way to bring an interface down and remove the ipaddr and mask? > I've tried ifconfig destroy with no effect, and I'm getting tired of > twiddling rc.conf and rebooting... Have you tried `ifconfig fxp0

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread freebsd
I tried delete, but it only works for *additional* ip addresses added using the alias command, not the original, primary one. I can't remember the error message. Yuri Pankov wrote: On Sun, 2007-10-28 at 21:14 -0700, [EMAIL PROTECTED] wrote: running 6.1, Is there a way to bring an interface

Re: ifconfig -- how to remove address and mask?

2007-10-30 Thread Yuri Pankov
On Sun, 2007-10-28 at 21:14 -0700, [EMAIL PROTECTED] wrote: > running 6.1, > > Is there a way to bring an interface down and remove the ipaddr and mask? > I've tried ifconfig destroy with no effect, and I'm getting tired of > twiddling rc.conf and rebooting... > > The problem arises when testing

Re: ifconfig: SIOCIFCREATE: File exists ????

2007-08-12 Thread Wojciech Puchar
looks like there is an attempt to create bridge. but i have no idea why - see cupsd script. On Sun, 12 Aug 2007, P.U.Kruppa wrote: Hi, today I tried to start cups with # /usr/local/etc/rc.d/cupsd start and receive this message: ifconfig: SIOCIFCREATE: File exists ifco

Re: ifconfig seems to not accept inet and ether parameters on one line

2007-05-17 Thread Volodymyr Kostyrko
Angelin Lalev wrote: Hi everyone, I'm running FreeBSD 6.2. and I'm trying in short to change the MAC address of my network interface at boot. So I wrote something like this in my rc.conf file: ifconfig_xl0="inet 192.168.1.1 netmask 255.255.255.0 ether 00:00:11:11:22:22" at next boot the inte

Re: ifconfig wepkey on 6.0

2006-04-02 Thread kalin mintchev
hi.. i'm trying again to make my wepkey work.. i load manually wlan_wep. then do this in order: ifconfig wi0 ssid here-and-now channel 6 ifocnfig wi0 wepmode on ifconfig wi0 wepkey 1:0x7924092374273503745WEPKEYSTUFF dhclient wi0 using bind dhclient i get: wi0: timeout in wi_cmd 0x0002; event s

Re: ifconfig wepkey on 6.0

2006-02-12 Thread Fabian Keil
"kalin mintchev" <[EMAIL PROTECTED]> wrote: > according to the man page of ifconfig in 6.0 the wepkey should be 5 > or 13 characters. the wep key i always had is way longer than 13 > characters 128 bit - one key only.. so when i try to set it up to > the wi0 i get: > > # ifconfig wi0 wepkey 1:

Re: ifconfig wepkey on 6.0

2006-02-11 Thread kalin mintchev
>> according to the man page of ifconfig in 6.0 the wepkey should be 5 or >> 13 characters > ^ascii > comes out to a bit more in hex :-) > just enter wepkey 309EFC5AB8 what do you mean? i'm confused now... sorry. the key is generated by the point - wireless router. and i get an hex st

Re: ifconfig can't remove aliases

2005-12-11 Thread oHmEr
On Dim 11 décembre 2005 13:42, Philippe Pegon wrote: > > try : > > $ sudo ifconfig dc0 inet6 2001:7a8:b138::1 delete > > or > > $ sudo ifconfig dc0 inet6 2001:7a8:b138::1 -alias > > in ifconfig(8) : > > SYNOPSIS > ifconfig [-L] [-k] [-m] interface [create] [address_family] > [address [dest_ad

Re: ifconfig can't remove aliases

2005-12-11 Thread Philippe Pegon
oHmEr wrote: hello, i have a problem with ifconfig: it refuses to delete an ipv6 alias for an incomprehensible reason. here's what i'm doing : $ uname -a FreeBSD homer.cload.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun Nov 27 19:01:40 CET 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOMER i3

Re: ifconfig mystery card

2005-11-09 Thread Will Maier
On Wed, Nov 09, 2005 at 04:21:50PM -0600, Live-Wire wrote: > running ifconfig I see (besides my localhost lo0 entry): > > x10: flags=8802 mtu 1500 >options=9 >ether 00:01:03:20:d5:fd >media: Ethernet autoselect (none) >status: no carrier Did you copy and paste this from a terminal

Re: ifconfig mystery card

2005-11-09 Thread Charles Swiger
On Nov 9, 2005, at 5:21 PM, Live-Wire wrote: running ifconfig I see (besides my localhost lo0 entry): x10: flags=8802 mtu 1500 options=9 ether 00:01:03:20:d5:fd media: Ethernet autoselect (none) status: no carrier and yet, running ifconfig x10 i get "ifconfig: interface x10 does no

Re: ifconfig mystery card

2005-11-09 Thread Jerry McAllister
> > Hi, > > I'm configuring an old network card in a 5.4 install, and I have no idea > what it is (got it from a friend, no documentation or labels, etc.) > > running ifconfig I see (besides my localhost lo0 entry): > > x10: flags=8802 mtu 1500 > options=9 > ether 00:01:03:20:d5:fd >

Re: ifconfig does not show ath0 wireless network card

2005-06-26 Thread Garrett Cooper
ali ali wrote: I bought a new wireless network card listed under freebsd's supported hardware which is 'DLINK Air Plus Xtreme G DWD-G520'. The DWD-G520 is an atheros wireless network card. So I recompiled my freebsd kernel with the following options:- device ath device ath_hal device wlan But

Re: ifconfig

2005-03-23 Thread Gert Cuykens
On Wed, 23 Mar 2005 16:10:22 -0500, Charles Swiger <[EMAIL PROTECTED]> wrote: > On Mar 23, 2005, at 4:01 PM, Gert Cuykens wrote: > > The thing i dont understand is why i can not load the if_nv.ko at boot > > time in the load.conf file ? My pc keeps on rebooting if i do that. I > > have to do everyt

Re: ifconfig

2005-03-23 Thread Charles Swiger
On Mar 23, 2005, at 4:01 PM, Gert Cuykens wrote: The thing i dont understand is why i can not load the if_nv.ko at boot time in the load.conf file ? My pc keeps on rebooting if i do that. I have to do everything manualy ? Yes, that is odd. If you can get a crashdump from the system to see why it

Re: ifconfig

2005-03-23 Thread Gert Cuykens
On Wed, 23 Mar 2005 21:48:11 +0100, Gert Cuykens <[EMAIL PROTECTED]> wrote: > So conclusion if you want to release and renew your ip you do this right ? > > dhclient nv0 > dhclient -r nv0 > dhclient nv0 > never mind it works yahoo :) my nvidia nforce3 NIC AMD64 works :) The thing i dont underst

Re: ifconfig

2005-03-23 Thread Gert Cuykens
So conclusion if you want to release and renew your ip you do this right ? dhclient nv0 dhclient -r nv0 dhclient nv0 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: ifconfig

2005-03-23 Thread Gert Cuykens
On Tue, 22 Mar 2005 19:52:19 -0500, Robert Huff <[EMAIL PROTECTED]> wrote: > /sbin/dhclient de0 > echo -n $? > /etc/dhc.err > echo -n "= DHCLIENT exit status" >> /etc/dhc.err > > ifconfig de0 > sleep 3 What does this part do ? ___ freebsd-questions@fre

Re: ifconfig for wireless internet

2005-03-22 Thread bob evdo hsdpa wimax guy
wow... great ip config syntax... thanks! needed that too... X Robert Kim, Wireless Internet Wifi Hotspot Advisor http://wireless-internet-broadband-service.com https://evdo.sslpowered.com/wifi-hotspot-router.html http://evdo-coverage.com http://hsdpa-coverage.com 2611 S Pacific Co

Re: ifconfig

2005-03-22 Thread John Pettitt
Gert Cuykens wrote: >On Wed, 23 Mar 2005 02:27:02 +0200, Giorgos Keramidas ><[EMAIL PROTECTED]> wrote: > > >>On 2005-03-23 01:07, Gert Cuykens <[EMAIL PROTECTED]> wrote: >> >> >>>How do you tell a device for example nv0 to be dhcp without using rc.conf ? >>> >>> >>By manually calling

Re: ifconfig

2005-03-22 Thread Gert Cuykens
On Wed, 23 Mar 2005 02:27:02 +0200, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-03-23 01:07, Gert Cuykens <[EMAIL PROTECTED]> wrote: > > How do you tell a device for example nv0 to be dhcp without using rc.conf ? > > By manually calling the dhclient(8) utility. > > > Also how do you do

Re: ifconfig

2005-03-22 Thread Giorgos Keramidas
On 2005-03-23 01:07, Gert Cuykens <[EMAIL PROTECTED]> wrote: > How do you tell a device for example nv0 to be dhcp without using rc.conf ? By manually calling the dhclient(8) utility. > Also how do you do a ipconfig /renew in freebsd ? I don't know what an `ipconfig /renew' does, so no idea abou

Re: ifconfig

2005-03-22 Thread [EMAIL PROTECTED]
On Wed, 23 Mar 2005 01:07:47 +0100 Gert Cuykens <[EMAIL PROTECTED]> wrote: > How do you tell a device for example nv0 to be dhcp without using > rc.conf ? just by using the line dhclient nv0 in another script or from command-line ? ___ freebsd-question

Re: ifconfig seg faulting?

2005-02-17 Thread Erik Norgaard
Andy Holyer wrote: I just had a scamper to recover a FreeBSD 5.2 server (Dell Poweredge rack mount server, 1 GB RAM twin Gig Ethernet). The only bit that's not right now is that every time we run ifconfig, it has a segmentation fault and dumps core. Example: > ifconfig -a em0: flags=8802 mtu 1

Re: ifconfig: SIOCIFDESTROY: Invalid argument, was (undoing ifconfig plumb?)

2005-02-07 Thread Ken Hawkins
ok i got back into the box however when i try; ifconfig em0 unplumb i receive: ifconfig: SIOCIFDESTROY: Invalid argument I was booted in the midst of the process (ssh kickoff) and think that I might have been partially done with the plumb and 'up' ifconfig steps. how can i undo all that 'plumb' a

Re: ifconfig for WLAN using WEP

2004-12-24 Thread Scott Bennett
Paul Schmehl <[EMAIL PROTECTED]> wrote on Fri Dec 24 16:22:29 2004: >--On Thursday, December 23, 2004 3:49 AM -0600 Scott Bennett ><[EMAIL PROTECTED]> wrote: >> >> As it turns out, this was the right question to ask, for which I >> thank Paul. >> >Glad I was able to help. > > >> I inter

Re: ifconfig for WLAN using WEP

2004-12-24 Thread Paul Schmehl
--On Thursday, December 23, 2004 3:49 AM -0600 Scott Bennett <[EMAIL PROTECTED]> wrote: As it turns out, this was the right question to ask, for which I thank Paul. Glad I was able to help. > I interpret the above as meaning that the "Broadband" interface is the dial-up interface, the "Local

Re: ifconfig for WLAN using WEP

2004-12-23 Thread Scott Bennett
Paul Schmehl <[EMAIL PROTECTED]> wrote: >--On Monday, December 20, 2004 11:21:01 AM -0600 Scott Bennett ><[EMAIL PROTECTED]> wrote: >> >> I wasn't combining them. Here's some background information: the >> only "connected" interface at the time of the ifconfig shown above is the >> lo

Re: ifconfig for WLAN using WEP

2004-12-21 Thread Peter Risdon
Scott Bennett wrote: Paul Schmehl <[EMAIL PROTECTED]> wrote: --On Monday, December 20, 2004 02:14:20 AM -0600 Scott Bennett <[EMAIL PROTECTED]> wrote: I've been asked in freebsd-newbies to move this to freebsd-questions, so I'll start with my original message content after this line.

Re: ifconfig for WLAN using WEP

2004-12-20 Thread Paul Schmehl
--On Monday, December 20, 2004 11:21:01 AM -0600 Scott Bennett <[EMAIL PROTECTED]> wrote: I wasn't combining them. Here's some background information: the only "connected" interface at the time of the ifconfig shown above is the loopback. The ethernet interface is "UP" but not physically c

Re: ifconfig for WLAN using WEP

2004-12-20 Thread scott renna
Scott, I just went through this myself. Take a look at the FreeBSD handbook at www.freebsd.org/handbook. This is in the section for advanced networking, don't have the link handy just now. Additionally, you can do a man ifconfig my ifconfig looks like this: ifconfig_ath0="inet x.x.x.x netmas

Re: ifconfig for WLAN using WEP

2004-12-20 Thread Scott Bennett
Paul Schmehl <[EMAIL PROTECTED]> wrote: >--On Monday, December 20, 2004 02:14:20 AM -0600 Scott Bennett ><[EMAIL PROTECTED]> wrote: > >> I've been asked in freebsd-newbies to move this to freebsd-questions, >> so I'll start with my original message content after this line. >> I'm t

Re: ifconfig for WLAN using WEP

2004-12-20 Thread Paul Schmehl
--On Monday, December 20, 2004 02:14:20 AM -0600 Scott Bennett <[EMAIL PROTECTED]> wrote: I've been asked in freebsd-newbies to move this to freebsd-questions, so I'll start with my original message content after this line. I'm trying to get my FreeBSD 5.2.1 system to connect to our hou

RE: ifconfig alias: File Exists

2004-10-25 Thread JohnsoBS
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 4:59 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: ifconfig alias: File Exists In a message dated 10/24/04 11:18:14 AM Eastern Daylight Time, [EMAIL PROTECTED] writes

Re: ifconfig alias: File Exists

2004-10-25 Thread TM4525
In a message dated 10/24/04 11:18:14 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > >Is that new? You are right, that fixed it, but didn't think > I had to do > >that before :( > You get it because the guy who maintains ifconfig didn't have > the foresight > to realize the "alias" shoul

RE: ifconfig alias: File Exists

2004-10-24 Thread JohnsoBS
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 24, 2004 5:13 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: ifconfig alias: File Exists > > > In a message dated 10/19/04 3:51:33 PM Easte

Re: ifconfig alias: File Exists

2004-10-24 Thread TM4525
In a message dated 10/19/04 3:51:33 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: >> # ifconfig fxp0 alias 200.46.204.9 >> ifconfig: ioctl (SIOCAIFADDR): File exists >> >> when I know for a fact that it hasn't been configured? > > you should use a netmask of 255.255.255.255 for ipv4 aliases

Re: ifconfig on 4.10 (SOLVED)

2004-10-22 Thread Scott Rothgaber
Daniel Bye wrote: Is the new address in the same network range as the original, primary address on the interface? If so, the netmask should be /32 or 255.255.255.255. That did it. Thanks! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

Re: ifconfig on 4.10

2004-10-22 Thread Daniel Bye
On Fri, 22 October, 2004 6:55 pm, Scott Rothgaber said: > I'm moving our mail server from 4.4 to 4.10. When I try to add addresses > to the NIC, ifconfig doesn't seem to want to cooperate... > > s2[/var/CommuniGate] > > ifconfig fxp0 add 63.82.200.42/24 > ifconfig: ioctl (SIOCAIFADDR): File exists

Re: ifconfig on 4.10

2004-10-22 Thread Steve Bertrand
> I'm moving our mail server from 4.4 to 4.10. When I try to add > addresses > to the NIC, ifconfig doesn't seem to want to cooperate... > > > s2[/var/CommuniGate] > > ifconfig fxp0 add 63.82.200.42/24 > ifconfig: ioctl (SIOCAIFADDR): File exists > > > This is the same command that I used on the 4

Re: ifconfig alias: File Exists

2004-10-21 Thread Chris Howells
On Tuesday 19 October 2004 20:50, Marc G. Fournier wrote: > Is that new?  You are right, that fixed it, but didn't think I had to do > that before :( Well your the output from ifconfig fxp0 shows that the other aliases on the same subnet has a 200.46.204.0 have the netmask set has 0xff (e.g

Re: ifconfig alias: File Exists

2004-10-20 Thread Christian Kratzer
Hi, On Tue, 19 Oct 2004, Marc G. Fournier wrote: On Tue, 19 Oct 2004, Christian Kratzer wrote: Hi, On Tue, 19 Oct 2004, Marc G. Fournier wrote: Why would I be getting: # ifconfig fxp0 alias 200.46.204.9 ifconfig: ioctl (SIOCAIFADDR): File exists when I know for a fact that it hasn't been configured

Re: ifconfig alias: File Exists

2004-10-19 Thread Marc G. Fournier
On Tue, 19 Oct 2004, Christian Kratzer wrote: Hi, On Tue, 19 Oct 2004, Marc G. Fournier wrote: Why would I be getting: # ifconfig fxp0 alias 200.46.204.9 ifconfig: ioctl (SIOCAIFADDR): File exists when I know for a fact that it hasn't been configured? you should use a netmask of 255.255.255.255 for

Re: ifconfig alias: File Exists

2004-10-19 Thread Christian Kratzer
Hi, On Tue, 19 Oct 2004, Marc G. Fournier wrote: Why would I be getting: # ifconfig fxp0 alias 200.46.204.9 ifconfig: ioctl (SIOCAIFADDR): File exists when I know for a fact that it hasn't been configured? you should use a netmask of 255.255.255.255 for ipv4 aliases. ifconfig fxp0 alias 200

RE: ifconfig alias: File Exists

2004-10-19 Thread Marc G. Fournier
On Tue, 19 Oct 2004, Kevin Glick wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc G. Fournier Sent: Tuesday, October 19, 2004 12:28 PM To: [EMAIL PROTECTED] Subject: ifconfig alias: File Exists Why would I be getting: # ifconfig fxp0 alias 200.46

RE: ifconfig alias: File Exists

2004-10-19 Thread Kevin Glick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Marc G. Fournier > Sent: Tuesday, October 19, 2004 12:28 PM > To: [EMAIL PROTECTED] > Subject: ifconfig alias: File Exists > > > Why would I be getting: > > # ifconfig fxp0 alias 200.46.204.9 > if

Re: RE: ifconfig documentation

2004-06-01 Thread Simon Barner
> Does the handbook or man page you are referring to have the > documentation for each function of the ifconfig.c's source > code? I really need this for our DHCP server development. No, these are just user manuals. I hardly believe that there exists developer documentation for that. For specific

Re: ifconfig documentation

2004-06-01 Thread Michal Pasternak
Aldinson C. Esto [Tue, Jun 01, 2004 at 09:39:11PM +0800]: > Does the handbook or man page you are referring to have the > documentation for each function of the ifconfig.c's source > code? I really need this for our DHCP server development. ISC-DHCPD already comes with some framework for writing D

RE: ifconfig documentation

2004-06-01 Thread Aldinson C. Esto
arner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 9:33 PM To: Aldinson C. Esto Cc: [EMAIL PROTECTED] Subject: Re: ifconfig documentation Aldinson C. Esto wrote: > Hello Everyone, > > Can anyone give me the ifconfig documentation? or refer me > to a link wherein I can find o

Re: ifconfig documentation

2004-06-01 Thread Simon Barner
Aldinson C. Esto wrote: > Hello Everyone, > > Can anyone give me the ifconfig documentation? or refer me > to a link wherein I can find one? If you're on a FreeBSD (or *nix) machine, you there's the ifconfig man page: % man ifconfig These man pages are also available on the FreeBSD web site (b

Re: ifconfig in rc.conf network problems

2004-05-31 Thread Marco Beishuizen
On stardate Sun, 30 May 2004, the wise Warren Block entered: On Sun, 30 May 2004, Marco Beishuizen wrote: I used to have two ifconfig lines in my rc.conf: ifconfig_dc0="DHCP" ifconfig_dc0="media autoselect" The first to enable DHCP and the second to set my networkcard to 100BaseTX full duplex. Can

Re: ifconfig in rc.conf network problems

2004-05-31 Thread Marco Beishuizen
On stardate Sun, 30 May 2004, the wise Joost Bekkers entered: On Sun, May 30, 2004 at 11:34:43PM +0200, Olaf Hoyer wrote: 2) put the media change in a separate shell script, and throw it unter /usr/local/etc/rc.d, so that it will be executed later on something like: cat dc0-speedchange.sh #!/bin/sh

Re: ifconfig in rc.conf network problems

2004-05-30 Thread Warren Block
On Sun, 30 May 2004, Marco Beishuizen wrote: I used to have two ifconfig lines in my rc.conf: ifconfig_dc0="DHCP" ifconfig_dc0="media autoselect" The first to enable DHCP and the second to set my networkcard to 100BaseTX full duplex. Can rc.conf work that way? rc.conf is just a shell script, and

Re: ifconfig in rc.conf network problems

2004-05-30 Thread Joost Bekkers
On Sun, May 30, 2004 at 11:34:43PM +0200, Olaf Hoyer wrote: > > 2) put the media change in a separate shell script, and throw it unter > /usr/local/etc/rc.d, so that it will be executed later on > > something like: > > >cat dc0-speedchange.sh > #!/bin/sh > ifconfig dc0 media 100baseTX > You mi

Re: ifconfig in rc.conf network problems

2004-05-30 Thread Olaf Hoyer
On Sun, 30 May 2004, Marco Beishuizen wrote: > > I used to have two ifconfig lines in my rc.conf: > ifconfig_dc0="DHCP" > ifconfig_dc0="media autoselect" > > The first to enable DHCP and the second to set my networkcard to 100BaseTX > full duplex. > > Now after an upgrade to 4.10-release this does

RE: ifconfig alias problems

2004-03-13 Thread Remko Lodder
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] Robert Fitzpatrick Verzonden: zaterdag 13 maart 2004 21:34 Aan: FreeBSD Onderwerp: Re: ifconfig alias problems On Sat, 2004-03-13 at 14:52, Jim Freeze wrote: > rc.conf - doesn't work: > ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.2

Re: ifconfig alias problems

2004-03-13 Thread Robert Fitzpatrick
On Sat, 2004-03-13 at 14:52, Jim Freeze wrote: > rc.conf - doesn't work: > ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.255.255.255" > ifconfig_sis0_alias0="inet 64.191.147.115 netmask 0x > (tried both - at different times) > I believe that would work, but looking at my 5.2.1,

Re: ifconfig dc0 DCHP gets error

2004-01-09 Thread Dinesh Nair
On Thu, 8 Jan 2004, fbsd_user wrote: > Ifconfig dc0 DHCP gives error message 'DHCP bad value' > > I can get it to work from within rc.conf, but not from command line. > What an I doing wrong? on the command line, you should be doing 'dhclient intX' where intX is your interface. Regards,

Re: ifconfig dc0 DCHP gets error

2004-01-08 Thread Eric F Crist
On Thursday 08 January 2004 12:43 pm, fbsd_user wrote: > What is the syntax of the ifconfig command to enable DHCP? > > Ifconfig dc0 DHCP gives error message 'DHCP bad value' > > I can get it to work from within rc.conf, but not from command line. > What an I doing wrong? Type this: # killall dh

Re: ifconfig within jail

2003-07-22 Thread Kris Kennaway
On Tue, Jul 22, 2003 at 01:19:12PM +0600, Ilia Chipitsine wrote: > what did I do wrong ? I cannot run ifconfig from within jail > > # ifconfig rl0 inet 10.0.1.112 netmask 255.255.255.0 > ifconfig: ioctl (SIOCDIFADDR): permission denied > > ipfw seems also not to be working... I believe that's in

Re: ifconfig

2003-06-27 Thread Han Hwei Woo
Are you including the alias as part of the directive, or as one of the parameters of the directive? i.e. are you doing: ifconfig_if0_alias0="inet netmask 0x" or ifconfig_if0="inet netmask 0x alias"? If you're using the second method, try using the first. If you're already using th

Re: Ifconfig - no aliases?

2003-03-12 Thread Martyn Hill
Steve Having just implemented IP aliasing on a NIC in our FreeBSD 4.5 server and goten it to work, my first thought is that the netmask for the alias should be 255.255.255.255 if, as in this case, both IPs should sit on the same subnet. Don't ask me why, but it does work. I believe I read it in t

Re: Ifconfig - no aliases?

2003-03-12 Thread Kevin Stevens
> Here are the entries in rc.conf for the card (the first two digits are > xx'd for this email): > > hostname="not-sharing-that-rightnow" > defaultrouter xx.100.110.1" > ifconfig_rl0="inet xx.100.110.160 netmask 255.255.255.0 broadcast > xx.100.110.255" > > # virtual IP ports > ifconfig_rl0_alias0

HEADS UP: Re: Ifconfig config of gif tunnels

2002-10-13 Thread Hajimu UMEMOTO
Hi, > On Sun, 13 Oct 2002 16:36:16 +0100 > "chris scott" <[EMAIL PROTECTED]> said: c.scott> I've just cvsed up and made world to freebsd 4.7 stable, without a hitch. c.scott> However when I rebooted my machine the vpn tunnel which it was running c.scott> wouldnt come back up. After a whi