Code:
# ifconfig -a
em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=98<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00:0c:29:81:8f:b7
inet 192.168.1.97 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether ae:88:a8:9c:d9:05
id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200
root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
member: em0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 1 priority 128 path cost 20000
member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
ifmaxaddr 0 port 4 priority 128 path cost 2000
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 02:22:8f:00:04:0a
inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
[\code]
netstat -rn
Code:
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
0.0.0.0/8 link#4 U 0 0 epair0 =>
default 192.168.1.1 UGS 0 1819 em0
127.0.0.1 link#2 UH 0 4065 lo0
192.168.1.0/24 link#1 U 0 145897 em0
192.168.1.97 link#1 UHS 0 91 lo0
Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UH lo0
fe80::%lo0/64 link#2 U lo0
fe80::1%lo0 link#2 UHS lo0
ff01:2::/32 fe80::1%lo0 U lo0
ff02::%lo0/32 fe80::1%lo0 U lo0
[\code]
jexec 1 ifconfig -a
Code:
jexec 1 ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 02:22:8f:00:05:0b
inet 192.168.1.96 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::22:8fff:fe00:50b%epair0b prefixlen 64 scopeid 0x2
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
[\code]
jexec 1 ps auxww
Code:
jexec 1 ps auxww
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 2915 0.0 0.0 6924 1000 ?? IsJ 3:46AM 0:00.10 /usr/sbin/syslogd -ss
transmission 2994 0.0 0.2 30624 11804 ?? SsJ 3:46AM 0:08.67 /usr/pbi/transmission-amd64/bin/transmission-daemon -c /usr/pbi/transmission-amd64/etc/transmission/home/Downloads -g /usr/pbi/transmission-amd64/etc/transmission/home -w /usr/pbi/transmission-amd64/etc/transmission/home/Downloads -x /usr/pbi/transmission-amd64/etc/transmission/transmission.pid -Y -gsr 2 -B -t -P 51413 --utp -l 60 -m -o -p 9091 -L 240
root 3061 0.0 0.0 7980 1148 ?? IsJ 3:46AM 0:00.11 /usr/sbin/cron -s
root 3195 0.0 0.3 74868 23984 ?? IsJ 3:46AM 0:04.26 /usr/pbi/transmission-amd64/bin/python /usr/pbi/transmission-amd64/control.py start 192.168.1.96 12346
root 13783 0.0 0.0 8048 1048 1 R+J 4:57PM 0:00.00 ps auxww
[\code]