Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2005 17:45:19 -0800
From:      "bob evdo hsdpa wimax guy" <bob@evdo-coverage.com>
To:        "Robert Huff" <roberthuff@rcn.com>, <freebsd-questions@freebsd.org>
Subject:   Re: ifconfig for wireless internet
Message-ID:  <001701c52f49$f8843860$6501a8c0@XR10295>
References:  <ef60af09050322160747322dda@mail.gmail.com> <16960.48579.623987.286503@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 Coast Highway 101 ste 102
Cardiff by the Sea CA 92007 : 206 984 0880

>>> "Wireless Internet Service Is ONLY Broadband with Broadband Customer
Service"(tm)
>>> OUR QUEST: To Kill the Cubicle! (SM)
---Shalommmmmmmm--------------------
---------------------------------;-)---- 


----- Original Message ----- 
From: "Robert Huff" <roberthuff@rcn.com>
To: <freebsd-questions@freebsd.org>
Sent: Tuesday, March 22, 2005 4:52 PM
Subject: ifconfig


>
> Gert Cuykens writes:
>
> >  How do you tell a device for example nv0 to be dhcp without using
> >  rc.conf ?
>
> If rc.conf has the lines:
>
> network_interfaces="lo0 nv0 "
> ifconfig_nv0=""
>
> rc will look for /etc/start_if.nv0 and - if found - will
> execute the commands therein.  A copy of mine (I use de0) is
> appended.
>
>
> Robert Huff
>
>
> #!/bin/sh  -x
>
> # interface configuration file for RCN DHCP
>
> rm /var/db/dhclient.leases
>
> /sbin/dhclient de0
> echo -n $? > /etc/dhc.err
> echo -n "= DHCLIENT exit status" >> /etc/dhc.err
>
> ifconfig de0
> sleep 3
>
> #    since the rules are already segregated, use that file
> #    20040218 moved to ipfw.master and invoked from rc.conf:rc.firewall=
>
> # /etc/ipfw.set
> # sleep 3
>
> natd -f /etc/natd.conf
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001701c52f49$f8843860$6501a8c0>