DSL Embedded :: IP-Problem
Hi!
I got a strange problem when i try to connect dsl to my network.
My DHCP, DNS and Gateway is at 10.0.0.138|255.255.255.0.
If I configure DSL to use DHCP it gets the IP 10.0.2.15|255.255.255.0 but my DHCP doesnt use this range so I don't understand where DSL got this IP from.
As this wouldn't be strange enough I'm able to "ping" my pc(windows) at 10.0.0.14 but I'm not able to ping any other host.
I also tried to assign a static adress but the only effect was that I was even not able to pint my pc.
Has anyone a solution for my Problem?
PS: My firewall is NOT active
It is normal. You get that IP from the Qemu virtual machine.
Your network should work for if the host network works, i.e, browsing etc. However ping is not allowed. These are Qemu defaults and not DSL.
yeah .. the network works .. thx for the fast answer!
i've another question : how can I reach the ssh-server of dsl ? My pc doesn't now the route to 10.0.2.15. So how should I set the route to the DSL ?
You can ssh out instead i.e. if your host o/s has a sshd.
I'm not sure if qemu has a built-in function to create a virtual network device, but you could use some sort of tunnel/tap configuration.
EDIT: this may be useful: http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC20
thx! I found what I needed.
the answer is to redirect the port of my OS to the SSH-Port of DSL
qemu -redir tcp:5555::22
Next Page...
original here.