On Thu, 2001-10-04 at 06:43, Eskild Wikkeling wrote: > Hello, > > I recently got a ADSL modem for babyxl (a dutch adsl provider that uses > dhcp to give out ip adresses) and am trying to get it to work. > > in /etc/network/interfaces I have: > auto eth0 eth1 > > iface eth0 inet static > <SNIP> > > iface eth1 inet dhcp > hostname MYNAME.demon.nl > > and in /etc/pump.conf: > domainsearch "demon.nl" > > retries 3 > timeout 60 > > device eth1 { > } > > when I run ifup eth1 I get the following message in /var/log/syslog: > Oct 4 12:52:41 cumulus pumpd[5098]: HOSTNAME: requesting > MYNAME.demon.nl > Oct 4 12:52:41 cumulus pumpd[5098]: PUMP: sending discover > Oct 4 12:52:41 cumulus pumpd[5098]: breq: opcode: 1 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: hw: 1 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: hwlength: 6 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: hopcount: 0 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: xid: 0x45359f55 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: secs: 0 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: flags: 0x0000 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: ciaddr: 0.0.0.0 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: yiaddr: 0.0.0.0 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: server_ip: 0.0.0.0 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: bootp_gw_ip: 0.0.0.0 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: hwaddr: > Oct 4 12:52:41 cumulus pumpd[5098]: breq: servername: > Oct 4 12:52:41 cumulus pumpd[5098]: breq: bootfile: > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: 0x63 0x53 0x82 0x63 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: 53 1 0x01 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: 12 17 0x73 0x74 > 0x72 0x6 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: ++++++ 0x74 0x75 0x73 > > 0x2e > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: ++++++ 0x64 0x65 0x6d > > 0x6f > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: ++++++ 0x6e 0x2e 0x6e > > 0x6c > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: ++++++ 0x00 > Oct 4 12:52:41 cumulus pumpd[5098]: breq: vendor: 0xff > Oct 4 12:52:41 cumulus kernel: Packet log: output DENY eth1 PROTO=17 > 192.168.0. > 1:68 255.255.255.255:67 L=328 S=0x00 I=54009 F=0x0000 T=64 (#6) > > can someone tell me where things are going wrong? > > thanks heaps, > Eskild
Try echoing 1 into /proc/sys/net/ipv4/ip_dynaddr that may solve your problem. --mike