11-19-2023 03:21 PM
USRP 2944 Ethernet reset IP from 169.254.x.x to default 192.168.10.2
How to reset the IP of USRP 2944 to default IP 192.168.10.2. I do not see the (S2) as suggested in
I do see Switch SW1 and SW3 but I do not see SW2 or (S2). I need this switch to update the default IP of the USRP to 192.168.10.2
Please suggest if there is another way to update the USRP 2944 IP to 192.168.10.2
Thank you
11-19-2023 05:22 PM
Additional information from the terminal:: I am not able to udate/reset the IP of USRP 2944 back to default 192.168.10.2
% ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=50b<RXCSUM,TXCSUM,VLAN_HWTAGGING,AV,CHANNEL_IO>
ether ac:87:a3:3b:e6:73
inet6 fe80::149a:4d66:d5e5:9c20%en0 prefixlen 64 secured scopeid 0x4
inet 169.254.70.83 netmask 0xffff0000 broadcast 169.254.255.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect (1000baseT <full-duplex>)
status: active
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=400<CHANNEL_IO>
ether d0:a6:37:e7:72:84
inet6 fe80::cec:7ca8:776b:1c7a%en1 prefixlen 64 secured scopeid 0x5
inet 192.168.0.190 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=201<PERFORMNUD,DAD>
media: autoselect
status: active
en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
options=460<TSO4,TSO6,CHANNEL_IO>
ether 82:0a:56:35:8d:00
media: autoselect <full-duplex>
status: inactive
% ping -b en1 -c 5 192.168.0.255
PING 192.168.0.255 (192.168.0.255): 56 data bytes
64 bytes from 192.168.0.190: icmp_seq=0 ttl=64 time=0.137 ms
64 bytes from 192.168.0.142: icmp_seq=0 ttl=32 time=96.822 ms
64 bytes from 192.168.0.190: icmp_seq=1 ttl=64 time=0.127 ms
64 bytes from 192.168.0.142: icmp_seq=1 ttl=32 time=18.714 ms
64 bytes from 192.168.0.190: icmp_seq=2 ttl=64 time=0.115 ms
64 bytes from 192.168.0.142: icmp_seq=2 ttl=32 time=39.038 ms
64 bytes from 192.168.0.190: icmp_seq=3 ttl=64 time=0.101 ms
64 bytes from 192.168.0.142: icmp_seq=3 ttl=32 time=57.985 ms
64 bytes from 192.168.0.190: icmp_seq=4 ttl=64 time=0.150 ms
--- 192.168.0.255 ping statistics ---
5 packets transmitted, 5 packets received, +4 duplicates, 0.0% packet loss
round-trip min/avg/max/stddev = 0.101/23.688/96.822/32.594 ms