Adding those commands would forward dhcp requests, but would not allow an
address to be assigned to the ethernet interface.

Regards,
Aaron K. Dixon

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Olden Pieterse
Sent: Saturday, July 29, 2000 11:51 AM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: assign dhcp address on ethernet interface?


Yep you can !
Do a ip helper address x.x.x.x on that interface and check which udp ports
you want to forward . There is eight and by default they are all on .

so its
int ethernet 0
ip adress x.x.x.x y.y.y.y
ip helper-address x.x.x.x
you can add this line ... ip forward-protocol udp <port no>

Port numbers are as follow :
tftp    69
dns    553
time    37
netbios name service    137
netbios datagram service 138
bootp server    67
bootp client    68
tacacs            49

A good idea would be to add only the ones you need .

Hope it helps
Cheers
Olden

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 29, 2000 6:23 PM
To: [EMAIL PROTECTED]
Subject: assign dhcp address on ethernet interface?



I want an Ethernet interface on a router to get it's IP address for DHCP. Is
this possible? How about on a PIX ethernet interface?

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to