How to enable DNS request forward? [Cisco Gurus Help]

From: zc521@msn.com
Date: Wed Dec 15 2004 - 22:19:25 GMT-3


Good morning to all Cisco gurus on the list
Would you take couple of mins when you drink your coffee to have a look this plz?

I have a server connecting to Internet using usb modem. This server link to a layer-2 unmanaged switch to provide Internet access to me and my flatmate. Now I want to config a cisco 3620 router to stand in the middle of my pc and that layer-2 switch to forward dns request and reply from the server.

I tried to search on groupstudy and cisco website for configuration example or something useful, but with no luck. Also I didn!/t found anything useful in IOS documentation.

My first question for all Cisco gurus here is;
Where you can find useful information about an unfamiliar task, for example, find something about configure cisco 3550switch/3600 router to forward dns request/reply. I find myself lost in thousands of lines of commands in IOS documentation.

Second question is how could I enable dns request/reply on cisco 3620?
--------------------
Config on my PC
IP ADD 192.168.0.1/24
Default-gateway 192.168.0.4
DNS Server 192.168.0.4
----------------
Config on Server
IP ADD 192.168.0.2/24
----------------
Config on Cisco
R1#sh run
Building configuration...

Current configuration : 1074 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
!
ip subnet-zero
!
!
no ip domain-lookup
ip name-server 192.168.0.2
!
ip audit notify log
ip audit po max-events 100
!
call rsvp-sync
!
interface Ethernet0/1
 ip address 192.168.0.4 255.255.255.0
 ip helper-address 192.168.0.2
 half-duplex
!
!
ip default-gateway 192.168.0.2
ip classless
ip forward-protocol udp bootpc
ip forward-protocol udp bootps
ip http server
!
dial-peer cor custom
!
line con 0
 exec-timeout 0 0
line aux 0
line vty 0 4
 exec-timeout 0 0
 no login
 transport input lat pad v120 lapb-ta mop telnet rlogin udptn nasi ssh
!
end

Anyone can help me to figure out this? Thanks to you all for your time.
Have a nice day and happy working. :#

Chen



This archive was generated by hypermail 2.1.4 : Mon Jan 03 2005 - 10:31:27 GMT-3