On Mon, Nov 25, 2013 at 2:35 PM, Christopher Zimmermann
<[email protected]> wrote:
> Now I'd be looking at 'route -n show -inet', 'ifconfig "$ext_if"' and
> 'ifconfig "$alias1"'
ifconfig doesn't understand pf macros (as far as i can tell)
==================================================
# route -n show -inet |head -n 14
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
default x.y.z.198 UGS 667 23969677 - 8 em1
x.y.z.192/29 link#2 UC 2 0 - 4 em1
x.y.z.193 00:25:90:08:4d:b5 UHLc 0 21 - 4 lo0
x.y.z.194/32 link#2 UC 0 0 - 4 em1
x.y.z.195/32 link#2 UC 0 0 - 4 em1
x.y.z.196/32 link#2 UC 0 0 - 4 em1
x.y.z.197/32 link#2 UC 0 0 - 4 em1
x.y.z.198 44:94:fc:cd:2d:14 UHLc 1 0 - 4 em1
127/8 127.0.0.1 UGRS 0 0 33144 8 lo0
127.0.0.1 127.0.0.1 UH 1 1088 33144 4 lo0
# ifconfig em1
em1: flags=28843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,NOINET6> mtu 1500
lladdr 00:25:90:08:4d:b5
priority: 0
groups: egress
media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause)
status: active
inet x.y.z.193 netmask 0xfffffff8 broadcast x.y.z.199
inet x.y.z.194 netmask 0xffffffff
inet x.y.z.195 netmask 0xffffffff
inet x.y.z.196 netmask 0xffffffff
inet x.y.z.197 netmask 0xffffffff
==================================================
I can ping and remotely shell into all of the alias addresses.