Hello,
I'm trying to get a dhcp server running on a vyatta router and i'm having a little trouble. I want to run the server on a vlan interface (53) off of int eth1. When I try to commit my config, it tells me that the subnet I'm trying to use is not on any interfaces, but it is. I think its because the subnet is on a vif. Relevant output and config snips below:

### trying to add the dhcpd subnet ###

[EMAIL PROTECTED] set service dhcp-server
[edit]
[EMAIL PROTECTED] set service dhcp-server shared-network- name Service
[edit]
[EMAIL PROTECTED] set service dhcp-server shared-network- name Service subnet 172.16.254.0/24
[edit]
[EMAIL PROTECTED] commit
[edit]
Commit Failed
DHCP server configuration error. None of the DHCP lease subnets attempted in commit are inside any of the ethernet interface subnets configured on this system. At least one DHCP lease subnet must be inside an ethernet interface subnet.
DHCP server configuration commit aborted due to error(s).
[EMAIL PROTECTED]


### my routing table showing the subnet is on int eth1.54 ###

[EMAIL PROTECTED] run show route
[edit]
Routes: 9/9, Paths: 9/9
0.0.0.0/0 [static(1)] > to 4.x.x.5 via eth0.50
4.x.x.4/30            [connected(0)]  > to 4.x.x.6          via eth0.50
8.x.x.0/29            [connected(0)]  > to 8.x.x.1          via eth1.51
8.x.x.8/29            [connected(0)]  > to 8.x.x.9          via eth1.52
8.x.x.16/28 [connected(0)] > to 8.x.x.17 via eth1.1192
8.x.x.32/27           [connected(0)]  > to 8.x.x.33         via eth1.53
10.11.80.0/24 [connected(0)] > to 10.11.80.6 via eth0.1180
127.0.0.0/8             [connected(0)]  > to 127.0.0.1          via lo
172.16.254.0/24 [connected(0)] > to 172.16.254.1 via eth1.54

[EMAIL PROTECTED]


### eth1 config ###
[EMAIL PROTECTED] show interfaces ethernet eth1
    hw-id: 00:11:43:30:89:b2
    vif 51 {
        address 8.x.x.1 {
            prefix-length: 29
        }
    }
    vif 1192 {
        address 8.x.x.17 {
            prefix-length: 28
        }
    }
    vif 52 {
        address 8.x.x.9 {
            prefix-length: 29
        }
    }
    vif 53 {
        address 8.x.x.33 {
            prefix-length: 27
        }
    }
    vif 54 {
        address 172.16.254.1 {
            prefix-length: 24
        }
    }

[edit]
[EMAIL PROTECTED]



Any ideas? I'm running the latest beta.


------------------
Aubrey Wells
Senior Engineer
Shelton | Johns Technology Group
A Vyatta Ready Partner
www.sheltonjohns.com




_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to