cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
482
Views
0
Helpful
2
Replies

Change DHCP Server IP Address

lloyd
Level 1
Level 1

Hello all;

I want to change the DHCP address that shows up under Windows ipconfig /all when I have a DHCP pool.

I want the server to show up on the same network as the network address that are given out - 64.X.X.X -

I am trying to hide my other networks - 2621 ip plus

I have three networks on f 0/1 two private and then the 64.X.X.X (as a secondary)

Your help is appreciated

2 Replies 2

gongxinping
Level 1
Level 1

You can config the 2621 as dhcp server.Configure the CISCO2621 as following:

service tcp-small-server

ip dhcp pool 64.x.x.x

network 64.x.x.x

domain-name x.x.x.x y.y.y.y

exit

is the "service tcp-small-server" be the key to changing the IP address of the DHCP server (as reported under ipconfig /all in windows)?

The int f 0/0 has the the following networks

ip address 10.1.x.x

ip address 10.101.X.X secondary

ip address 64.X.X.X secondary

the dhcp pool is on the 64.X.X.X network, and gives out the correct addresses, but win ipconfig reports the dhcp server address as the 10.1.x.x interface address. I want the server address to be on the 64.x.x.x network.