Thursday, December 2, 2021

Pcap via connected Iphone

Pcap from iphone

I've only done this on a connected Mac, which makes me believe this is a process that only works on a mac


1. Install xcode command line tools
2. rvictl -s <your device UDID>
3. ifconfig | grep rvi*
4. sudo tcpdump -i rvi0 -w iphoneTraceFile.pcap
5. rvictl -x <device UDID>


Using Powershell to prep for a DHCP cutover

 Alright, here is the background.  Recently I was working on migrating a few locations off of bog standard Microsoft Windows DHCP server to ...