| 
	
	
		
	
	
	
		|  19-08-2008, 05:27 | #1 |  
	| Inactive 
				 
				Join Date: Jan 2008 
					Posts: 8
				      | 
				
				MAC address
			 
 
			
			Does the source MAC address stay in the datagram throughout its passing though the internet?  Or is that replaced with each hop with the new hop source?
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 08:07 | #2 |  
	| Inactive 
				 
				Join Date: Aug 2008 
					Posts: 4
				      | 
				
				Re: MAC address
			 
 
			
			The source and destination MAC address changes as it goes through networks only the source and destination IP address stays the same.
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 09:44 | #3 |  
	| Inactive 
				 
				Join Date: Dec 2006 Location: Lincoln UK Age: 77 Services: 50Mb, TV & Phone 
					Posts: 3,673
				 | 
				
				Re: MAC address
			 
 
			
			Interesting. This is an area where my understanding is a bit vague.
 As a packet goes through a series of routing devices does each one substitute it's own MAC address for the source?
 
 That being the case presumably the destination each time is the next 'hop' along the route?
 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 17:12 | #4 |  
	| Inactive 
				 
				Join Date: Aug 2008 
					Posts: 4
				      | 
				
				Re: MAC address
			 
 
			
			yes that's right
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 17:34 | #5 |  
	| Inactive 
				 
				Join Date: Jan 2008 
					Posts: 8
				      | 
				
				Re: MAC address
			 
 
			
			very good.  thank you
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 20:46 | #6 |  
	| Inactive 
				 
				Join Date: Dec 2006 Location: Lincoln UK Age: 77 Services: 50Mb, TV & Phone 
					Posts: 3,673
				 | 
				
				Re: MAC address
			 
 
			
			Brief but to the point. 
Cheers.
   |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 21:42 | #7 |  
	| Inactive 
				 
				Join Date: Jan 2008 
					Posts: 8
				      | 
				
				Re: MAC address
			 
 
			
			I know all MACs are supposed to be unique.....but....what happens on a LAN if two adapters have identical addresses?
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 21:50 | #8 |  
	| cf.mega poster 
				 
				Join Date: Jun 2003 Location: Mansfield, Notts Age: 45 Services: Virgin Media Telephone and 100Mb broadband, Sky Q 
					Posts: 1,994
				      | 
				
				Re: MAC address
			 
 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 22:09 | #9 |  
	| Inactive 
				 
				Join Date: Aug 2008 
					Posts: 4
				      | 
				
				Re: MAC address
			 
 
			
			
	Quote: 
	
		| 
					Originally Posted by rkruz  I know all MACs are supposed to be unique.....but....what happens on a LAN if two adapters have identical addresses? |  MAC Addresses are controlled by the Institute of Electrical and Electronics Engineers, it is a 48 bit hexadecimal address the first 24 bits are assigned by the Institute of Electrical and Electronics Engineers as a vendor code, the other 24 bits are for the vendor to give to each Network Interface Card a unique address.  there cannot be two Network Interface Cards with the same MAC address.
 
of course there is MAC address spoofing which can clone a MAC address which can complicates things.
 
Two hosts with the same IP address on the same network would cause a conflict as Jon T has pointed out.
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 22:47 | #10 |  
	| Inactive 
				 
				Join Date: Jan 2008 
					Posts: 8
				      | 
				
				Re: MAC address
			 
 
			
			How about this also?  What happens if you could build a sniffer computer to put on a LAN with a duplicate and valid MAC address.   And you build the sniffer to not respond to ARP requests, therefor it does not show in the ARP table with different IP and duplicate MAC.  Would this sniffer then happily receive all the data meant for the other duplicated PC without detection by viewing the ARP table.---------- Post added at 20:47 ---------- Previous post was at 20:41 ---------- 
	Quote: 
	
		| 
					Originally Posted by tavon  MAC Addresses are controlled by the Institute of Electrical and Electronics Engineers, it is a 48 bit hexadecimal address the first 24 bits are assigned by the Institute of Electrical and Electronics Engineers as a vendor code, the other 24 bits are for the vendor to give to each Network Interface Card a unique address.  there cannot be two Network Interface Cards with the same MAC address.
 of course there is MAC address spoofing which can clone a MAC address which can complicates things.
 
 Two hosts with the same IP address on the same network would cause a conflict as Jon T has pointed out.
 |  Its the "can complicate things" I am interested in.
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 23:04 | #11 |  
	| Inactive 
				 
				Join Date: Dec 2006 Location: Lincoln UK Age: 77 Services: 50Mb, TV & Phone 
					Posts: 3,673
				 | 
				
				Re: MAC address
			 
 
			
			I'm not sure that's an appropriate subject for this forum. Kinda falls into the 'hacking' arena.
		 |  
	|   |  |  
	
		
	
	
	
		|  19-08-2008, 23:16 | #12 |  
	| Inactive 
				 
				Join Date: Aug 2008 
					Posts: 4
				      | 
				
				Re: MAC address
			 
 
			
			
	Quote: 
	
		| 
					Originally Posted by DaiNasty  I'm not sure that's an appropriate subject for this forum. Kinda falls into the 'hacking' arena. |  I agree, there are very few legitimate reasons for cloning a MAC address.
		 |  
	|   |  |  
	
		
	
	
	
		|  20-08-2008, 01:35 | #13 |  
	| Inactive 
				 
				Join Date: Jan 2008 
					Posts: 8
				      | 
				
				Re: MAC address
			 
 
			
			
	Quote: 
	
		| 
					Originally Posted by tavon  I agree, there are very few legitimate reasons for cloning a MAC address. |  you are not informed then. To suggest this is not an appropriate topic is simply ignorance.  There are many legitimate reasons for cloning a MAC address.  I will mention but a few.  
 
Legitimate uses of MAC spoofing 
An example of a legitimate use of MAC spoofing is hanging the function of a single computer from a router to computer and back to router through MAC spoofing. If you only have a single public IP, you can only hook up one unit 
directly (PC or router). If one has two WAN IPs, the MAC address of the two devices must be different.  For whatever reason, if one needs to swap 2 PC's regularly to connect to the cable modem, it would be a lot easier to change the MAC addresses rather than to change the Network Interface Card (NIC). Many cable modem routers have a "Clone MAC Address" feature built-in for this. (In reality, the easiest way to enable two machines to access the same ISP from the same location is to use a cable modem router like LinkSys, which allows multiple MACs to use a single ISP connection.)
		 |  
	|   |  |  
	
		
	
	
	
		|  20-08-2008, 10:22 | #14 |  
	| Inactive 
				 
				Join Date: Dec 2006 Location: Lincoln UK Age: 77 Services: 50Mb, TV & Phone 
					Posts: 3,673
				 | 
				
				Re: MAC address
			 
 
			
			
	Quote: 
	
		| 
					Originally Posted by rkruz  Legitimate uses of MAC spoofingAn example of a legitimate use of MAC spoofing is hanging the function of a single computer from a router to computer and back to router through MAC spoofing.
 |  One example, but very different to what you were suggesting earlier.
 
Let's see you make a valid case for a 'sniffer'
		 |  
	|   |  |  
	
		
	
	
	
		|  20-08-2008, 11:56 | #15 |  
	| Inactive 
				 
				Join Date: Feb 2004 Location: There's no place like 127.0.0.1 Services: Depends on the person and the price they're offering 
					Posts: 12,384
				      | 
				
				Re: MAC address
			 
 
			
			I'm in agreement with DaiNasty here - if you guys want to avoid the closure of this thread then you need to be very careful.
 Whilst a dicussion of the legitimate uses for MAC changing will be tolerated, if you start to drift into topics which breach our Terms of Use or which might be seen to be aiding in illegal activities of any kind (for example theft of service) you will find this thread closed very quickly.
 
 Given the ease with which you can a) find the MAC address of your own PC (or any other PC to which you have legitimate access), and b) change that MAC address, I'm not sure why you would want to build a 'sniffer' of the kind you're asking about.....perhaps you'd care to expand on that slightly to avoid any nasty confusion.....?
 |  
	|   |  |  
	
		
	
	
	
	
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is Off 
 |  |  |  All times are GMT +1. The time now is 19:03. |