reggaedancer
Technical User
Hello,
I have two subnets for customers:
192.168.1.0/24 and 192.168.5.0/24
I want them in one VLAN, let's say VLAN10.
I have one DHCP server 10.172.10.2/24 (VLAN20)
All I want to do is to assign IP address from the second scope to customers' hosts.
Here below is my switch configuration (Layer 3):
Cisco Catalyst 3750, WS-C3750G-24T:
-------------------------------------
interface Vlan10
ip address 192.168.5.1 255.255.255.0 secondary
ip address 192.168.1.1 255.255.255.0
ip helper-address 10.172.10.2
DHCP server config:
-------------------
scope1: 192.168.1.2 - 192.168.1.254
Router: 192.168.1.1
scope2: 192.168.5.2 - 192.168.5.254
Router: 192.168.5.1
For the customers in first subnet, they can get IP address from the DHCP server, but I could not get IP address from the scope2.
When I set IP static(from scope2) to any host, e.g. 192.168.5.2, it's working. But it seems that the DHCP server will not assign IP address from the switch's secondary IP address.
My question is, is it possible (for the DHCP server) to assign IP address from the secondary IP address ?
I want the customers (500 hosts) in one VLAN.
Any help would be appreaciated.
I have two subnets for customers:
192.168.1.0/24 and 192.168.5.0/24
I want them in one VLAN, let's say VLAN10.
I have one DHCP server 10.172.10.2/24 (VLAN20)
All I want to do is to assign IP address from the second scope to customers' hosts.
Here below is my switch configuration (Layer 3):
Cisco Catalyst 3750, WS-C3750G-24T:
-------------------------------------
interface Vlan10
ip address 192.168.5.1 255.255.255.0 secondary
ip address 192.168.1.1 255.255.255.0
ip helper-address 10.172.10.2
DHCP server config:
-------------------
scope1: 192.168.1.2 - 192.168.1.254
Router: 192.168.1.1
scope2: 192.168.5.2 - 192.168.5.254
Router: 192.168.5.1
For the customers in first subnet, they can get IP address from the DHCP server, but I could not get IP address from the scope2.
When I set IP static(from scope2) to any host, e.g. 192.168.5.2, it's working. But it seems that the DHCP server will not assign IP address from the switch's secondary IP address.
My question is, is it possible (for the DHCP server) to assign IP address from the secondary IP address ?
I want the customers (500 hosts) in one VLAN.
Any help would be appreaciated.