<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"Book Antiqua";
        panose-1:2 4 6 2 5 3 5 3 3 4;}
@font-face
        {font-family:"\@MS Mincho";
        panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-CA link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Hi experts,<br>
<br>
I am trying to provide dynamic IP addresses for devices that are resided on VLAN
101. The server is currently providing 172.17.x.x/16 range for its own VLAN 417.
My server is RHEL4 running DHCPD version 3.0.1. The core switch (Cisco 3750) is
configured with “ip helper-address 172.17.1.1” on VLAN 101 interface.
Here is my dhcpd.conf file:<br>
<br>
authoritative;<br>
ddns-update-style ad-hoc;<br>
omapi-port 7911;<br>
<br>
shared-network eth1<br>
{<br>
option domain-name "globalsuite.net";<br>
option domain-name-servers 4.2.2.1;<br>
default-lease-time 88200;<br>
max-lease-time 88200;<br>
<br>
   subnet 172.17.0.0 netmask 255.255.0.0<br>
   {<br>
       range 172.17.1.10 172.17.199.254;<br>
       option broadcast-address 172.17.255.255;<br>
       option routers 172.17.1.1;<br>
       option subnet-mask 255.255.0.0;<br>
   }<br>
<br>
   subnet 192.168.1.0 netmask 255.255.255.0<br>
   {<br>
       range 192.168.1.10 192.168.1.250;<br>
       option broadcast-address 192.168.1.255;<br>
       option routers 192.168.1.254;<br>
       option subnet-mask 255.255.255.0;<br>
   }<br>
}<br>
<br>
Here is my eth1:<br>
[root@NE_<st1:PersonName w:st="on">OVI</st1:PersonName> ~]# ifconfig eth1<br>
eth1 Link encap:Ethernet HWaddr 00:15:C5:F4:CB:22<br>
inet addr:172.17.1.1 Bcast:172.17.255.255 Mask:255.255.0.0<br>
<br>
Here is my routing table on the server. The eth0 is WAN interface, connected
with ISP. The eth1 is LAN interface on VLAN 101. The server is also doing
NAT/PAT for the LAN users.<br>
<br>
[root@NE_<st1:PersonName w:st="on">OVI</st1:PersonName> ~]# route -n<br>
Kernel IP routing table<br>
Destination               Gateway
                 Genmask
                Flags
Metric Ref Use            Iface<br>
210.83.99.128          0.0.0.0                    255.255.255.128
      U 0 0 0                              eth0<br>
192.168.1.0             172.17.254.1
           255.255.255.0          UG
0 0 0                            eth1<br>
0.0.0.0                    210.83.99.129
         0.0.0.0                    UG
0 0 0                            eth0<br>
<br>
Configs on the switch:<br>
!<br>
interface Vlan417<br>
ip address 172.17.254.1 255.255.0.0<br>
no ip route-cache<br>
end<br>
!<br>
interface Vlan101<br>
ip address 192.168.1.254 255.255.255.0<br>
ip helper-address 172.17.1.1<br>
end<br>
!<br>
<br>
However my laptop on the VLAN 101 keeps getting IP of 172.17.x.x/16 range... Here
is the log.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Jun  8 11:53:47
NE_<st1:PersonName w:st="on">OVI</st1:PersonName> dhcpd: DHCPDISCOVER from
00:11:43:fe:80:19 (ne-l-d400tester) via 192.168.1.254<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Jun  8 11:53:47
NE_<st1:PersonName w:st="on">OVI</st1:PersonName> dhcpd: DHCPOFFER on
172.17.199.253 to 00:11:43:fe:80:19 (ne-l-d400tester) via 192.168.1.254<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Jun  8 11:53:47
NE_<st1:PersonName w:st="on">OVI</st1:PersonName> dhcpd: if ne-l-d400tester.globalsuite.net
IN A rrset doesn't exist add ne-l-d400tester.globalsuite.net 44100 IN A
172.17.199.253: timed out.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Jun  8 11:53:47
NE_<st1:PersonName w:st="on">OVI</st1:PersonName> dhcpd: DHCPREQUEST for
172.17.199.253 (172.17.1.1) from 00:11:43:fe:80:19 (ne-l-d400tester) via
192.168.1.254<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Jun  8 11:53:47
NE_<st1:PersonName w:st="on">OVI</st1:PersonName> dhcpd: DHCPACK on
172.17.199.253 to 00:11:43:fe:80:19 (ne-l-d400tester) via 192.168.1.254<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=2 color=black face=Verdana><span
style='font-size:10.0pt;font-family:Verdana;color:black'>Where do I do wrong?
How do I fix it?<br>
<br>
Thanks!</span></font><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p></o:p></span></font></p>

<!-- google_ad_section_end -->

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span lang=EN-US
style='font-size:12.0pt'> <o:p></o:p></span></font></p>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 align=left
 width=917 style='width:687.8pt;border-collapse:collapse'>
 <tr height=60 style='page-break-inside:avoid;height:45.0pt'>
  <td width=917 colspan=2 height=60 valign=top style='width:687.8pt;padding:
  0cm 0cm 0cm 0cm;height:45.0pt'>
  <p class=MsoNormal style='mso-element:frame'><st1:PersonName tabIndex="0"
  style="BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: left bottom"
  w:st="on"><b><font size=4 color="#4d4d4d" face="Book Antiqua"><span
   style='font-size:14.0pt;font-family:"Book Antiqua";color:#4D4D4D;background:
   yellow;font-weight:bold'>Difan Zhao</span></font></b></st1:PersonName><b><font
  size=4 color="#4d4d4d" face="Book Antiqua"><span style='font-size:14.0pt;
  font-family:"Book Antiqua";color:#4D4D4D;background:yellow;font-weight:bold'>,
  M.Eng</span></font></b><font size=4 color="#4d4d4d" face="Book Antiqua"><span
  style='font-size:14.0pt;font-family:"Book Antiqua";color:#4D4D4D'><br>
  </span></font><st1:PersonName tabIndex="0"
  style="BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x; BACKGROUND-POSITION: left bottom"
  w:st="on"><font color="#4d4d4d" face="Book Antiqua"><span style='font-family:
   "Book Antiqua";color:#4D4D4D'>Network Eng</span></font></st1:PersonName><font
  color="#4d4d4d" face="Book Antiqua"><span style='font-family:"Book Antiqua";
  color:#4D4D4D'>ineer</span></font><font size=2 color="#4d4d4d"
  face="Book Antiqua"><span style='font-size:10.0pt;font-family:"Book Antiqua";
  color:#4D4D4D'><br>
  <b><span style='font-weight:bold'>Guest-Tek Interactive Entertainment Inc. </span></b></span></font><b><font
  size=2 color="#4d4d4d" face="Book Antiqua"><span style='font-size:10.0pt;
  font-family:"Book Antiqua";color:#4D4D4D;font-weight:bold'><o:p></o:p></span></font></b></p>
  <p class=MsoNormal style='mso-element:frame'><font size=2 color="#3366ff"
  face="Book Antiqua"><span style='font-size:10.0pt;font-family:"Book Antiqua";
  color:#3366FF'><a href="http://www.guest-tek.com">www.guest-tek.com</a></span></font><b><font
  size=2 color="#4d4d4d" face="Book Antiqua"><span style='font-size:10.0pt;
  font-family:"Book Antiqua";color:#4D4D4D;font-weight:bold'><o:p></o:p></span></font></b></p>
  </td>
 </tr>
 <tr height=48 style='page-break-inside:avoid;height:36.0pt'>
  <td width=917 colspan=2 height=48 valign=top style='width:687.8pt;padding:
  0cm 0cm 0cm 0cm;height:36.0pt'>
  <p class=MsoNormal style='mso-element:frame'><font size=2 color="#4d4d4d"
  face="Book Antiqua"><span style='font-size:10.0pt;font-family:"Book Antiqua";
  color:#4D4D4D'>Email: <a href="mailto:difan.zhao@guest-tek.com">difan.zhao@guest-tek.com</a><br>
  Office: +1 (403) 509 1010 ext 3048<br>
  Cell: +1 (403) 689 7514</span></font><font size=2 color=black
  face="Book Antiqua"><span style='font-size:10.0pt;font-family:"Book Antiqua";
  color:black'><o:p></o:p></span></font></p>
  </td>
 </tr>
 <tr height=32 style='page-break-inside:avoid;height:24.1pt'>
  <td width=234 height=32 valign=top style='width:175.15pt;padding:0cm 0cm 0cm 0cm;
  height:24.1pt'>
  <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
  mso-element:frame'><font size=1 color="#4d4d4d" face=Arial><span
  style='font-size:8.0pt;font-family:Arial;color:#4D4D4D'><img border=0
  width=239 height=69 id="_x0000_i1025" src="cid:image001.jpg@01CB0701.A83EA2B0"
  alt="http://www.guest-tek.com/images/Guest-Tek%20-%20Formal_files/Logo.jpg"></span></font><o:p></o:p></p>
  </td>
  <td width=684 height=32 style='width:512.65pt;padding:0cm 0cm 0cm 0cm;
  height:24.1pt'>
  <p class=MsoNormal align=right style='mso-margin-top-alt:auto;margin-right:
  183.25pt;mso-margin-bottom-alt:auto;text-align:right;mso-element:frame'><b><font
  size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;
  color:navy;font-weight:bold'>INTERNET </span></font></b><b><font size=2
  face=Arial><span style='font-size:10.0pt;font-family:Arial;font-weight:bold'> <font
  color=gray><span style='color:gray'>|</span></font>  <font color=navy><span
  style='color:navy'>MEDIA</span></font>  <font color=gray><span
  style='color:gray'>|</span></font>  <font color=navy><span
  style='color:navy'>VOICE</span></font></span></font></b><o:p></o:p></p>
  </td>
 </tr>
 <U1:P></U1:P>
 <tr height=20 style='page-break-inside:avoid;height:14.85pt'>
  <td width=917 colspan=2 height=20 valign=top style='width:687.8pt;padding:
  0cm 0cm 0cm 0cm;height:14.85pt'>
  <p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
  mso-element:frame'><b><font size=1 color=silver face=Arial><span
  style='font-size:8.0pt;font-family:Arial;color:silver;font-weight:bold'><img
  border=0 width=674 height=15 id="_x0000_i1026"
  src="cid:image002.jpg@01CB0701.A83EA2B0"
  alt="http://www.guest-tek.com/images/Guest-Tek%20-%20Formal_files/image004.jpg"></span></font></b><o:p></o:p></p>
  </td>
 </tr>
 <tr height=1 style='page-break-inside:avoid;height:1.05pt'>
  <td width=917 colspan=2 height=1 valign=top style='width:687.8pt;padding:
  0cm 0cm 0cm 0cm;height:1.05pt'>
  <p class=MsoNormal style='mso-margin-top-alt:auto;margin-right:183.25pt;
  mso-margin-bottom-alt:auto;text-align:justify;text-justify:inter-ideograph;
  mso-element:frame'><span class=msonormal0><U1:P></U1:P><font size=1
  color="#333333" face="Book Antiqua"><span style='font-size:8.0pt;font-family:
  "Book Antiqua";color:#333333'>The contents of this email are confidential and
  intended for the recipient only. If you have received this email in error,
  please notify us, and destroy all copies.</span></font></span><font size=1
  face="Book Antiqua"><span style='font-size:8.0pt;font-family:"Book Antiqua"'><o:p></o:p></span></font></p>
  </td>
 </tr>
</table>

<div>

<p class=MsoNormal><U1:P></U1:P><font size=3 face="Times New Roman"><span
lang=EN-US style='font-size:12.0pt'> </span></font><span lang=EN-US><o:p></o:p></span></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p> </o:p></span></font></p>

</div>

</body>

</html>