devopsjourney23 / my-srsproject-demo

Repo for my srsRAN Project demonstration
3 stars 0 forks source link

Cannot find device "tun_srsue" #3

Closed Shawn-cao741 closed 1 month ago

Shawn-cao741 commented 2 months ago

i input "ip netns exec ue1 ip route add default via 10.45.1.1 dev tun_srsue",it said i can not find device "tun_srsue"

devopsjourney23 commented 2 months ago

i input "ip netns exec ue1 ip route add default via 10.45.1.1 dev tun_srsue",it said i can not find device "tun_srsue"

It appears from your comment that you don't have any active session. Were you able to create UE session prior to running command?

Shawn-cao741 commented 2 months ago

i input "ip netns exec ue1 ip route add default via 10.45.1.1 dev tun_srsue",it said i can not find device "tun_srsue"

It appears from your comment that you don't have any active session. Were you able to create UE session prior to running command?

Yeah, I fund that i made a mistake in the config file. Thank u so much