Unix Technical Forum

DHCP clients cannot connect to internet

This is a discussion on DHCP clients cannot connect to internet within the lucky.openbsd.misc forums, part of the OpenBSD category; --> Hi there, on a 3.9 newly installed box I started DHCPD. The clients do obtain an IP address but ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > lucky.openbsd.misc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-18-2008, 06:21 AM
FTP
 
Posts: n/a
Default DHCP clients cannot connect to internet

Hi there,

on a 3.9 newly installed box I started DHCPD. The clients do obtain an IP address but cannot go 'out' to the Internet.
Here are the different conf files:

---------------------------------
ifconfig:

vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr x:x:x:x:x:x
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet 12.0.0.1 netmask 0xff000000 broadcast 12.255.255.255
inet6 fe80::20b:6aff:febb:4022%vr0 prefixlen 64 scopeid 0x2

hostname.vr0:

inet 12.0.0.1 255.0.0.0 NONE

dhcpd.conf:

shared-network MY-NET1 {
option domain-name "my.domain";
option domain-name-servers x1.x1.x1.x1, x2.x2.x2.x2;

subnet 12.0.0.0 netmask 255.0.0.0 {
option routers 12.0.0.1;

range 12.0.0.10 12.0.0.120;
default-lease-time 86400;
max-lease-time 2592000;
}
}
-----------------------------
Thanks

George

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:32 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com