<br><div class="gmail_quote">On Thu, May 29, 2008 at 11:26 PM, Joe Gio <<a href="mailto:joezgio@gmail.com">joezgio@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Need to make sure that the interface is "up" and "broadcast" enabled.</blockquote><div><b> The linux on the camera does not have "ifconfig" built-in, but it does have "iwconfig". With that said, how can I check whether it is "up" and "broadcast" enabled?</b><br>
</div></div><br><div class="gmail_quote">On Thu, May 29, 2008 at 11:22 PM, Henning Rogge <<a href="mailto:rogge@fgan.de">rogge@fgan.de</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Seems to be okay for 0.5.5<br>
<br>
what are the settings of your eth1 interface ?<br>
<div><div class="Wj3C7c"></div></div></blockquote><div><b>Because I don't have "ipconfig", i shall show you the file /etc/conf.d/net.eth1 which contains the settings for eth1.</b><br><br># The system device name for the interface<br>
SYSTEMDEVICE="eth1"<br><br># The type of the interface, 802.3 and 802.11 are valid<br>TYPE="802.11"<br><br># Valid boot protocols are "dhcp" and "none" (anything other than "dhcp" works).<br>
BOOTPROTO="none"<br>DHCP_CLIENT="/sbin/udhcpc -b -i eth1 -H $(hostname)"<br><br># If you are using DHCP the following variables will not be used.<br>IP="<a href="http://10.0.2.150">10.0.2.150</a>"<br>
NETMASK="<a href="http://255.255.255.0">255.255.255.0</a>"<br>BROADCAST="<a href="http://10.0.2.255">10.0.2.255</a>"<br>GATEWAY="<a href="http://10.0.2.7">10.0.2.7</a>"<br>DEFAULT_ROUTE_IF=y<br>
<br># Values: yes|no<br>INET_ENABLED="yes"<br>INET6_ENABLED="no"<br>INET6_RA="yes"<br><br># Values: auto|stateful|stateless|off<br>INET6_DHCPV6="auto"  <br><br># Manually assigned IPv6 addresses and default gateway<br>
INET6_IP=""<br>INET6_GATEWAY=""<br> </div></div>