[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Multiple Microblaze cores



Hello people, its me again ...

As some of you know, I am trying to make a tunnel using ssh ... so far, I've tunneled a tcp port (wow) but my goal is to tunnel all network traffic.

To do so, I need pppd working ...
I enabled in the kernel :

Network Device Support
    <*> PPP (point-to-point protocol) support
    <*>   PPP over Ethernet (EXPERIMENTAL)

And

Network Applications
     [ * ] pppd

But looks like I forget something, because it is not creating /dev/ppp device ...

When I try to connect, it gives me (1):
pppd: no device specified and stdin is not a tty

Well, I tryed a different approach, using ssh and a tun device.
So, I enabled :

Network Device Support
     <*> Universal TUN/TAP device driver support

But, here again it didnt create a /dev/tun device.
I tryed to set it up anyway, but it says the device doesn't exist (of course) (2) :
tun0: unknown interface: No such device

Did I missed something ?


Full messages :
(1)
# pppd updetach connect-delay 220000 noauth pty 'ssh -t 10.17.20.42 pppd noauth 192.168.254.254:192.168.254.253'
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
root@xxxxxxxxxxx's password:
pppd: no device specified and stdin is not a tty
Connection to 10.17.20.42 closed.
Modem hangup
Connection terminated.
#

(2)
# ifconfig tun0 192.168.254.254 10.17.20.41
SIOCSIFADDR: No such device
tun0: unknown interface: No such device
SIOCSIFADDR: No such device
tun0: unknown interface: No such device
#


Navegue com o Yahoo! Acesso Grátis, assista aos jogos do Brasil na Copa e ganhe prêmios de hora em hora.


Abra sua conta no Yahoo! Mail - 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz.