On Thu, Sep 9, 2010 at 10:09 AM, Bao Nguyen <[email protected]> wrote: > I think you need to provide more info but here's my attempt from what > you have described. > > DHCPd will only listen on the interface for which you have configured > the IP addressing for. Say the LAN side is 10.0.0.1 and WAN is 8.8.8.8 > and you configured dhpcd to listen serve out addresses for > 10.0.0.0/24, when dhcpd start, it will only listen on the 10.0.0.1 > interface. > > If the LAN networking is using the WAN gateway maybe you need a static > route. ie: > > for example, forcing all network to 10.x to use 10.0.0.1 gw: > route add net 10.0.0.0 255.255.255.0 gw 10.0.0.1 > > > -bn > 0216331C
On Thu, Sep 9, 2010 at 8:06 AM, Ronny Roethof <[email protected]> wrote: > Hi all, > > I have a cobbler setup which works great, but also gives a little problem. > Because I am colocated with several boxes and can not run a dhcp server on > the wan side I am stuk with building it on the lan side. > > Here the problem exists, because when I add both nics data into cobbler, the > lan side will try to use the wan gateway. > > Is there a sollution to this ? I have googled and tried to fix it with > scripts but to no avail. > > Ronny Roethof > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
