lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 7 Aug 2007 11:53:16 -0500
From:	Kevin K <k_krieser@...global.net>
To:	James Carlson <carlsonj@...kingcode.com>
Cc:	Matt Keenan <tank.en.mate@...il.com>, linux-ppp@...r.kernel.org,
	Linux-kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: sending raw packets via PPP


On Aug 7, 2007, at 5:30 AM, James Carlson wrote:

> Matt Keenan writes:
>> Kevin K wrote:
>>> I'll give it a try to see whether packets sent to 255.255.255.255  
>>> can
>>> make it to ppp with the IP address unchanged.
>
> You should be able to make DHCP work by sending ordinary unicast UDP
> packets to the peer.  There shouldn't be any need to hack around with
> special broadcast addresses.
>
> Use AF_INET, SOCK_DGRAM, and send away.
>
>> You shouldn't need to run DHCP over PPP, PPP uses LCP to configure
>> connections. I suspect the only time you would need to run DHCP  
>> over a
>> PPP link is if you had a DHCP proxy run the request over the PPP  
>> link,
>> but that sounds way more complicated than what you are looking for.
>
> I don't think that DHCP over PPP is a bad idea at all, particularly so
> with DHCPINFORM messages, which are stateless and don't involve any
> sort of address assignment.
>
> PPP is not designed to provide arbitrary client application layer
> configuration.  The RFC 1877 nonsense is a Microsoft proprietary thing
> that doesn't actually work very well -- see my book for a more
> substantial list of its flaws.
>
> In contrast, DHCP works everywhere, includes *far* more configuration
> information (such as boot servers, print servers, SIP addresses,
> domain names, and the like), and is easier to manage than cramming
> things into PPP.
>
>> Have
>> a quick look at
>> http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/ppp.htm that
>> should bring you up to speed on how PPP works. You will probably find
>> that LCP does everything you need. If you really need some of the
>> functionality of DHCP (such as setting up WINS servers et al) you  
>> might
>> find that you need to hack a way to do this.
>
> The existing pppd already supports the MS proprietary hacks for DNS
> and WINS server addresses.  Since that's a dead end, you'll need DHCP
> if you want to go further


In my case, I'll be connected to a router using PPP, and it is  
supposed to forward DHCP requests out to the broader network.  I will  
then have to choose between DHCP servers based on some extended  
options such as location, software version, etc.

If I don't have an IP address yet, I am supposed to generate a random  
IP address in the 10.x.x.x range for use long enough until I accept  
an offer.   It would obviously have been easier for me if the router  
could run the dhcp client, and configured my IP address via PPP.

Since no one has been able to inform me that raw mode is usable via  
PPP, that leaves me with some of the other suggestions, such as  
sending broadcast DGRAMs, or some other possibilities I've thought of  
since yesterday, one of which may work, which involves using iptables.

I have to have a fallback solution since the equipment is not yet  
available to test with.   So I'm going by requirements of how it is  
supposed to work now.

Thanks,
Kevin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ