Quote:
Originally Posted by Mick Fisher
Bear in mind I haven't actually got round to doing this, however I have researched it.
I am wondering if you have got this section correct:
"Code:
killall udhcpc
/usr/sbin/udhcpc -i vlan2 -V "6.14.1aN_UNI|PCBAFAST2504Nv1.0" -c "UUUUUUUUUU@skydsl|PPPPPPPPPPPPPP" -p /var/run/udhcpc.pid -s /tmp/udhcpc &
vlan2 - change this to match the information found in step 2"
The ampersand signifies that the line of code is not complete and continues on the next line. Is this symble in the right position? Try it with and without any spaces.
Do you need the empty line between killall udhcpc and /usr/sbin.........
Try it without
|
Interesting Mick, I like your thinking, well it's easy enough to try it, so I will have a dabble after tea and report back.
I don't know if the space between
killall udhcpc and
/usr/sbin......... is required so I will just try removing it.
Re the (&) : I have tried with it removed completely, but not without removing just the spaces, so I will also give it a whirl.
Much obliged sir