[Voyage-linux] How to disable Pumpe in Voyage 0.6.5

Adrian Reyer (spam-protected)
Thu Feb 14 04:05:47 HKT 2013


On Wed, Feb 13, 2013 at 02:08:57PM +0100, Rainer Stratmann wrote:
> Where in the etc/... files do I have to disable pump (dhcp) starting?

/etc/network/interfaces
you can try on some debian system with man pages:
  man 5 interfaces

Things you might want to do:
- just prevent the interface from coming up by removing 'auto eth0' or
  'allow-hotplug eth0'
- configure the interface statically by replacing
    iface eth0 inet dhcp
  with something like
    iface eth0 inet static
      address 10.1.2.2
      broadcast 10.1.2.3
      network 10.1.2.0
      netmask 255.255.255.252
      gateway 10.1.2.1
- remove the interface completly

Regards,
	Adrian
-- 
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax:  +49 (7 11) 78 28 50 91
Mail: lihas at lihas.de - Web: http://lihas.de
Linux, Netzwerke, Consulting & Support - USt-ID: DE 227 816 626 Stuttgart



More information about the Voyage-linux mailing list