On Tue September 5 2006 02:52, Eugene Roux wrote: > > Current Status: > * Multiple VEs are up and stable. > * VEs see their serial devices (all mapped to "/dev/modem"). > * Connecting to "/dev/modem" using "cu -l" gives sane results. > * PPP connections establishes fine when tried individually. > * Trying to bring up more than one PPP interface at a time causes > the second to abort when it tries to set a default route. > > Any suggestions and/or tips? >
man pppd See the: nodefaultroute and replacedefaultroute options. They should give you control of the trying to set a default route. You might check how many /dev/ppp0 devices are trying to be set up also. ppp usually makes the connection: ppp? <-> /dev/something Since routing is on the host, you might have to poke at the ppp code to get it to take an option for the device name. I.E: pppdev=ppp0 (vserver 0), pppdev=ppp1 (vserver 1) It may be that you have to many ppp0 devices visible from the host (or you would if it wasn't aborting). Mike > Regards, > Eug?ne > _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
