Bug 29005

Summary: ipfw's metaname 'me' uses remote address from ppp connection as its own.
Product: Base System Reporter: land <land>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description land 2001-07-16 14:20:01 UTC
	On computer with ppp links (pppd) adding rule with 'me' metaname
	causes remote ppp ip addreses match the rule.
	E.g.:
	ppp1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
	        inet 10.0.0.5 --> 10.0.0.6 netmask 0xfffffffc
	If I add following rule: 'ipfw add deny log tcp from any to me setup',
	tcp setup connection to address 10.0.0.6 will match this rule.

How-To-Repeat: 
	Make ppp connection with pppd and use ipfw ruleset with 'me'.
Comment 1 Mike Heffner freebsd_committer freebsd_triage 2001-07-17 00:13:56 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

Misfiled.
Comment 2 ru freebsd_committer freebsd_triage 2001-07-17 10:06:02 UTC
State Changed
From-To: open->closed

Duplicate of PR 28567.