Forward to the list this time instead of to Peter!  Doh!

BTW, in the example that I posted below you also have to change the IP 
Addresses to suit your setup of course.

On Saturday, 13 October 2018 16:49:09 BST Terry Coles wrote:
> On Saturday, 13 October 2018 16:33:03 BST PeterMerchant via dorset wrote:
> > > This appears to be the most recent posting that I could find:
> > > 
> > > https://lb.raspberrypi.org/forums/viewtopic.php?t=205276
> 
>      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> ...
> 
> > 2. This is the second time that I have seen that the interface name is
> > redefined into something containing the MAC address rather than eth0 etc
> > that we are used to.
> > 
> > 3 I have re-read this one and it looks like in the last section I can
> > disable DHCP and revert to the mode of operation that I am used to. It's
> > two years old though.
> > https://raspberrypi.stackexchange.com/questions/37920/how-do-i-set-up-netw
> > or king-wifi-static-ip-address
> > 
> > I'll give it a whirl, but it does mean that I have to get it working in
> > order to ssh into it and change the files.
> 
> I'm slightly confused.  Why do you want to revert to the old way to set a
> static IP addressI That way you'll have to do it every time Raspbian is
> updated.  The instructions in the link that I highlighted above worked fine
> for me.
> 
> Here is the code that you need to put into dhcpd.conf:
> 
> interface eth0                # Change this to whatever your Ethernet portname
> is
> static ip_address=192.168.0.103/24
> static routers=192.168.0.1
> static domain_name_servers=192.168.0.1 1.1.1.1 1.0.0.1
> 
> interface wlan0       # Change this to whatever your WiFi portname is
> static ip_address=192.168.0.103/24
> static routers=192.168.0.1
> static domain_name_servers=192.168.0.1 1.1.1.1 1.0.0.1


-- 



                Terry Coles



--
Next meeting at *new* venue:  Bournemouth, Tuesday, 2018-11-06 20:00
Check if you're replying to the list or the author
Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk

Reply via email to