el said: > hi, > > how do i create device ppp0 > (not on the rescue-cd-ramdisk per default) > with commandline commands? > you usually do not do this directly, you would generally use pppd as a front end to ppp, what are you trying to do? ppp is not possible without support in the kernel(either static or as a module). there is no ppp "device" in /dev if thats what your referring to. network "devices" are accessed via 'ifconfig' nate