Freesco, NND, CDN, EOS http://forum.freesco.pl/ |
|
IMQ http://forum.freesco.pl/viewtopic.php?f=22&t=13196 |
Strona 1 z 1 |
Autor: | marckamillus [ piątek, 11 sierpnia 2006, 13:15 ] |
Tytuł: | IMQ |
Witam Czy moze mi ktos podać dzialajacy link do podnoszenia interfejsów IMQ? Mam ten z WIKI ale nie dziala http://rapsik.dyn.pl/nnd/imq_inter |
Autor: | dora [ piątek, 11 sierpnia 2006, 13:43 ] |
Tytuł: | |
Zrób tak: #w konsoli mcedit #Skopiuj to #!/bin/sh # case "$1" in start) # echo "" echo " Wirtualne interfejsy IMQ ----- ON -----" echo "" /sbin/modprobe imq numdevs=6 &>/dev/null /sbin/ifconfig imq0 up &>/dev/null /sbin/ifconfig imq1 up &>/dev/null /sbin/ifconfig imq2 up &>/dev/null /sbin/ifconfig imq3 up &>/dev/null /sbin/ifconfig imq4 up &>/dev/null /sbin/ifconfig imq5 up &>/dev/null # ;; stop) # echo "" echo " Wirtualne interfejsy IMQ ----- OFF -----" echo "" /sbin/ifconfig imq0 down &>/dev/null /sbin/ifconfig imq1 down &>/dev/null /sbin/ifconfig imq2 down &>/dev/null /sbin/ifconfig imq3 down &>/dev/null /sbin/ifconfig imq4 down &>/dev/null /sbin/ifconfig imq5 down &>/dev/null /sbin/rmmod imq &>/dev/null # ;; restart) $0 stop $0 start ;; *) echo "" echo "Uzycie[ start | stop | restart ]" echo "" exit ;; esac # wklejasz w edytorze Shift + Insert, zapisujesz F2. I dalej robisz jak w instrukcji. |
Strona 1 z 1 | Strefa czasowa UTC+2godz. |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |