Hi guys, another newbie here. I was just tinkering with my CIC, trying to make internet work. Nothing fancy like BMW Live, I would just like to display my homepage where I have all the information I need in one place. I have VO coded out the BMW Assist, as I read somewhere that by doing so, Combox would use my phone for internet instead of integrated 2G SIM card. My phone now shows the active bluetooth tethering icon, but the internet still does not show on iDrive. By diagnosing btsnoop_hci.log, I discovered that the car is trying to connect to 160.46.255.1:8080. By googling this IP I found this forum and joined. This is my snoop log:
Code:
Frame 15802: 82 bytes on wire (656 bits), 82 bytes captured (656 bits)
Bluetooth
Bluetooth HCI H4
Bluetooth HCI ACL Packet
Bluetooth L2CAP Protocol
Bluetooth BNEP Protocol
Internet Protocol Version 4, Src: 192.168.44.206, Dst: 160.46.255.1
Transmission Control Protocol, Src Port: 65534, Dst Port: 8080, Seq: 0, Len: 0
Source Port: 65534
Destination Port: 8080
[Stream index: 0]
[TCP Segment Len: 0]
Sequence Number: 0 (relative sequence number)
Sequence Number (raw): 444430177
[Next Sequence Number: 1 (relative sequence number)]
Acknowledgment Number: 0
Acknowledgment number (raw): 0
1011 .... = Header Length: 44 bytes (11)
Flags: 0x002 (SYN)
Window: 65535
[Calculated window size: 65535]
Checksum: 0xf7eb [unverified]
[Checksum Status: Unverified]
Urgent Pointer: 0
Options: (24 bytes), Maximum segment size, No-Operation (NOP), Window scale, SACK permitted, No-Operation (NOP), No-Operation (NOP), No-Operation (NOP), No-Operation (NOP), Timestamps
[Timestamps]
The connection failed after some retransmissions, so I decided to dst-nat it to my server. When the TCP connection was established, the request was as follows (I have mangled the ID-s since this is a public forum):
Code:
CONNECT b2v.bmwgroup.de:443 HTTP/1.1
Host: b2v.bmwgroup.de:443
Proxy-Authorization: Basic YjJ2X3N0YW5kYXJkOmIydl9zdGFuZgFyZA==
Proxy-Connection: Keep-Alive
User-Agent: Aetsch3/1043703/02
BMW-Vin: XX71009
BMW-OTA-ID: 20130409-123456
BMW-DAS-ID: 20101102-123456
Accept-Encoding: gzip
Content-Range: bytes 0-10240/*
Looks like 160.46.255.1 is some kind of a proxy, still registered to BMW group, but not operational. It is strange to me that connecting to b2v.bmwgroup.de:443 from my computer is also not possible. At this point I am hoping to receive some clues in this forum and I hope to give something back.