Problem setting up ip4 bind address
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=G2pQY18RINF5jEFKHEMvKhegLnFmqKNsB2t9VTJZS30=; b=P8rhy+jHN4Nni8J0LWWYl4Olq9pOE7ndEQV1h8FKdX9ACzWI3LzKsc2ohiAc03khWB E3s31yTwbV5EB2uK5bHeiQa3wJ6gBLxmL9cS6o+C05s+Gq63pmko3R1xLzG0/KsbKTO+ u+D9M7VAfgUzOUEyF04WQ33yRrT1Ip5bH42E8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=UcD5M3VM/giJZEPJzLmTWlgJQwoGeJJsUoAtZAOdLRJiFoZFwl0ke41GKyB+3XnKG/ myVet+M7hzggemBgygL9Gpi/Rmu5jv1HBNNE/iUvITVLSfj74hCXJE90aBubdTyMNmYS tpaPbpHcKWyXk+5mR49mztibNffAJTOPaYmEc= Having problems with an ifconfig alias for VPN. Its for an ipv4 bind address. To set the alias address im using: $ ifconfig ppp0 alias <bind ip address> <vpn gateway remote addr> netmask 255.255.255.0 Is ifconfig is calling out to pppd daemon to set up the alias address? It seems packets send to the alias address 111 appear on the ppp0 interface. But not to go to the right destination. Perhaps some ipfw / packet-rewriting rule is needed? janitors-Mac-mini:peers id$ sudo tcpdump -i ppp0 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on ppp0, link-type PPP (PPP), capture size 65535 bytes 14:31:55.350430 IP 192.168.0.26.59258 > 192.168.0.111.http: Flags [S], seq 1400391633, win 65535, options [mss 1404,nop,wscale 3,nop,nop,TS val 95271349 ecr 0,sackOK,eol], length 0 14:31:55.350576 IP 192.168.0.26.59259 > 192.168.0.111.https: Flags [S], seq 3103647381, win 65535, options [mss 1404,nop,wscale 3,nop,nop,TS val 95271349 ecr 0,sackOK,eol], length 0 If its any help, I would be happy to post some further logs and info about this particular case. dreamcat4 dreamcat4@gmail.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Dreamcat Four