Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jasonmvp

macrumors 6502
Original poster
Jun 15, 2015
422
345
Northern VA
I'm having an interesting problem with my M2 running Sequoia; it happened with 15.0 and is still happening w/15.0.1. Unfortunately my laptop is corporate managed, so there are limited things I can disable, shut down, work around. But I've started lots of conversations internally, including with our security folks, and none of them have seen this specific one: I can't connect to things on my LAN as a stupid-user. I can connect if I sudo to the superuser. That includes outbound pings, ssh, and even telnet (I installed brew's telnet). Get this:

Code:
deathstroke$ ping 192.168.10.10
PING 192.168.10.10 (192.168.10.10): 56 data bytes
ping: sendto: No route to host
Request timeout for icmp_seq 0
ping: sendto: No route to host
Request timeout for icmp_seq 1
ping: sendto: No route to host
Request timeout for icmp_seq 2
^C
--- 192.168.10.10 ping statistics ---
4 packets transmitted, 0 packets received, 100.0% packet loss
deathstroke$ sudo ping 192.168.10.10
Password:
PING 192.168.10.10 (192.168.10.10): 56 data bytes
64 bytes from 192.168.10.10: icmp_seq=0 ttl=64 time=5.468 ms
64 bytes from 192.168.10.10: icmp_seq=1 ttl=64 time=2.653 ms
64 bytes from 192.168.10.10: icmp_seq=2 ttl=64 time=6.234 ms
64 bytes from 192.168.10.10: icmp_seq=3 ttl=64 time=3.529 ms
√64 bytes from 192.168.10.10: icmp_seq=4 ttl=64 time=3.239 ms
64 bytes from 192.168.10.10: icmp_seq=5 ttl=64 time=3.151 ms
^C
--- 192.168.10.10 ping statistics ---
6 packets transmitted, 6 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 2.653/4.046/6.234/1.321 ms

Same thing happens if I try to ssh to that IP:

Code:
deathstroke$ ssh 192.168.10.10
ssh: connect to host 192.168.10.10 port 22: No route to host
deathstroke$ sudo ssh 192.168.10.10
(root@192.168.10.10) Password:

I don't think this aligns with all of the security stuff that's been breaking with Sequoia. And yes, I even disable the Firewall, but to no avail. The wonky thing is, I can establish outbound to things OFF my LAN. I can ping them, too. See, Google's DNS:

Code:
deathstroke$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=0 ttl=60 time=8.074 ms
64 bytes from 8.8.8.8: icmp_seq=1 ttl=60 time=8.787 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=60 time=9.687 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=60 time=6.915 ms
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 6.915/8.366/9.687/1.014 ms

Works fine without the sudo.

This chump is stumped. Any ideas?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.