From ba3bbe55c15e7b97791c3fd27aea849bd81a3c5c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 12 Feb 2010 22:26:45 +0100 Subject: [nat] Add configuration file for the bsc nat. --- openbsc/src/bsc-nat.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 openbsc/src/bsc-nat.cfg (limited to 'openbsc/src/bsc-nat.cfg') diff --git a/openbsc/src/bsc-nat.cfg b/openbsc/src/bsc-nat.cfg new file mode 100644 index 000000000..ebe5cc26b --- /dev/null +++ b/openbsc/src/bsc-nat.cfg @@ -0,0 +1,15 @@ +! +! BSC NAT configuration hand edited +! ! +password foo +! +line vty + no login +! +nat + bsc 0 + token zecke + location_area_code 3 + bsc 1 + token roch + location_area_code 4 -- cgit v1.2.3