Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
 

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: fixes for dhcp with net adapter< Next Oldest | Next Newest >
atod Offline





Group: Members
Posts: 1
Joined: Mar. 2006
Posted: Mar. 08 2006,05:14 QUOTE

FYI -- i had to make the following changes for my network adapter to work with the latest release.  Basically, pump was grabbing an ip however not placing my interface in the "up" state.  Additionally, nothing was updating the routing table.

Code Sample

#!/bin/sh
# /etc/network/if-up.d/configure
# chmod 755 to this file
ifconfig eth0 up
GATEWAY="`pump -i eth0 --status|grep Gateway|sed 's/.*Gateway: //g'`"
route add default gw $GATEWAY
# end


also

Code Sample

cd /etc/rc3.d
ln -s ../init.d/networking S10networking


Hope this helps!
Back to top
Profile PM 
0 replies since Mar. 08 2006,05:14 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

 
reply to topic new topic new poll
Quick Reply: fixes for dhcp with net adapter

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code