Code Sample |
sudo ifup eth1 |
Quote (lucky13 @ June 30 2008,11:18) |
The boot-time system configuration is done by /etc/init.d/knoppix-autoconfig. Local boot-time scripts are executed from bootlocal.sh. Those should be adequate to get your other interfaces up. Where are you executing pump for the other two interfaces? Try bootlocal.sh (no sudo required). pump -i eth1 pump -i eth2 |