linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez-users] Fwd: DHCP for dund
@ 2006-03-08 16:46 Yu Zhi
  2006-04-04 13:48 ` [Bluez-users] " Thomas Arendsen Hein
  0 siblings, 1 reply; 2+ messages in thread
From: Yu Zhi @ 2006-03-08 16:46 UTC (permalink / raw)
  To: bluez-users

[-- Attachment #1: Type: text/plain, Size: 1274 bytes --]

 I'd using dund to establush connectino with my Pocket PC. Here's the steps I'd taken:
  
  1) I'd typed the following command in a terminal:
  echo 1 > /proc/sys/net/ipv4/ip_forward
  hcid
  sdpd
  
  2) Put the following lines in a file called /etc/ppp/peers/dun
  115200       
  192.168.1.18:10.0.1.40        
  local
  ms-dns 192.168.1.1        
  noauth        
  debug  
  
  3) run in terminal
  dund --nodetach --listen --persist --msdun call dun  
  
 The steps work perfectly for my PDA to dialup to my linux server, and manage to browse the content in my webserver. However, the steps are only to assign fixed IP (in this case 10.0.1.40) to my PDA. I wish to have multiple PDA connect to the linux server, and hence fixed IP is not a solution. What should I do if i wanted DHCP server support dund for my case. Please advice.
  
  p/s I'm very fresh in Linux environment. The steps are  taken and edited  from http://howto.pilot-link.org/bluesync/ga.html. Please teach me step  by step.
  
  Regards,
  Albert       

---------------------------------

		
---------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
		
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail  makes sharing a breeze. 

[-- Attachment #2: Type: text/html, Size: 1549 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bluez-users] Re: Fwd: DHCP for dund
  2006-03-08 16:46 [Bluez-users] Fwd: DHCP for dund Yu Zhi
@ 2006-04-04 13:48 ` Thomas Arendsen Hein
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Arendsen Hein @ 2006-04-04 13:48 UTC (permalink / raw)
  To: bluez-users

* Yu Zhi <kuanyz@yahoo.com> [20060308 16:47]:
> I'd using dund to establush connectino with my Pocket PC. Here's the steps I'd taken:
>
>  2) Put the following lines in a file called /etc/ppp/peers/dun
>  115200
>  192.168.1.18:10.0.1.40
>  local
>  ms-dns 192.168.1.1
>  noauth
>  debug
>
> The steps work perfectly for my PDA to dialup to my linux server,
> and manage to browse the content in my webserver. However, the
> steps are only to assign fixed IP (in this case 10.0.1.40) to my
> PDA. I wish to have multiple PDA connect to the linux server, and
> hence fixed IP is not a solution.

Instead of 192.168.1.18:10.0.1.40 in /etc/ppp/dund I just use:
name dund

And in /etc/ppp/pap-secrets I have:
palm-foo palm "pass1" foo
palm-bar palm "pass2" bar

So if I log in using the PPP username 'palm-foo' (with password
'pass1') I get the hostname 'foo' assigned, with 'palm-bar' the
hostname 'bar'.

> What should I do if i wanted DHCP server support dund for my case.

I hoped somebody would answer this, but I didn't find a way to use
DHCP with PPP, too.

Thomas

-- 
Email: thomas@intevation.de
http://intevation.de/~thomas/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-04 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-08 16:46 [Bluez-users] Fwd: DHCP for dund Yu Zhi
2006-04-04 13:48 ` [Bluez-users] " Thomas Arendsen Hein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).