mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
change network configuration for docker
This commit is contained in:
parent
9a86d4cb7c
commit
f1ad0b11ae
5 changed files with 5 additions and 16 deletions
|
|
@ -30,4 +30,4 @@ RUN apt-get update && \
|
|||
pkg-config && \
|
||||
apt-get clean
|
||||
|
||||
COPY nextepc /etc/network/interfaces.d/
|
||||
COPY setup.sh /root
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
auto pgwtun
|
||||
iface pgwtun inet static
|
||||
address 45.45.0.1
|
||||
netmask 255.255.0.0
|
||||
pre-up ip tuntap add name pgwtun mode tun
|
||||
post-down ip tuntap del name pgwtun mode tun
|
||||
iface pgwtun inet6 static
|
||||
address cafe::1
|
||||
netmask 64
|
||||
Loading…
Add table
Add a link
Reference in a new issue