Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2000 23:49:07 +0800
From:      "Alex Kwan" <alexkwan@pacific.net.hk>
To:        "Mitsuru IWASAKI" <iwasaki@jp.FreeBSD.org>
Cc:        <freebsd-mobile@FreeBSD.ORG>
Subject:   Re: Is pccard_ether a shell script (another question)
Message-ID:  <002501bfca4e$978ca520$9d1d40ca@alexkwan>
References:  <000f01bfca4c$9d8493e0$9d1d40ca@alexkwan> <20000531003815T.iwasaki@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi! Mitsuru,

How to add following rc.conf entries to pccard_ether:
ifconfig_ep0_alias0="inet 192.168.1.10 netmask 255.255.255.0"
ifconfig_ep0_alais0="inet 192.168.1.11 netmask 255.255.255.0"

thanks

> > Is pccard_ether a bash shell script?
> > If not, what is it?
>
> Yes.
> % file src/etc/pccard_ether
> pccard_ether: Bourne shell script text
> % head src/etc/pccard_ether
> #!/bin/sh -
> #
> # $FreeBSD: src/etc/pccard_ether,v 1.16 2000/04/27 08:43:47 sheldonh Exp $
> #
> # pccard_ether interfacename [ifconfig option]
> #
> # example: pccard_ether ep0 -link0
> #
>
> # Suck in the configuration variables



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002501bfca4e$978ca520$9d1d40ca>