TFTP,BOOTP not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2008 06:05 AM - edited 03-06-2019 02:18 AM
i have a new router on the network to download config from another router setup as TFTP, DHCP server and DNS.
The new router is R1 with blank config connected to R3. R3 setup with ip helper-address to R2. R2 is the TFTP server, DNS and DHCP server.
R2 Config.
ip dhcp pool 1
host 155.1.0.1 255.255.0.0
hardware-address cc00.056c.0010 (R1 Mac address)
bootfile R1.cfg
dns-server 155.2.0.2
option 150 ip 155.2.0.2
tftp-server flash:R1.cfg alias r1-config
R3
Interface connected to R1
interface Ethernet1/0
ip address 155.1.0.3 255.255.255.0
ip helper-address 155.2.0.2
half-duplex
Interface connected to R2
interface Ethernet1/1
ip address 155.2.0.3 255.255.255.0
half-duplex
when i boot R1, it doesnt even try to connect to dhcp server!.
I'm i missing something?
Francisco.
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2008 07:04 PM
On R1, under the interface which connects to R3,have you set it to obtain IP address via DHCP
R1(config-if)#ip address dhcp
HTH
Lejoe
