howto/EdgeOS-Config.md
... ...
@@ -65,7 +65,7 @@ last thing to do is type exit
65 65
Set up Interface vtunX -- i used vtun0
66 66
67 67
configure
68
- set interface openssh vtun0
68
+ set interface openvpn vtun0
69 69
set interfaces openvpn vtun0 mode site-to-site
70 70
set interfaces openvpn vtun0 local-port 1194
71 71
set interfaces openvpn vtun0 remote-port 1194
... ...
@@ -104,7 +104,7 @@ With this step you create the basic bgp session
104 104
configure
105 105
set protocols bgp 111111 neighbor Z.Z.Z.Z remote-as 222222
106 106
set protocols bgp 111111 neighbor Z.Z.Z.Z soft-reconfiguration inbound
107
- set protocols bgp 111111 neighbor update-source 172.AA.AA.65
107
+ set protocols bgp 111111 neighbor Z.Z.Z.Z update-source 172.AA.AA.65
108 108
commit
109 109
save
110 110