<div dir="ltr">I am at linux from scratch section 7.2.2 . They want us to enter the following lines:<br><div><pre class=""><kbd class="">cd /etc/sysconfig/
cat > ifconfig.eth0 << "EOF"
<code class="">ONBOOT=yes
IFACE=eth0
SERVICE=ipv4-static
IP=192.168.1.1
GATEWAY=192.168.1.2
PREFIX=24
BROADCAST=192.168.1.255</code>
EOF</kbd>
</pre>Now, I need to change the iP and gateway and broadcast numbers to something that will be recognized on my network. I really am having difficulties with '<code class="">GATEWAY</code>' because I think it is a network-wide number and I don't think that it is 192.168.1.2 . How can I figure out what it is?<br clear="all">

</div><div><div>:-)~MIKE~(-:</div>
</div></div>