-
February 15th, 2006, 07:30 PM #1
"backend" program for DNS and internet..
Hey im not exactly sure how to describe what i am looking for but, for all you network, DNS, and HTTP people out there i am looking for a program that will show me "visually" in plain old text what is really going on when i type in www.theaddy.com or whatevr the address might be, we have been going over DNS in my networks class and we have a presentation comming up soon and i thought that i would probably do mine on DNS, but what would really be cool is if i could find a program that would run in the lower corner or whatver of my screen while i typed in the text address you would see its DNS response messages and the redirect to the IP address. Am i making sense??
i was also wondering if they make a program that would be able to visually show you what the HTTP request and response messages woould loook like, so i could break them apart in a demonstration aka header..sp... etc...
anyone have any ideas on programs that would do this basic idea.. i mean it doesnt seem that hard, actually very simple since all our browser does is hid that stuff from us.. maybe there is something that shows all that goin on in the background..
thanks in advance to whoever takes the time to decypher my question
hehe
Mobile: Thinkpad T61 | WinXP Pro | C2D T8300 CPU | 3GB DDR2 | 320GB Hybrid SSD HDD | AGN & WWAN
Desktop: Dell XPS 8300 | 3.4 Ghz Intel i7 | 8GB DDR3 | 1TB OS, 1.5TB Mirrored DATA
-
February 15th, 2006, 07:50 PM #2
Well that's not actually true that your browser does it for you, your browser makes the request and your network stack does that for you.
For software to do that, you can use this http://www.ethereal.com/ and can start a capture with a filter on port 53 and then stop the capture after visiting the webpage and analyze the packets. You dont have to filter port 53, but that would only capture from that port which is the port your dns requests use.
I would suggest this program as it shows things like headers and what happens during a page request http://www.simtec.ltd.uk/ However I dont believe it will show a DNS request for you since the browser itself doesn't do the lookup, as it uses your network protocols to do that.* ¨ )
¸.·´¸.·´¨) ¸.·*¨)
(¸.·´ (¸.·´ ,.·´
(´¸.·*´¯`*»- ->Jeordiewhite
-
February 15th, 2006, 08:28 PM #3
thanks much.. i'll let ya know how it goes with them.. if anyone else has any programs i'll give them a shot, but ethereal is looking quite promising
Mobile: Thinkpad T61 | WinXP Pro | C2D T8300 CPU | 3GB DDR2 | 320GB Hybrid SSD HDD | AGN & WWAN
Desktop: Dell XPS 8300 | 3.4 Ghz Intel i7 | 8GB DDR3 | 1TB OS, 1.5TB Mirrored DATA
-
February 15th, 2006, 08:31 PM #4
I found the specific command filter for you to try:
Filter Toolbar
A display filter can be entered into the filter toolbar. A filter for HTTP, HTTPS, and DNS traffic might look like this:
tcp.port == 80 || tcp.port == 443 || tcp.port == 53
Selecting the Filter: button lets you choose from a list of named filters that you can optionally save. Pressing the Return or Enter keys, or selecting the Apply button, will cause the filter to be applied to the current list of packets. Selecting the Reset button clears the display filter so that all packets are displayed (again).
There is no way to customize the items in the toolbar, however the toolbar can be hidden by View:Filter Toolbar.* ¨ )
¸.·´¸.·´¨) ¸.·*¨)
(¸.·´ (¸.·´ ,.·´
(´¸.·*´¯`*»- ->Jeordiewhite
-
February 15th, 2006, 09:58 PM #5
arg... im trying to get it to read just from port 53 which i have the command from.... but im on dialup.. which shouldnt matter.. all i haev to do is select the dialup adapter instead of the nforce one
are there any other freeware programs out there for this type of thing?
Last edited by ShuckyD; February 15th, 2006 at 10:01 PM.
Mobile: Thinkpad T61 | WinXP Pro | C2D T8300 CPU | 3GB DDR2 | 320GB Hybrid SSD HDD | AGN & WWAN
Desktop: Dell XPS 8300 | 3.4 Ghz Intel i7 | 8GB DDR3 | 1TB OS, 1.5TB Mirrored DATA
-
February 15th, 2006, 10:24 PM #6
Are you looking for a real time traceroute for all address entered showing the hops it takes or just the DNS lookup?
-
February 15th, 2006, 10:28 PM #7
both would be nice.. i mean i would like to see a realtime example and then be able to see what is actually passing through port 53... like the DHS resolution from www.x.com to XX.XXX.XX.X ... im a visual person so i sorta wanna see it to understand it better, and im probably gonna base a presentation off of it
Mobile: Thinkpad T61 | WinXP Pro | C2D T8300 CPU | 3GB DDR2 | 320GB Hybrid SSD HDD | AGN & WWAN
Desktop: Dell XPS 8300 | 3.4 Ghz Intel i7 | 8GB DDR3 | 1TB OS, 1.5TB Mirrored DATA
-
February 15th, 2006, 11:19 PM #8
There used to be a program called acid scanner that would port scan, traceroute, and UDP logging. I don't know if it is still around or not
edit: still around
http://www.acid-soft.com/acidscan/Last edited by MDS; February 15th, 2006 at 11:21 PM.
-
February 16th, 2006, 01:47 AM #9
Well ethereal will show you a complete break down of the packets and their path as it decodes them for you.
However you could try a demo of visualroute 2006 that will produce a visual representation for you to use as well.* ¨ )
¸.·´¸.·´¨) ¸.·*¨)
(¸.·´ (¸.·´ ,.·´
(´¸.·*´¯`*»- ->Jeordiewhite
-
February 16th, 2006, 08:41 AM #10
thanks guys i'll give them all a shot, i think i just need to play with ethereal more... i got it to log a bunch of stuff but was unable to get the DNS stuff... although i saw UDP "packets" going up on the window
Mobile: Thinkpad T61 | WinXP Pro | C2D T8300 CPU | 3GB DDR2 | 320GB Hybrid SSD HDD | AGN & WWAN
Desktop: Dell XPS 8300 | 3.4 Ghz Intel i7 | 8GB DDR3 | 1TB OS, 1.5TB Mirrored DATA
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Can't share Internet in "Normal" mode, "Safe" mode works OK
By usslindstrom in forum Networking and InternetReplies: 3Last Post: December 9th, 2008, 12:26 PM -
A plethora of problems; "shut down" beeps, program lock ups, and random freezes
By Noriand in forum Technical SupportReplies: 5Last Post: July 11th, 2004, 06:55 AM -
How do I disable the "power", "sleep", and "wake" buttons.
By ShawnD1 in forum General Tech DiscussionReplies: 1Last Post: January 30th, 2004, 11:50 AM -
DNS "records"
By EvilRick in forum Networking and InternetReplies: 3Last Post: December 26th, 2003, 09:20 PM -
Remember the "Worm", "Cave", or "Ribbon" games?
By SickPup404 in forum IMO CommunityReplies: 11Last Post: July 10th, 2002, 07:02 PM



LinkBack URL
About LinkBacks



Reply With Quote



I wonder what tax rate Irish businesses are paying? I wonder what tax rate I could negotiate with Ireland if I pretend I'm an Irish Setter instead of a rare Hellenic Hounde?
Who Pays Corporate Income Taxes ?