ifconfig for wireless internet

bob evdo hsdpa wimax guy bob at evdo-coverage.com
Tue Mar 22 17:48:55 PST 2005


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 at rcn.com>
To: <freebsd-questions at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"
>



More information about the freebsd-questions mailing list