3 // Copyright (c) 2003, 2004, 2005, 2006 Optus Internet Engineering
4 // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
11 #include <linux/if_tun.h>
15 #include <net/route.h>
18 #include <netinet/in.h>
19 #include <netinet/ip6.h>
25 #include <sys/ioctl.h>
26 #include <sys/socket.h>
29 #include <sys/resource.h>
37 #include <sys/sysinfo.h>
39 #include <linux/netlink.h>
40 #include <linux/rtnetlink.h>
47 #include "constants.h"
59 char * Vendor_name
= "Linux L2TPNS";
60 uint32_t call_serial_number
= 0;
63 configt
*config
= NULL
; // all configuration
64 int nlfd
= -1; // netlink socket
65 int tunfd
= -1; // tun interface file handle. (network device)
66 int udpfd
[MAX_UDPFD
+ 1] = INIT_TABUDPFD
; // array UDP file handle + 1 for lac udp
67 int udplacfd
= -1; // UDP LAC file handle
68 int controlfd
= -1; // Control signal handle
69 int clifd
= -1; // Socket listening for CLI connections.
70 int daefd
= -1; // Socket listening for DAE connections.
71 int snoopfd
= -1; // UDP file handle for sending out intercept data
72 int *radfds
= NULL
; // RADIUS requests file handles
73 int rand_fd
= -1; // Random data source
74 int cluster_sockfd
= -1; // Intra-cluster communications socket.
75 int epollfd
= -1; // event polling
76 time_t basetime
= 0; // base clock
77 char hostname
[MAXHOSTNAME
] = ""; // us.
78 int tunidx
; // ifr_ifindex of tun device
79 int nlseqnum
= 0; // netlink sequence number
80 int min_initok_nlseqnum
= 0; // minimun seq number for messages after init is ok
81 static int syslog_log
= 0; // are we logging to syslog
82 static FILE *log_stream
= 0; // file handle for direct logging (i.e. direct into file, not via syslog).
83 uint32_t last_id
= 0; // Unique ID for radius accounting
85 char guest_users
[10][32]; // Array of guest users
86 int guest_accounts_num
= 0; // Number of guest users
88 // calculated from config->l2tp_mtu
89 uint16_t MRU
= 0; // PPP MRU
90 uint16_t MSS
= 0; // TCP MSS
92 struct cli_session_actions
*cli_session_actions
= NULL
; // Pending session changes requested by CLI
93 struct cli_tunnel_actions
*cli_tunnel_actions
= NULL
; // Pending tunnel changes required by CLI
95 union iphash ip_hash
[256]; // Mapping from IP address to session structures.
99 struct ipv6radix
*branch
;
100 } ipv6_hash
[256]; // Mapping from IPv6 address to session structures.
103 static uint32_t udp_rx
= 0, udp_rx_pkt
= 0, udp_tx
= 0;
104 static uint32_t eth_rx
= 0, eth_rx_pkt
= 0;
107 static uint32_t ip_pool_size
= 1; // Size of the pool of addresses used for dynamic address allocation.
108 time_t time_now
= 0; // Current time in seconds since epoch.
109 uint64_t time_now_ms
= 0; // Current time in milliseconds since epoch.
110 static char time_now_string
[64] = {0}; // Current time as a string.
111 static int time_changed
= 0; // time_now changed
112 char main_quit
= 0; // True if we're in the process of exiting.
113 static char main_reload
= 0; // Re-load pending
114 linked_list
*loaded_plugins
;
115 linked_list
*plugins
[MAX_PLUGIN_TYPES
];
117 #define membersize(STRUCT, MEMBER) sizeof(((STRUCT *)0)->MEMBER)
118 #define CONFIG(NAME, MEMBER, TYPE) { NAME, offsetof(configt, MEMBER), membersize(configt, MEMBER), TYPE }
120 config_descriptt config_values
[] = {
121 CONFIG("debug", debug
, INT
),
122 CONFIG("log_file", log_filename
, STRING
),
123 CONFIG("pid_file", pid_file
, STRING
),
124 CONFIG("random_device", random_device
, STRING
),
125 CONFIG("l2tp_secret", l2tp_secret
, STRING
),
126 CONFIG("l2tp_mtu", l2tp_mtu
, INT
),
127 CONFIG("ppp_restart_time", ppp_restart_time
, INT
),
128 CONFIG("ppp_max_configure", ppp_max_configure
, INT
),
129 CONFIG("ppp_max_failure", ppp_max_failure
, INT
),
130 CONFIG("primary_dns", default_dns1
, IPv4
),
131 CONFIG("secondary_dns", default_dns2
, IPv4
),
132 CONFIG("primary_radius", radiusserver
[0], IPv4
),
133 CONFIG("secondary_radius", radiusserver
[1], IPv4
),
134 CONFIG("primary_radius_port", radiusport
[0], SHORT
),
135 CONFIG("secondary_radius_port", radiusport
[1], SHORT
),
136 CONFIG("radius_accounting", radius_accounting
, BOOL
),
137 CONFIG("radius_interim", radius_interim
, INT
),
138 CONFIG("radius_secret", radiussecret
, STRING
),
139 CONFIG("radius_authtypes", radius_authtypes_s
, STRING
),
140 CONFIG("radius_dae_port", radius_dae_port
, SHORT
),
141 CONFIG("radius_bind_min", radius_bind_min
, SHORT
),
142 CONFIG("radius_bind_max", radius_bind_max
, SHORT
),
143 CONFIG("allow_duplicate_users", allow_duplicate_users
, BOOL
),
144 CONFIG("kill_timedout_sessions", kill_timedout_sessions
, BOOL
),
145 CONFIG("guest_account", guest_user
, STRING
),
146 CONFIG("bind_address", bind_address
, IPv4
),
147 CONFIG("peer_address", peer_address
, IPv4
),
148 CONFIG("send_garp", send_garp
, BOOL
),
149 CONFIG("throttle_speed", rl_rate
, UNSIGNED_LONG
),
150 CONFIG("throttle_buckets", num_tbfs
, INT
),
151 CONFIG("accounting_dir", accounting_dir
, STRING
),
152 CONFIG("account_all_origin", account_all_origin
, BOOL
),
153 CONFIG("dump_speed", dump_speed
, BOOL
),
154 CONFIG("multi_read_count", multi_read_count
, INT
),
155 CONFIG("scheduler_fifo", scheduler_fifo
, BOOL
),
156 CONFIG("lock_pages", lock_pages
, BOOL
),
157 CONFIG("icmp_rate", icmp_rate
, INT
),
158 CONFIG("packet_limit", max_packets
, INT
),
159 CONFIG("cluster_address", cluster_address
, IPv4
),
160 CONFIG("cluster_interface", cluster_interface
, STRING
),
161 CONFIG("cluster_mcast_ttl", cluster_mcast_ttl
, INT
),
162 CONFIG("cluster_hb_interval", cluster_hb_interval
, INT
),
163 CONFIG("cluster_hb_timeout", cluster_hb_timeout
, INT
),
164 CONFIG("cluster_master_min_adv", cluster_master_min_adv
, INT
),
165 CONFIG("ipv6_prefix", ipv6_prefix
, IPv6
),
166 CONFIG("cli_bind_address", cli_bind_address
, IPv4
),
167 CONFIG("hostname", hostname
, STRING
),
169 CONFIG("nexthop_address", nexthop_address
, IPv4
),
170 CONFIG("nexthop6_address", nexthop6_address
, IPv6
),
172 CONFIG("echo_timeout", echo_timeout
, INT
),
173 CONFIG("idle_echo_timeout", idle_echo_timeout
, INT
),
174 CONFIG("iftun_address", iftun_address
, IPv4
),
175 CONFIG("tundevicename", tundevicename
, STRING
),
176 CONFIG("disable_lac_func", disable_lac_func
, BOOL
),
177 CONFIG("auth_tunnel_change_addr_src", auth_tunnel_change_addr_src
, BOOL
),
178 CONFIG("bind_address_remotelns", bind_address_remotelns
, IPv4
),
179 CONFIG("bind_portremotelns", bind_portremotelns
, SHORT
),
180 CONFIG("pppoe_if_to_bind", pppoe_if_to_bind
, STRING
),
181 CONFIG("pppoe_service_name", pppoe_service_name
, STRING
),
182 CONFIG("pppoe_ac_name", pppoe_ac_name
, STRING
),
183 CONFIG("disable_sending_hello", disable_sending_hello
, BOOL
),
184 CONFIG("disable_no_spoof", disable_no_spoof
, BOOL
),
185 CONFIG("bind_multi_address", bind_multi_address
, STRING
),
186 CONFIG("grp_txrate_average_time", grp_txrate_average_time
, INT
),
187 CONFIG("pppoe_only_equal_svc_name", pppoe_only_equal_svc_name
, BOOL
),
188 CONFIG("multi_hostname", multi_hostname
, STRING
),
192 static char *plugin_functions
[] = {
197 "plugin_new_session",
198 "plugin_kill_session",
200 "plugin_radius_response",
201 "plugin_radius_reset",
202 "plugin_radius_account",
203 "plugin_become_master",
204 "plugin_new_session_master",
207 #define max_plugin_functions (sizeof(plugin_functions) / sizeof(char *))
209 // Counters for shutdown sessions
210 static sessiont shut_acct
[8192];
211 static sessionidt shut_acct_n
= 0;
213 tunnelt
*tunnel
= NULL
; // Array of tunnel structures.
214 bundlet
*bundle
= NULL
; // Array of bundle structures.
215 fragmentationt
*frag
= NULL
; // Array of fragmentation structures.
216 sessiont
*session
= NULL
; // Array of session structures.
217 groupsesst
*grpsession
= NULL
; // Array of groupsesst structures.
218 sessionlocalt
*sess_local
= NULL
; // Array of local per-session counters.
219 radiust
*radius
= NULL
; // Array of radius structures.
220 ippoolt
*ip_address_pool
= NULL
; // Array of dynamic IP addresses.
221 ip_filtert
*ip_filters
= NULL
; // Array of named filters.
222 static controlt
*controlfree
= 0;
223 struct Tstats
*_statistics
= NULL
;
225 struct Tringbuffer
*ringbuffer
= NULL
;
228 static void uncache_ipmap(in_addr_t ip
);
229 static void cache_ipv6map(struct in6_addr ip
, int prefixlen
, sessionidt s
);
230 static void free_ip_address(sessionidt s
);
231 static void dump_acct_info(int all
);
232 static void sighup_handler(int sig
);
233 static void shutdown_handler(int sig
);
234 static void sigchild_handler(int sig
);
235 static void build_chap_response(uint8_t *challenge
, uint8_t id
, uint16_t challenge_length
, uint8_t **challenge_response
);
236 static void update_config(void);
237 static void read_config_file(void);
238 static void initplugins(void);
239 static int add_plugin(char *plugin_name
);
240 static int remove_plugin(char *plugin_name
);
241 static void plugins_done(void);
242 static void processcontrol(uint8_t *buf
, int len
, struct sockaddr_in
*addr
, int alen
, struct in_addr
*local
);
243 static tunnelidt
new_tunnel(void);
244 static void unhide_value(uint8_t *value
, size_t len
, uint16_t type
, uint8_t *vector
, size_t vec_len
);
245 static void bundleclear(bundleidt b
);
247 // return internal time (10ths since process startup), set f if given
248 // as a side-effect sets time_now, and time_changed
249 static clockt
now(double *f
)
253 if (f
) *f
= t
.tv_sec
+ t
.tv_usec
/ 1000000.0;
254 if (t
.tv_sec
!= time_now
)
261 // Time in milliseconds
262 // TODO FOR MLPPP DEV
263 //time_now_ms = (t.tv_sec * 1000) + (t.tv_usec/1000);
265 return (t
.tv_sec
- basetime
) * 10 + t
.tv_usec
/ 100000 + 1;
268 // work out a retry time based on try number
269 // This is a straight bounded exponential backoff.
270 // Maximum re-try time is 32 seconds. (2^5).
271 clockt
backoff(uint8_t try)
273 if (try > 5) try = 5; // max backoff
274 return now(NULL
) + 10 * (1 << try);
279 // Log a debug message. Typically called via the LOG macro
281 void _log(int level
, sessionidt s
, tunnelidt t
, const char *format
, ...)
283 static char message
[65536] = {0};
289 if (++ringbuffer
->tail
>= RINGBUFFER_SIZE
)
290 ringbuffer
->tail
= 0;
291 if (ringbuffer
->tail
== ringbuffer
->head
)
292 if (++ringbuffer
->head
>= RINGBUFFER_SIZE
)
293 ringbuffer
->head
= 0;
295 ringbuffer
->buffer
[ringbuffer
->tail
].level
= level
;
296 ringbuffer
->buffer
[ringbuffer
->tail
].session
= s
;
297 ringbuffer
->buffer
[ringbuffer
->tail
].tunnel
= t
;
298 va_start(ap
, format
);
299 vsnprintf(ringbuffer
->buffer
[ringbuffer
->tail
].message
, MAX_LOG_LENGTH
, format
, ap
);
304 if (config
->debug
< level
) return;
306 va_start(ap
, format
);
307 vsnprintf(message
, sizeof(message
), format
, ap
);
310 fprintf(log_stream
, "%s %02d/%02d %s", time_now_string
, t
, s
, message
);
312 syslog(level
+ 2, "%02d/%02d %s", t
, s
, message
); // We don't need LOG_EMERG or LOG_ALERT
317 void _log_hex(int level
, const char *title
, const uint8_t *data
, int maxsize
)
320 const uint8_t *d
= data
;
322 if (config
->debug
< level
) return;
324 // No support for _log_hex to syslog
327 _log(level
, 0, 0, "%s (%d bytes):\n", title
, maxsize
);
328 setvbuf(log_stream
, NULL
, _IOFBF
, 16384);
330 for (i
= 0; i
< maxsize
; )
332 fprintf(log_stream
, "%4X: ", i
);
333 for (j
= i
; j
< maxsize
&& j
< (i
+ 16); j
++)
335 fprintf(log_stream
, "%02X ", d
[j
]);
337 fputs(": ", log_stream
);
340 for (; j
< i
+ 16; j
++)
342 fputs(" ", log_stream
);
344 fputs(": ", log_stream
);
347 fputs(" ", log_stream
);
348 for (j
= i
; j
< maxsize
&& j
< (i
+ 16); j
++)
350 if (d
[j
] >= 0x20 && d
[j
] < 0x7f && d
[j
] != 0x20)
351 fputc(d
[j
], log_stream
);
353 fputc('.', log_stream
);
356 fputs(" ", log_stream
);
360 fputs("\n", log_stream
);
364 setbuf(log_stream
, NULL
);
368 // update a counter, accumulating 2^32 wraps
369 void increment_counter(uint32_t *counter
, uint32_t *wrap
, uint32_t delta
)
371 uint32_t new = *counter
+ delta
;
378 // initialise the random generator
379 static void initrandom(char *source
)
381 static char path
[sizeof(config
->random_device
)] = "*undefined*";
383 // reinitialise only if we are forced to do so or if the config has changed
384 if (source
&& !strncmp(path
, source
, sizeof(path
)))
387 // close previous source, if any
396 snprintf(path
, sizeof(path
), "%s", source
);
400 rand_fd
= open(path
, O_RDONLY
|O_NONBLOCK
);
402 LOG(0, 0, 0, "Error opening the random device %s: %s\n",
403 path
, strerror(errno
));
408 // fill buffer with random data
409 void random_data(uint8_t *buf
, int len
)
416 n
= read(rand_fd
, buf
, len
);
417 if (n
>= len
) return;
422 LOG(0, 0, 0, "Error reading from random source: %s\n",
425 // fall back to rand()
433 // append missing data
435 // not using the low order bits from the prng stream
436 buf
[n
++] = (rand() >> 4) & 0xff;
441 // This adds it to the routing table, advertises it
442 // via BGP if enabled, and stuffs it into the
443 // 'sessionbyip' cache.
445 // 'ip' must be in _host_ order.
447 static void routeset(sessionidt s
, in_addr_t ip
, int prefixlen
, in_addr_t gw
, int add
)
457 if (!prefixlen
) prefixlen
= 32;
459 ip
&= 0xffffffff << (32 - prefixlen
);; // Force the ip to be the first one in the route.
461 memset(&req
, 0, sizeof(req
));
465 req
.nh
.nlmsg_type
= RTM_NEWROUTE
;
466 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
| NLM_F_CREATE
| NLM_F_REPLACE
;
470 req
.nh
.nlmsg_type
= RTM_DELROUTE
;
471 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
;
474 req
.nh
.nlmsg_len
= NLMSG_LENGTH(sizeof(req
.rt
));
476 req
.rt
.rtm_family
= AF_INET
;
477 req
.rt
.rtm_dst_len
= prefixlen
;
478 req
.rt
.rtm_table
= RT_TABLE_MAIN
;
479 req
.rt
.rtm_protocol
= 42;
480 req
.rt
.rtm_scope
= RT_SCOPE_LINK
;
481 req
.rt
.rtm_type
= RTN_UNICAST
;
483 netlink_addattr(&req
.nh
, RTA_OIF
, &tunidx
, sizeof(int));
485 netlink_addattr(&req
.nh
, RTA_DST
, &n_ip
, sizeof(n_ip
));
489 netlink_addattr(&req
.nh
, RTA_GATEWAY
, &n_ip
, sizeof(n_ip
));
492 LOG(1, s
, session
[s
].tunnel
, "Route %s %s/%d%s%s\n", add
? "add" : "del",
493 fmtaddr(htonl(ip
), 0), prefixlen
,
494 gw
? " via" : "", gw
? fmtaddr(htonl(gw
), 2) : "");
496 if (netlink_send(&req
.nh
) < 0)
497 LOG(0, 0, 0, "routeset() error in sending netlink message: %s\n", strerror(errno
));
501 bgp_add_route(htonl(ip
), prefixlen
);
503 bgp_del_route(htonl(ip
), prefixlen
);
506 // Add/Remove the IPs to the 'sessionbyip' cache.
507 // Note that we add the zero address in the case of
508 // a network route. Roll on CIDR.
510 // Note that 's == 0' implies this is the address pool.
511 // We still cache it here, because it will pre-fill
512 // the malloc'ed tree.
516 if (!add
) // Are we deleting a route?
517 s
= 0; // Caching the session as '0' is the same as uncaching.
519 for (i
= ip
; i
< ip
+(1<<(32-prefixlen
)) ; ++i
)
524 void route6set(sessionidt s
, struct in6_addr ip
, int prefixlen
, int add
)
532 char ipv6addr
[INET6_ADDRSTRLEN
];
534 if (!config
->ipv6_prefix
.s6_addr
[0])
536 LOG(0, 0, 0, "Asked to set IPv6 route, but IPv6 not setup.\n");
540 memset(&req
, 0, sizeof(req
));
544 req
.nh
.nlmsg_type
= RTM_NEWROUTE
;
545 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
| NLM_F_CREATE
| NLM_F_REPLACE
;
549 req
.nh
.nlmsg_type
= RTM_DELROUTE
;
550 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
;
553 req
.nh
.nlmsg_len
= NLMSG_LENGTH(sizeof(req
.rt
));
555 req
.rt
.rtm_family
= AF_INET6
;
556 req
.rt
.rtm_dst_len
= prefixlen
;
557 req
.rt
.rtm_table
= RT_TABLE_MAIN
;
558 req
.rt
.rtm_protocol
= 42;
559 req
.rt
.rtm_scope
= RT_SCOPE_LINK
;
560 req
.rt
.rtm_type
= RTN_UNICAST
;
562 netlink_addattr(&req
.nh
, RTA_OIF
, &tunidx
, sizeof(int));
563 netlink_addattr(&req
.nh
, RTA_DST
, &ip
, sizeof(ip
));
565 netlink_addattr(&req
.nh
, RTA_METRICS
, &metric
, sizeof(metric
));
567 LOG(1, s
, session
[s
].tunnel
, "Route %s %s/%d\n",
569 inet_ntop(AF_INET6
, &ip
, ipv6addr
, INET6_ADDRSTRLEN
),
572 if (netlink_send(&req
.nh
) < 0)
573 LOG(0, 0, 0, "route6set() error in sending netlink message: %s\n", strerror(errno
));
577 bgp_add_route6(ip
, prefixlen
);
579 bgp_del_route6(ip
, prefixlen
);
584 if (!add
) // Are we deleting a route?
585 s
= 0; // Caching the session as '0' is the same as uncaching.
587 cache_ipv6map(ip
, prefixlen
, s
);
594 // Set up netlink socket
595 static void initnetlink(void)
597 struct sockaddr_nl nladdr
;
599 nlfd
= socket(AF_NETLINK
, SOCK_RAW
, NETLINK_ROUTE
);
602 LOG(0, 0, 0, "Can't create netlink socket: %s\n", strerror(errno
));
606 memset(&nladdr
, 0, sizeof(nladdr
));
607 nladdr
.nl_family
= AF_NETLINK
;
608 nladdr
.nl_pid
= getpid();
610 if (bind(nlfd
, (struct sockaddr
*)&nladdr
, sizeof(nladdr
)) < 0)
612 LOG(0, 0, 0, "Can't bind netlink socket: %s\n", strerror(errno
));
617 ssize_t
netlink_send(struct nlmsghdr
*nh
)
619 struct sockaddr_nl nladdr
;
623 nh
->nlmsg_pid
= getpid();
624 nh
->nlmsg_seq
= ++nlseqnum
;
626 // set kernel address
627 memset(&nladdr
, 0, sizeof(nladdr
));
628 nladdr
.nl_family
= AF_NETLINK
;
630 iov
= (struct iovec
){ (void *)nh
, nh
->nlmsg_len
};
631 msg
= (struct msghdr
){ (void *)&nladdr
, sizeof(nladdr
), &iov
, 1, NULL
, 0, 0 };
633 return sendmsg(nlfd
, &msg
, 0);
636 static ssize_t
netlink_recv(void *buf
, ssize_t len
)
638 struct sockaddr_nl nladdr
;
642 // set kernel address
643 memset(&nladdr
, 0, sizeof(nladdr
));
644 nladdr
.nl_family
= AF_NETLINK
;
646 iov
= (struct iovec
){ buf
, len
};
647 msg
= (struct msghdr
){ (void *)&nladdr
, sizeof(nladdr
), &iov
, 1, NULL
, 0, 0 };
649 return recvmsg(nlfd
, &msg
, 0);
652 /* adapted from iproute2 */
653 void netlink_addattr(struct nlmsghdr
*nh
, int type
, const void *data
, int alen
)
655 int len
= RTA_LENGTH(alen
);
658 rta
= (struct rtattr
*)(((void *)nh
) + NLMSG_ALIGN(nh
->nlmsg_len
));
659 rta
->rta_type
= type
;
661 memcpy(RTA_DATA(rta
), data
, alen
);
662 nh
->nlmsg_len
= NLMSG_ALIGN(nh
->nlmsg_len
) + RTA_ALIGN(len
);
665 // messages corresponding to different phases seq number
666 static char *tun_nl_phase_msg
[] = {
668 "getting tun interface index",
669 "setting tun interface parameters",
670 "setting tun IPv4 address",
671 "setting tun LL IPv6 address",
672 "setting tun global IPv6 address",
676 // Set up TUN interface
677 static void inittun(void)
681 memset(&ifr
, 0, sizeof(ifr
));
682 ifr
.ifr_flags
= IFF_TUN
;
684 tunfd
= open(TUNDEVICE
, O_RDWR
);
687 LOG(0, 0, 0, "Can't open %s: %s\n", TUNDEVICE
, strerror(errno
));
691 int flags
= fcntl(tunfd
, F_GETFL
, 0);
692 fcntl(tunfd
, F_SETFL
, flags
| O_NONBLOCK
);
695 if (*config
->tundevicename
)
696 strncpy(ifr
.ifr_name
, config
->tundevicename
, IFNAMSIZ
);
698 if (ioctl(tunfd
, TUNSETIFF
, (void *) &ifr
) < 0)
700 LOG(0, 0, 0, "Can't set tun interface: %s\n", strerror(errno
));
703 assert(strlen(ifr
.ifr_name
) < sizeof(config
->tundevicename
) - 1);
704 strncpy(config
->tundevicename
, ifr
.ifr_name
, sizeof(config
->tundevicename
));
706 tunidx
= if_nametoindex(config
->tundevicename
);
709 LOG(0, 0, 0, "Can't get tun interface index\n");
718 struct ifinfomsg ifinfo
;
719 struct ifaddrmsg ifaddr
;
721 char rtdata
[32]; // 32 should be enough
723 uint32_t txqlen
, mtu
;
726 memset(&req
, 0, sizeof(req
));
728 req
.nh
.nlmsg_type
= RTM_NEWLINK
;
729 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
| NLM_F_MULTI
;
730 req
.nh
.nlmsg_len
= NLMSG_LENGTH(sizeof(req
.ifmsg
.ifinfo
));
732 req
.ifmsg
.ifinfo
.ifi_family
= AF_UNSPEC
;
733 req
.ifmsg
.ifinfo
.ifi_index
= tunidx
;
734 req
.ifmsg
.ifinfo
.ifi_flags
|= IFF_UP
; // set interface up
735 req
.ifmsg
.ifinfo
.ifi_change
= IFF_UP
; // only change this flag
737 /* Bump up the qlen to deal with bursts from the network */
739 netlink_addattr(&req
.nh
, IFLA_TXQLEN
, &txqlen
, sizeof(txqlen
));
740 /* set MTU to modem MRU */
742 netlink_addattr(&req
.nh
, IFLA_MTU
, &mtu
, sizeof(mtu
));
744 if (netlink_send(&req
.nh
) < 0)
747 memset(&req
, 0, sizeof(req
));
749 req
.nh
.nlmsg_type
= RTM_NEWADDR
;
750 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
| NLM_F_CREATE
| NLM_F_REPLACE
| NLM_F_MULTI
;
751 req
.nh
.nlmsg_len
= NLMSG_LENGTH(sizeof(req
.ifmsg
.ifaddr
));
753 req
.ifmsg
.ifaddr
.ifa_family
= AF_INET
;
754 req
.ifmsg
.ifaddr
.ifa_prefixlen
= 32;
755 req
.ifmsg
.ifaddr
.ifa_scope
= RT_SCOPE_UNIVERSE
;
756 req
.ifmsg
.ifaddr
.ifa_index
= tunidx
;
758 if (config
->nbmultiaddress
> 1)
761 for (i
= 0; i
< config
->nbmultiaddress
; i
++)
763 ip
= config
->iftun_n_address
[i
];
764 netlink_addattr(&req
.nh
, IFA_LOCAL
, &ip
, sizeof(ip
));
765 if (netlink_send(&req
.nh
) < 0)
771 if (config
->iftun_address
)
772 ip
= config
->iftun_address
;
774 ip
= 0x01010101; // 1.1.1.1
775 netlink_addattr(&req
.nh
, IFA_LOCAL
, &ip
, sizeof(ip
));
777 if (netlink_send(&req
.nh
) < 0)
783 // Only setup IPv6 on the tun device if we have a configured prefix
784 if (config
->ipv6_prefix
.s6_addr
[0]) {
787 memset(&req
, 0, sizeof(req
));
789 req
.nh
.nlmsg_type
= RTM_NEWADDR
;
790 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
| NLM_F_CREATE
| NLM_F_REPLACE
| NLM_F_MULTI
;
791 req
.nh
.nlmsg_len
= NLMSG_LENGTH(sizeof(req
.ifmsg
.ifaddr
));
793 req
.ifmsg
.ifaddr
.ifa_family
= AF_INET6
;
794 req
.ifmsg
.ifaddr
.ifa_prefixlen
= 64;
795 req
.ifmsg
.ifaddr
.ifa_scope
= RT_SCOPE_LINK
;
796 req
.ifmsg
.ifaddr
.ifa_index
= tunidx
;
798 // Link local address is FE80::1
799 memset(&ip6
, 0, sizeof(ip6
));
800 ip6
.s6_addr
[0] = 0xFE;
801 ip6
.s6_addr
[1] = 0x80;
803 netlink_addattr(&req
.nh
, IFA_LOCAL
, &ip6
, sizeof(ip6
));
805 if (netlink_send(&req
.nh
) < 0)
808 memset(&req
, 0, sizeof(req
));
810 req
.nh
.nlmsg_type
= RTM_NEWADDR
;
811 req
.nh
.nlmsg_flags
= NLM_F_REQUEST
| NLM_F_CREATE
| NLM_F_REPLACE
| NLM_F_MULTI
;
812 req
.nh
.nlmsg_len
= NLMSG_LENGTH(sizeof(req
.ifmsg
.ifaddr
));
814 req
.ifmsg
.ifaddr
.ifa_family
= AF_INET6
;
815 req
.ifmsg
.ifaddr
.ifa_prefixlen
= 64;
816 req
.ifmsg
.ifaddr
.ifa_scope
= RT_SCOPE_UNIVERSE
;
817 req
.ifmsg
.ifaddr
.ifa_index
= tunidx
;
819 // Global address is prefix::1
820 ip6
= config
->ipv6_prefix
;
822 netlink_addattr(&req
.nh
, IFA_LOCAL
, &ip6
, sizeof(ip6
));
824 if (netlink_send(&req
.nh
) < 0)
828 memset(&req
, 0, sizeof(req
));
830 req
.nh
.nlmsg_type
= NLMSG_DONE
;
831 req
.nh
.nlmsg_len
= NLMSG_LENGTH(0);
833 if (netlink_send(&req
.nh
) < 0)
836 // if we get an error for seqnum < min_initok_nlseqnum,
837 // we must exit as initialization went wrong
838 if (config
->ipv6_prefix
.s6_addr
[0])
839 min_initok_nlseqnum
= 5 + 1; // idx + if + addr + 2*addr6
841 min_initok_nlseqnum
= 3 + 1; // idx + if + addr
847 LOG(0, 0, 0, "Error while setting up tun device: %s\n", strerror(errno
));
851 // set up LAC UDP ports
852 static void initlacudp(void)
855 struct sockaddr_in addr
;
857 // Tunnel to Remote LNS
858 memset(&addr
, 0, sizeof(addr
));
859 addr
.sin_family
= AF_INET
;
860 addr
.sin_port
= htons(config
->bind_portremotelns
);
861 addr
.sin_addr
.s_addr
= config
->bind_address_remotelns
;
862 udplacfd
= socket(AF_INET
, SOCK_DGRAM
, IPPROTO_UDP
);
863 setsockopt(udplacfd
, SOL_SOCKET
, SO_REUSEADDR
, &on
, sizeof(on
));
865 int flags
= fcntl(udplacfd
, F_GETFL
, 0);
866 fcntl(udplacfd
, F_SETFL
, flags
| O_NONBLOCK
);
868 if (bind(udplacfd
, (struct sockaddr
*) &addr
, sizeof(addr
)) < 0)
870 LOG(0, 0, 0, "Error in UDP REMOTE LNS bind: %s\n", strerror(errno
));
875 // set up control ports
876 static void initcontrol(void)
879 struct sockaddr_in addr
;
882 memset(&addr
, 0, sizeof(addr
));
883 addr
.sin_family
= AF_INET
;
884 addr
.sin_port
= htons(NSCTL_PORT
);
885 controlfd
= socket(AF_INET
, SOCK_DGRAM
, IPPROTO_UDP
);
886 setsockopt(controlfd
, SOL_SOCKET
, SO_REUSEADDR
, &on
, sizeof(on
));
887 setsockopt(controlfd
, SOL_IP
, IP_PKTINFO
, &on
, sizeof(on
)); // recvfromto
888 if (bind(controlfd
, (struct sockaddr
*) &addr
, sizeof(addr
)) < 0)
890 LOG(0, 0, 0, "Error in control bind: %s\n", strerror(errno
));
895 // set up Dynamic Authorization Extensions to RADIUS port
896 static void initdae(void)
899 struct sockaddr_in addr
;
901 // Dynamic Authorization Extensions to RADIUS
902 memset(&addr
, 0, sizeof(addr
));
903 addr
.sin_family
= AF_INET
;
904 addr
.sin_port
= htons(config
->radius_dae_port
);
905 daefd
= socket(AF_INET
, SOCK_DGRAM
, IPPROTO_UDP
);
906 setsockopt(daefd
, SOL_SOCKET
, SO_REUSEADDR
, &on
, sizeof(on
));
907 setsockopt(daefd
, SOL_IP
, IP_PKTINFO
, &on
, sizeof(on
)); // recvfromto
908 if (bind(daefd
, (struct sockaddr
*) &addr
, sizeof(addr
)) < 0)
910 LOG(0, 0, 0, "Error in DAE bind: %s\n", strerror(errno
));
916 static void initudp(int * pudpfd
, in_addr_t ip_bind
)
919 struct sockaddr_in addr
;
922 memset(&addr
, 0, sizeof(addr
));
923 addr
.sin_family
= AF_INET
;
924 addr
.sin_port
= htons(L2TPPORT
);
925 addr
.sin_addr
.s_addr
= ip_bind
;
926 (*pudpfd
) = socket(AF_INET
, SOCK_DGRAM
, IPPROTO_UDP
);
927 setsockopt((*pudpfd
), SOL_SOCKET
, SO_REUSEADDR
, &on
, sizeof(on
));
929 int flags
= fcntl((*pudpfd
), F_GETFL
, 0);
930 fcntl((*pudpfd
), F_SETFL
, flags
| O_NONBLOCK
);
932 if (bind((*pudpfd
), (struct sockaddr
*) &addr
, sizeof(addr
)) < 0)
934 LOG(0, 0, 0, "Error in UDP bind: %s\n", strerror(errno
));
940 // Find session by IP, < 1 for not found
942 // Confusingly enough, this 'ip' must be
943 // in _network_ order. This being the common
944 // case when looking it up from IP packet headers.
946 // We actually use this cache for two things.
947 // #1. For used IP addresses, this maps to the
948 // session ID that it's used by.
949 // #2. For un-used IP addresses, this maps to the
950 // index into the pool table that contains that
954 static sessionidt
lookup_ipmap(in_addr_t ip
)
956 uint8_t *a
= (uint8_t *) &ip
;
957 union iphash
*h
= ip_hash
;
959 if (!(h
= h
[*a
++].idx
)) return 0;
960 if (!(h
= h
[*a
++].idx
)) return 0;
961 if (!(h
= h
[*a
++].idx
)) return 0;
966 static sessionidt
lookup_ipv6map(struct in6_addr ip
)
968 struct ipv6radix
*curnode
;
971 char ipv6addr
[INET6_ADDRSTRLEN
];
973 curnode
= &ipv6_hash
[ip
.s6_addr
[0]];
977 while (s
== 0 && i
< 15 && curnode
->branch
!= NULL
)
979 curnode
= &curnode
->branch
[ip
.s6_addr
[i
]];
984 LOG(4, s
, session
[s
].tunnel
, "Looking up address %s and got %d\n",
985 inet_ntop(AF_INET6
, &ip
, ipv6addr
,
992 sessionidt
sessionbyip(in_addr_t ip
)
994 sessionidt s
= lookup_ipmap(ip
);
997 if (s
> 0 && s
< MAXSESSION
&& session
[s
].opened
)
1003 sessionidt
sessionbyipv6(struct in6_addr ip
)
1006 CSTAT(sessionbyipv6
);
1008 if (!memcmp(&config
->ipv6_prefix
, &ip
, 8) ||
1009 (ip
.s6_addr
[0] == 0xFE &&
1010 ip
.s6_addr
[1] == 0x80 &&
1011 ip
.s6_addr16
[1] == 0 &&
1012 ip
.s6_addr16
[2] == 0 &&
1013 ip
.s6_addr16
[3] == 0)) {
1014 s
= lookup_ipmap(*(in_addr_t
*) &ip
.s6_addr
[8]);
1016 s
= lookup_ipv6map(ip
);
1019 if (s
> 0 && s
< MAXSESSION
&& session
[s
].opened
)
1026 // Take an IP address in HOST byte order and
1027 // add it to the sessionid by IP cache.
1029 // (It's actually cached in network order)
1031 void cache_ipmap(in_addr_t ip
, sessionidt s
)
1033 in_addr_t nip
= htonl(ip
); // MUST be in network order. I.e. MSB must in be ((char *) (&ip))[0]
1034 uint8_t *a
= (uint8_t *) &nip
;
1035 union iphash
*h
= ip_hash
;
1038 for (i
= 0; i
< 3; i
++)
1040 if (!(h
[a
[i
]].idx
|| (h
[a
[i
]].idx
= calloc(256, sizeof(union iphash
)))))
1049 LOG(4, s
, session
[s
].tunnel
, "Caching ip address %s\n", fmtaddr(nip
, 0));
1052 LOG(4, 0, 0, "Un-caching ip address %s\n", fmtaddr(nip
, 0));
1053 // else a map to an ip pool index.
1056 static void uncache_ipmap(in_addr_t ip
)
1058 cache_ipmap(ip
, 0); // Assign it to the NULL session.
1061 static void cache_ipv6map(struct in6_addr ip
, int prefixlen
, sessionidt s
)
1065 struct ipv6radix
*curnode
;
1066 char ipv6addr
[INET6_ADDRSTRLEN
];
1068 curnode
= &ipv6_hash
[ip
.s6_addr
[0]];
1070 bytes
= prefixlen
>> 3;
1073 if (curnode
->branch
== NULL
)
1075 if (!(curnode
->branch
= calloc(256,
1076 sizeof (struct ipv6radix
))))
1079 curnode
= &curnode
->branch
[ip
.s6_addr
[i
]];
1086 LOG(4, s
, session
[s
].tunnel
, "Caching ip address %s/%d\n",
1087 inet_ntop(AF_INET6
, &ip
, ipv6addr
,
1091 LOG(4, 0, 0, "Un-caching ip address %s/%d\n",
1092 inet_ntop(AF_INET6
, &ip
, ipv6addr
,
1098 // CLI list to dump current ipcache.
1100 int cmd_show_ipcache(struct cli_def
*cli
, char *command
, char **argv
, int argc
)
1102 union iphash
*d
= ip_hash
, *e
, *f
, *g
;
1106 if (CLI_HELP_REQUESTED
)
1107 return CLI_HELP_NO_ARGS
;
1109 cli_print(cli
, "%7s %s", "Sess#", "IP Address");
1111 for (i
= 0; i
< 256; ++i
)
1117 for (j
= 0; j
< 256; ++j
)
1123 for (k
= 0; k
< 256; ++k
)
1129 for (l
= 0; l
< 256; ++l
)
1134 cli_print(cli
, "%7d %d.%d.%d.%d", g
[l
].sess
, i
, j
, k
, l
);
1140 cli_print(cli
, "%d entries in cache", count
);
1145 // Find session by username, 0 for not found
1146 // walled garden users aren't authenticated, so the username is
1147 // reasonably useless. Ignore them to avoid incorrect actions
1149 // This is VERY inefficent. Don't call it often. :)
1151 sessionidt
sessionbyuser(char *username
)
1154 CSTAT(sessionbyuser
);
1156 for (s
= 1; s
<= config
->cluster_highest_sessionid
; ++s
)
1158 if (!session
[s
].opened
)
1161 if (session
[s
].walled_garden
)
1162 continue; // Skip walled garden users.
1164 if (!strncmp(session
[s
].user
, username
, 128))
1168 return 0; // Not found.
1171 void send_garp(in_addr_t ip
)
1177 s
= socket(PF_INET
, SOCK_DGRAM
, 0);
1180 LOG(0, 0, 0, "Error creating socket for GARP: %s\n", strerror(errno
));
1183 memset(&ifr
, 0, sizeof(ifr
));
1184 strncpy(ifr
.ifr_name
, "eth0", sizeof(ifr
.ifr_name
) - 1);
1185 if (ioctl(s
, SIOCGIFHWADDR
, &ifr
) < 0)
1187 LOG(0, 0, 0, "Error getting eth0 hardware address for GARP: %s\n", strerror(errno
));
1191 memcpy(mac
, &ifr
.ifr_hwaddr
.sa_data
, 6*sizeof(char));
1192 if (ioctl(s
, SIOCGIFINDEX
, &ifr
) < 0)
1194 LOG(0, 0, 0, "Error getting eth0 interface index for GARP: %s\n", strerror(errno
));
1199 sendarp(ifr
.ifr_ifindex
, mac
, ip
);
1202 static sessiont
*sessiontbysessionidt(sessionidt s
)
1204 if (!s
|| s
>= MAXSESSION
) return NULL
;
1208 static sessionidt
sessionidtbysessiont(sessiont
*s
)
1210 sessionidt val
= s
-session
;
1211 if (s
< session
|| val
>= MAXSESSION
) return 0;
1215 // actually send a control message for a specific tunnel
1216 void tunnelsend(uint8_t * buf
, uint16_t l
, tunnelidt t
)
1218 struct sockaddr_in addr
;
1224 LOG(0, 0, t
, "tunnelsend called with 0 as tunnel id\n");
1225 STAT(tunnel_tx_errors
);
1229 if (t
== TUNNEL_ID_PPPOE
)
1231 pppoe_sess_send(buf
, l
, t
);
1237 LOG(1, 0, t
, "Error sending data out tunnel: no remote endpoint (tunnel not set up)\n");
1238 STAT(tunnel_tx_errors
);
1242 memset(&addr
, 0, sizeof(addr
));
1243 addr
.sin_family
= AF_INET
;
1244 *(uint32_t *) & addr
.sin_addr
= htonl(tunnel
[t
].ip
);
1245 addr
.sin_port
= htons(tunnel
[t
].port
);
1247 // sequence expected, if sequence in message
1248 if (*buf
& 0x08) *(uint16_t *) (buf
+ ((*buf
& 0x40) ? 10 : 8)) = htons(tunnel
[t
].nr
);
1250 // If this is a control message, deal with retries
1253 tunnel
[t
].last
= time_now
; // control message sent
1254 tunnel
[t
].retry
= backoff(tunnel
[t
].try); // when to resend
1257 STAT(tunnel_retries
);
1258 LOG(3, 0, t
, "Control message resend try %d\n", tunnel
[t
].try);
1262 if (sendto(udpfd
[tunnel
[t
].indexudp
], buf
, l
, 0, (void *) &addr
, sizeof(addr
)) < 0)
1264 LOG(0, ntohs((*(uint16_t *) (buf
+ 6))), t
, "Error sending data out tunnel: %s (udpfd=%d, buf=%p, len=%d, dest=%s)\n",
1265 strerror(errno
), udpfd
[tunnel
[t
].indexudp
], buf
, l
, inet_ntoa(addr
.sin_addr
));
1266 STAT(tunnel_tx_errors
);
1270 LOG_HEX(5, "Send Tunnel Data", buf
, l
);
1271 STAT(tunnel_tx_packets
);
1272 INC_STAT(tunnel_tx_bytes
, l
);
1276 // Tiny helper function to write data to
1277 // the 'tun' device.
1279 int tun_write(uint8_t * data
, int size
)
1281 return write(tunfd
, data
, size
);
1284 // adjust tcp mss to avoid fragmentation (called only for tcp packets with syn set)
1285 void adjust_tcp_mss(sessionidt s
, tunnelidt t
, uint8_t *buf
, int len
, uint8_t *tcp
)
1287 int d
= (tcp
[12] >> 4) * 4;
1294 if ((tcp
[13] & 0x3f) & ~(TCP_FLAG_SYN
|TCP_FLAG_ACK
)) // only want SYN and SYN,ACK
1297 if (tcp
+ d
> buf
+ len
) // short?
1305 if (*opts
== 2 && opts
[1] == 4) // mss option (2), length 4
1308 if (mss
+ 2 > data
) return; // short?
1312 if (*opts
== 0) return; // end of options
1313 if (*opts
== 1 || !opts
[1]) // no op (one byte), or no length (prevent loop)
1316 opts
+= opts
[1]; // skip over option
1319 if (!mss
) return; // not found
1320 orig
= ntohs(*(uint16_t *) mss
);
1322 if (orig
<= MSS
) return; // mss OK
1324 LOG(5, s
, t
, "TCP: %s:%u -> %s:%u SYN%s: adjusted mss from %u to %u\n",
1325 fmtaddr(*(in_addr_t
*) (buf
+ 12), 0), ntohs(*(uint16_t *) tcp
),
1326 fmtaddr(*(in_addr_t
*) (buf
+ 16), 1), ntohs(*(uint16_t *) (tcp
+ 2)),
1327 (tcp
[13] & TCP_FLAG_ACK
) ? ",ACK" : "", orig
, MSS
);
1330 *(int16_t *) mss
= htons(MSS
);
1332 // adjust checksum (see rfc1141)
1333 sum
= orig
+ (~MSS
& 0xffff);
1334 sum
+= ntohs(*(uint16_t *) (tcp
+ 16));
1335 sum
= (sum
& 0xffff) + (sum
>> 16);
1336 *(uint16_t *) (tcp
+ 16) = htons(sum
+ (sum
>> 16));
1339 void processmpframe(sessionidt s
, tunnelidt t
, uint8_t *p
, uint16_t l
, uint8_t extra
)
1343 // Skip the four extra bytes
1355 proto
= ntohs(*(uint16_t *) p
);
1363 LOG(4, s
, t
, "MPPP: Session %d is closing. Don't process PPP packets\n", s
);
1364 return; // closing session, PPP not processed
1366 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
1367 processipin(s
, t
, p
, l
);
1369 else if (proto
== PPPIPV6
&& config
->ipv6_prefix
.s6_addr
[0])
1373 LOG(4, s
, t
, "MPPP: Session %d is closing. Don't process PPP packets\n", s
);
1374 return; // closing session, PPP not processed
1377 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
1378 processipv6in(s
, t
, p
, l
);
1380 else if (proto
== PPPIPCP
)
1382 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
1383 processipcp(s
, t
, p
, l
);
1385 else if (proto
== PPPCCP
)
1387 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
1388 processccp(s
, t
, p
, l
);
1392 LOG(2, s
, t
, "MPPP: Unsupported MP protocol 0x%04X received\n",proto
);
1396 static void update_session_out_stat(sessionidt s
, sessiont
*sp
, int len
)
1398 increment_counter(&sp
->cout
, &sp
->cout_wrap
, len
); // byte count
1399 sp
->cout_delta
+= len
;
1401 sp
->last_data
= time_now
;
1403 sess_local
[s
].cout
+= len
; // To send to master..
1404 sess_local
[s
].pout
++;
1407 // process outgoing (to tunnel) IP
1409 // (i.e. this routine writes to data[-8]).
1410 void processipout(uint8_t *buf
, int len
)
1418 uint8_t *data
= buf
; // Keep a copy of the originals.
1421 uint8_t fragbuf
[MAXETHER
+ 20];
1423 CSTAT(processipout
);
1425 if (len
< MIN_IP_SIZE
)
1427 LOG(1, 0, 0, "Short IP, %d bytes\n", len
);
1428 STAT(tun_rx_errors
);
1431 if (len
>= MAXETHER
)
1433 LOG(1, 0, 0, "Oversize IP packet %d bytes\n", len
);
1434 STAT(tun_rx_errors
);
1438 // Skip the tun header
1442 // Got an IP header now
1443 if (*(uint8_t *)(buf
) >> 4 != 4)
1445 LOG(1, 0, 0, "IP: Don't understand anything except IPv4\n");
1449 ip
= *(uint32_t *)(buf
+ 16);
1450 if ((g
= grp_groupbyip(ip
)))
1452 s
= grp_getnextsession(g
, ip
);
1455 // Is this a packet for a session that doesn't exist?
1456 static int rate
= 0; // Number of ICMP packets we've sent this second.
1457 static int last
= 0; // Last time we reset the ICMP packet counter 'rate'.
1459 if (last
!= time_now
)
1465 if (rate
++ < config
->icmp_rate
) // Only send a max of icmp_rate per second.
1467 LOG(4, 0, 0, "IP: Sending ICMP host unreachable to %s\n", fmtaddr(*(in_addr_t
*)(buf
+ 12), 0));
1468 host_unreachable(*(in_addr_t
*)(buf
+ 12), *(uint16_t *)(buf
+ 4),
1469 config
->bind_address
? config
->bind_address
: my_address
, buf
, len
);
1474 else if (!(s
= sessionbyip(ip
)))
1476 // Is this a packet for a session that doesn't exist?
1477 static int rate
= 0; // Number of ICMP packets we've sent this second.
1478 static int last
= 0; // Last time we reset the ICMP packet counter 'rate'.
1480 if (last
!= time_now
)
1486 if (rate
++ < config
->icmp_rate
) // Only send a max of icmp_rate per second.
1488 LOG(4, 0, 0, "IP: Sending ICMP host unreachable to %s\n", fmtaddr(*(in_addr_t
*)(buf
+ 12), 0));
1489 host_unreachable(*(in_addr_t
*)(buf
+ 12), *(uint16_t *)(buf
+ 4),
1490 config
->bind_address
? config
->bind_address
: my_address
, buf
, len
);
1495 t
= session
[s
].tunnel
;
1496 if (len
> session
[s
].mru
|| (session
[s
].mrru
&& len
> session
[s
].mrru
))
1498 LOG(3, s
, t
, "Packet size more than session MRU\n");
1504 // DoS prevention: enforce a maximum number of packets per 0.1s for a session
1505 if (config
->max_packets
> 0)
1507 if (sess_local
[s
].last_packet_out
== TIME
)
1509 int max
= config
->max_packets
;
1511 // All packets for throttled sessions are handled by the
1512 // master, so further limit by using the throttle rate.
1513 // A bit of a kludge, since throttle rate is in kbps,
1514 // but should still be generous given our average DSL
1515 // packet size is 200 bytes: a limit of 28kbps equates
1516 // to around 180 packets per second.
1517 if (!config
->cluster_iam_master
&& sp
->throttle_out
&& sp
->throttle_out
< max
)
1518 max
= sp
->throttle_out
;
1520 if (++sess_local
[s
].packets_out
> max
)
1522 sess_local
[s
].packets_dropped
++;
1528 if (sess_local
[s
].packets_dropped
)
1530 INC_STAT(tun_rx_dropped
, sess_local
[s
].packets_dropped
);
1531 LOG(3, s
, t
, "Dropped %u/%u packets to %s for %suser %s\n",
1532 sess_local
[s
].packets_dropped
, sess_local
[s
].packets_out
,
1533 fmtaddr(ip
, 0), sp
->throttle_out
? "throttled " : "",
1537 sess_local
[s
].last_packet_out
= TIME
;
1538 sess_local
[s
].packets_out
= 1;
1539 sess_local
[s
].packets_dropped
= 0;
1543 // run access-list if any
1544 if (session
[s
].filter_out
&& !ip_filter(buf
, len
, session
[s
].filter_out
- 1))
1547 // adjust MSS on SYN and SYN,ACK packets with options
1548 if ((ntohs(*(uint16_t *) (buf
+ 6)) & 0x1fff) == 0 && buf
[9] == IPPROTO_TCP
) // first tcp fragment
1550 int ihl
= (buf
[0] & 0xf) * 4; // length of IP header
1551 if (len
>= ihl
+ 20 && (buf
[ihl
+ 13] & TCP_FLAG_SYN
) && ((buf
[ihl
+ 12] >> 4) > 5))
1552 adjust_tcp_mss(s
, t
, buf
, len
, buf
+ ihl
);
1557 // Are we throttling this session?
1558 if (config
->cluster_iam_master
)
1559 tbf_queue_packet(sp
->tbf_out
, data
, size
);
1561 master_throttle_packet(sp
->tbf_out
, data
, size
);
1565 if (sp
->walled_garden
&& !config
->cluster_iam_master
)
1567 // We are walled-gardening this
1568 master_garden_packet(s
, data
, size
);
1572 if(session
[s
].bundle
!= 0 && bundle
[session
[s
].bundle
].num_of_links
> 1)
1575 if (!config
->cluster_iam_master
)
1577 // The MPPP packets must be managed by the Master.
1578 master_forward_mppp_packet(s
, data
, size
);
1582 // Add on L2TP header
1583 sessionidt members
[MAXBUNDLESES
];
1584 bundleidt bid
= session
[s
].bundle
;
1585 bundlet
*b
= &bundle
[bid
];
1586 uint32_t num_of_links
, nb_opened
;
1589 num_of_links
= b
->num_of_links
;
1591 for (i
= 0;i
< num_of_links
;i
++)
1594 if (session
[s
].ppp
.lcp
== Opened
)
1596 members
[nb_opened
] = s
;
1603 LOG(3, s
, t
, "MPPP: PROCESSIPOUT ERROR, no session opened in bundle:%d\n", bid
);
1607 num_of_links
= nb_opened
;
1608 b
->current_ses
= (b
->current_ses
+ 1) % num_of_links
;
1609 s
= members
[b
->current_ses
];
1610 t
= session
[s
].tunnel
;
1612 LOG(4, s
, t
, "MPPP: (1)Session number becomes: %d\n", s
);
1614 if (num_of_links
> 1)
1616 if(len
> MINFRAGLEN
)
1618 //for rotate traffic among the member links
1619 uint32_t divisor
= num_of_links
;
1621 divisor
= divisor
/2 + (divisor
& 1);
1623 // Partition the packet to "num_of_links" fragments
1624 uint32_t fraglen
= len
/ divisor
;
1625 uint32_t last_fraglen
= fraglen
+ len
% divisor
;
1626 uint32_t remain
= len
;
1628 // send the first packet
1629 uint8_t *p
= makeppp(fragbuf
, sizeof(fragbuf
), buf
, fraglen
, s
, t
, PPPIP
, 0, bid
, MP_BEGIN
);
1631 tunnelsend(fragbuf
, fraglen
+ (p
-fragbuf
), t
); // send it...
1634 update_session_out_stat(s
, sp
, fraglen
);
1637 while (remain
> last_fraglen
)
1639 b
->current_ses
= (b
->current_ses
+ 1) % num_of_links
;
1640 s
= members
[b
->current_ses
];
1641 t
= session
[s
].tunnel
;
1643 LOG(4, s
, t
, "MPPP: (2)Session number becomes: %d\n", s
);
1644 p
= makeppp(fragbuf
, sizeof(fragbuf
), buf
+(len
- remain
), fraglen
, s
, t
, PPPIP
, 0, bid
, 0);
1646 tunnelsend(fragbuf
, fraglen
+ (p
-fragbuf
), t
); // send it...
1647 update_session_out_stat(s
, sp
, fraglen
);
1650 // send the last fragment
1651 b
->current_ses
= (b
->current_ses
+ 1) % num_of_links
;
1652 s
= members
[b
->current_ses
];
1653 t
= session
[s
].tunnel
;
1655 LOG(4, s
, t
, "MPPP: (2)Session number becomes: %d\n", s
);
1656 p
= makeppp(fragbuf
, sizeof(fragbuf
), buf
+(len
- remain
), remain
, s
, t
, PPPIP
, 0, bid
, MP_END
);
1658 tunnelsend(fragbuf
, remain
+ (p
-fragbuf
), t
); // send it...
1659 update_session_out_stat(s
, sp
, remain
);
1660 if (remain
!= last_fraglen
)
1661 LOG(3, s
, t
, "PROCESSIPOUT ERROR REMAIN != LAST_FRAGLEN, %d != %d\n", remain
, last_fraglen
);
1665 // Send it as one frame
1666 uint8_t *p
= makeppp(fragbuf
, sizeof(fragbuf
), buf
, len
, s
, t
, PPPIP
, 0, bid
, MP_BOTH_BITS
);
1668 tunnelsend(fragbuf
, len
+ (p
-fragbuf
), t
); // send it...
1669 LOG(4, s
, t
, "MPPP: packet sent as one frame\n");
1670 update_session_out_stat(s
, sp
, len
);
1675 // Send it as one frame (NO MPPP Frame)
1676 uint8_t *p
= opt_makeppp(buf
, len
, s
, t
, PPPIP
, 0, 0, 0);
1677 tunnelsend(p
, len
+ (buf
-p
), t
); // send it...
1678 update_session_out_stat(s
, sp
, len
);
1683 uint8_t *p
= opt_makeppp(buf
, len
, s
, t
, PPPIP
, 0, 0, 0);
1684 tunnelsend(p
, len
+ (buf
-p
), t
); // send it...
1685 update_session_out_stat(s
, sp
, len
);
1688 // Snooping this session, send it to intercept box
1689 if (sp
->snoop_ip
&& sp
->snoop_port
)
1690 snoop_send_packet(buf
, len
, sp
->snoop_ip
, sp
->snoop_port
);
1695 // process outgoing (to tunnel) IPv6
1697 static void processipv6out(uint8_t * buf
, int len
)
1703 struct in6_addr ip6
;
1705 uint8_t *data
= buf
; // Keep a copy of the originals.
1708 uint8_t b
[MAXETHER
+ 20];
1710 CSTAT(processipv6out
);
1712 if (len
< MIN_IP_SIZE
)
1714 LOG(1, 0, 0, "Short IPv6, %d bytes\n", len
);
1715 STAT(tunnel_tx_errors
);
1718 if (len
>= MAXETHER
)
1720 LOG(1, 0, 0, "Oversize IPv6 packet %d bytes\n", len
);
1721 STAT(tunnel_tx_errors
);
1725 // Skip the tun header
1729 // Got an IP header now
1730 if (*(uint8_t *)(buf
) >> 4 != 6)
1732 LOG(1, 0, 0, "IP: Don't understand anything except IPv6\n");
1736 ip6
= *(struct in6_addr
*)(buf
+24);
1737 s
= sessionbyipv6(ip6
);
1741 ip
= *(uint32_t *)(buf
+ 32);
1742 s
= sessionbyip(ip
);
1747 // Is this a packet for a session that doesn't exist?
1748 static int rate
= 0; // Number of ICMP packets we've sent this second.
1749 static int last
= 0; // Last time we reset the ICMP packet counter 'rate'.
1751 if (last
!= time_now
)
1757 if (rate
++ < config
->icmp_rate
) // Only send a max of icmp_rate per second.
1759 // FIXME: Should send icmp6 host unreachable
1763 if (session
[s
].bundle
&& bundle
[session
[s
].bundle
].num_of_links
> 1)
1765 bundleidt bid
= session
[s
].bundle
;
1766 bundlet
*b
= &bundle
[bid
];
1768 b
->current_ses
= (b
->current_ses
+ 1) % b
->num_of_links
;
1769 s
= b
->members
[b
->current_ses
];
1770 LOG(3, s
, session
[s
].tunnel
, "MPPP: Session number becomes: %u\n", s
);
1772 t
= session
[s
].tunnel
;
1774 sp
->last_data
= time_now
;
1776 // FIXME: add DoS prevention/filters?
1780 // Are we throttling this session?
1781 if (config
->cluster_iam_master
)
1782 tbf_queue_packet(sp
->tbf_out
, data
, size
);
1784 master_throttle_packet(sp
->tbf_out
, data
, size
);
1787 else if (sp
->walled_garden
&& !config
->cluster_iam_master
)
1789 // We are walled-gardening this
1790 master_garden_packet(s
, data
, size
);
1794 LOG(5, s
, t
, "Ethernet -> Tunnel (%d bytes)\n", len
);
1796 // Add on L2TP header
1798 uint8_t *p
= makeppp(b
, sizeof(b
), buf
, len
, s
, t
, PPPIPV6
, 0, 0, 0);
1800 tunnelsend(b
, len
+ (p
-b
), t
); // send it...
1803 // Snooping this session, send it to intercept box
1804 if (sp
->snoop_ip
&& sp
->snoop_port
)
1805 snoop_send_packet(buf
, len
, sp
->snoop_ip
, sp
->snoop_port
);
1807 increment_counter(&sp
->cout
, &sp
->cout_wrap
, len
); // byte count
1808 sp
->cout_delta
+= len
;
1812 sess_local
[s
].cout
+= len
; // To send to master..
1813 sess_local
[s
].pout
++;
1817 // Helper routine for the TBF filters.
1818 // Used to send queued data in to the user!
1820 static void send_ipout(sessionidt s
, uint8_t *buf
, int len
)
1825 uint8_t b
[MAXETHER
+ 20];
1827 if (len
< 0 || len
> MAXETHER
)
1829 LOG(1, 0, 0, "Odd size IP packet: %d bytes\n", len
);
1833 // Skip the tun header
1840 t
= session
[s
].tunnel
;
1843 LOG(5, s
, t
, "Ethernet -> Tunnel (%d bytes)\n", len
);
1845 // Add on L2TP header
1847 uint8_t *p
= makeppp(b
, sizeof(b
), buf
, len
, s
, t
, PPPIP
, 0, 0, 0);
1849 tunnelsend(b
, len
+ (p
-b
), t
); // send it...
1852 // Snooping this session.
1853 if (sp
->snoop_ip
&& sp
->snoop_port
)
1854 snoop_send_packet(buf
, len
, sp
->snoop_ip
, sp
->snoop_port
);
1856 increment_counter(&sp
->cout
, &sp
->cout_wrap
, len
); // byte count
1857 sp
->cout_delta
+= len
;
1861 sess_local
[s
].cout
+= len
; // To send to master..
1862 sess_local
[s
].pout
++;
1865 // add an AVP (16 bit)
1866 static void control16(controlt
* c
, uint16_t avp
, uint16_t val
, uint8_t m
)
1868 uint16_t l
= (m
? 0x8008 : 0x0008);
1869 *(uint16_t *) (c
->buf
+ c
->length
+ 0) = htons(l
);
1870 *(uint16_t *) (c
->buf
+ c
->length
+ 2) = htons(0);
1871 *(uint16_t *) (c
->buf
+ c
->length
+ 4) = htons(avp
);
1872 *(uint16_t *) (c
->buf
+ c
->length
+ 6) = htons(val
);
1876 // add an AVP (32 bit)
1877 static void control32(controlt
* c
, uint16_t avp
, uint32_t val
, uint8_t m
)
1879 uint16_t l
= (m
? 0x800A : 0x000A);
1880 *(uint16_t *) (c
->buf
+ c
->length
+ 0) = htons(l
);
1881 *(uint16_t *) (c
->buf
+ c
->length
+ 2) = htons(0);
1882 *(uint16_t *) (c
->buf
+ c
->length
+ 4) = htons(avp
);
1883 *(uint32_t *) (c
->buf
+ c
->length
+ 6) = htonl(val
);
1887 // add an AVP (string)
1888 static void controls(controlt
* c
, uint16_t avp
, char *val
, uint8_t m
)
1890 uint16_t l
= ((m
? 0x8000 : 0) + strlen(val
) + 6);
1891 *(uint16_t *) (c
->buf
+ c
->length
+ 0) = htons(l
);
1892 *(uint16_t *) (c
->buf
+ c
->length
+ 2) = htons(0);
1893 *(uint16_t *) (c
->buf
+ c
->length
+ 4) = htons(avp
);
1894 memcpy(c
->buf
+ c
->length
+ 6, val
, strlen(val
));
1895 c
->length
+= 6 + strlen(val
);
1899 static void controlb(controlt
* c
, uint16_t avp
, uint8_t *val
, unsigned int len
, uint8_t m
)
1901 uint16_t l
= ((m
? 0x8000 : 0) + len
+ 6);
1902 *(uint16_t *) (c
->buf
+ c
->length
+ 0) = htons(l
);
1903 *(uint16_t *) (c
->buf
+ c
->length
+ 2) = htons(0);
1904 *(uint16_t *) (c
->buf
+ c
->length
+ 4) = htons(avp
);
1905 memcpy(c
->buf
+ c
->length
+ 6, val
, len
);
1906 c
->length
+= 6 + len
;
1909 // new control connection
1910 static controlt
*controlnew(uint16_t mtype
)
1914 c
= malloc(sizeof(controlt
));
1918 controlfree
= c
->next
;
1922 c
->buf
[0] = 0xC8; // flags
1923 c
->buf
[1] = 0x02; // ver
1925 control16(c
, 0, mtype
, 1);
1929 // send zero block if nothing is waiting
1931 static void controlnull(tunnelidt t
)
1934 if (tunnel
[t
].controlc
) // Messages queued; They will carry the ack.
1937 buf
[0] = htons(0xC802); // flags/ver
1938 buf
[1] = htons(12); // length
1939 buf
[2] = htons(tunnel
[t
].far
); // tunnel
1940 buf
[3] = htons(0); // session
1941 buf
[4] = htons(tunnel
[t
].ns
); // sequence
1942 buf
[5] = htons(tunnel
[t
].nr
); // sequence
1943 tunnelsend((uint8_t *)buf
, 12, t
);
1946 // add a control message to a tunnel, and send if within window
1947 static void controladd(controlt
*c
, sessionidt far
, tunnelidt t
)
1949 *(uint16_t *) (c
->buf
+ 2) = htons(c
->length
); // length
1950 *(uint16_t *) (c
->buf
+ 4) = htons(tunnel
[t
].far
); // tunnel
1951 *(uint16_t *) (c
->buf
+ 6) = htons(far
); // session
1952 *(uint16_t *) (c
->buf
+ 8) = htons(tunnel
[t
].ns
); // sequence
1953 tunnel
[t
].ns
++; // advance sequence
1954 // link in message in to queue
1955 if (tunnel
[t
].controlc
)
1956 tunnel
[t
].controle
->next
= c
;
1958 tunnel
[t
].controls
= c
;
1960 tunnel
[t
].controle
= c
;
1961 tunnel
[t
].controlc
++;
1963 // send now if space in window
1964 if (tunnel
[t
].controlc
<= tunnel
[t
].window
)
1966 tunnel
[t
].try = 0; // first send
1967 tunnelsend(c
->buf
, c
->length
, t
);
1972 // Throttle or Unthrottle a session
1974 // Throttle the data from/to through a session to no more than
1975 // 'rate_in' kbit/sec in (from user) or 'rate_out' kbit/sec out (to
1978 // If either value is -1, the current value is retained for that
1981 void throttle_session(sessionidt s
, int rate_in
, int rate_out
)
1983 if (!session
[s
].opened
)
1984 return; // No-one home.
1986 if (!*session
[s
].user
)
1987 return; // User not logged in
1991 int bytes
= rate_in
* 1024 / 8; // kbits to bytes
1992 if (session
[s
].tbf_in
)
1993 free_tbf(session
[s
].tbf_in
);
1996 session
[s
].tbf_in
= new_tbf(s
, bytes
* 2, bytes
, send_ipin
);
1998 session
[s
].tbf_in
= 0;
2000 session
[s
].throttle_in
= rate_in
;
2005 int bytes
= rate_out
* 1024 / 8;
2006 if (session
[s
].tbf_out
)
2007 free_tbf(session
[s
].tbf_out
);
2010 session
[s
].tbf_out
= new_tbf(s
, bytes
* 2, bytes
, send_ipout
);
2012 session
[s
].tbf_out
= 0;
2014 session
[s
].throttle_out
= rate_out
;
2018 // add/remove filters from session (-1 = no change)
2019 void filter_session(sessionidt s
, int filter_in
, int filter_out
)
2021 if (!session
[s
].opened
)
2022 return; // No-one home.
2024 if (!*session
[s
].user
)
2025 return; // User not logged in
2028 if (filter_in
> MAXFILTER
) filter_in
= -1;
2029 if (filter_out
> MAXFILTER
) filter_out
= -1;
2030 if (session
[s
].filter_in
> MAXFILTER
) session
[s
].filter_in
= 0;
2031 if (session
[s
].filter_out
> MAXFILTER
) session
[s
].filter_out
= 0;
2035 if (session
[s
].filter_in
)
2036 ip_filters
[session
[s
].filter_in
- 1].used
--;
2039 ip_filters
[filter_in
- 1].used
++;
2041 session
[s
].filter_in
= filter_in
;
2044 if (filter_out
>= 0)
2046 if (session
[s
].filter_out
)
2047 ip_filters
[session
[s
].filter_out
- 1].used
--;
2050 ip_filters
[filter_out
- 1].used
++;
2052 session
[s
].filter_out
= filter_out
;
2056 // start tidy shutdown of session
2057 void sessionshutdown(sessionidt s
, char const *reason
, int cdn_result
, int cdn_error
, int term_cause
)
2059 int walled_garden
= session
[s
].walled_garden
;
2060 bundleidt b
= session
[s
].bundle
;
2061 //delete routes only for last session in bundle (in case of MPPP)
2062 int del_routes
= !b
|| (bundle
[b
].num_of_links
== 1);
2064 CSTAT(sessionshutdown
);
2066 if (!session
[s
].opened
)
2068 LOG(3, s
, session
[s
].tunnel
, "Called sessionshutdown on an unopened session.\n");
2069 return; // not a live session
2072 if (!session
[s
].die
)
2074 struct param_kill_session data
= { &tunnel
[session
[s
].tunnel
], &session
[s
] };
2075 LOG(2, s
, session
[s
].tunnel
, "Shutting down session %u: %s\n", s
, reason
);
2076 run_plugins(PLUGIN_KILL_SESSION
, &data
);
2079 if (session
[s
].ip
&& !walled_garden
&& !session
[s
].die
)
2081 // RADIUS Stop message
2082 uint16_t r
= radiusnew(s
);
2085 // stop, if not already trying
2086 if (radius
[r
].state
!= RADIUSSTOP
)
2088 radius
[r
].term_cause
= term_cause
;
2089 radius
[r
].term_msg
= reason
;
2090 radiussend(r
, RADIUSSTOP
);
2094 LOG(1, s
, session
[s
].tunnel
, "No free RADIUS sessions for Stop message\n");
2096 // Save counters to dump to accounting file
2097 if (*config
->accounting_dir
&& shut_acct_n
< sizeof(shut_acct
) / sizeof(*shut_acct
))
2098 memcpy(&shut_acct
[shut_acct_n
++], &session
[s
], sizeof(session
[s
]));
2101 if (!session
[s
].die
)
2102 session
[s
].die
= TIME
+ 150; // Clean up in 15 seconds
2105 { // IP allocated, clear and unroute
2108 for (r
= 0; r
< MAXROUTE
&& session
[s
].route
[r
].ip
; r
++)
2110 if ((session
[s
].ip
>> (32-session
[s
].route
[r
].prefixlen
)) ==
2111 (session
[s
].route
[r
].ip
>> (32-session
[s
].route
[r
].prefixlen
)))
2114 if (del_routes
) routeset(s
, session
[s
].route
[r
].ip
, session
[s
].route
[r
].prefixlen
, 0, 0);
2115 session
[s
].route
[r
].ip
= 0;
2118 if (session
[s
].ip_pool_index
== -1) // static ip
2120 if (!routed
&& del_routes
) routeset(s
, session
[s
].ip
, 0, 0, 0);
2126 // unroute IPv6, if setup
2127 if (session
[s
].ppp
.ipv6cp
== Opened
&& session
[s
].ipv6prefixlen
&& del_routes
)
2128 route6set(s
, session
[s
].ipv6route
, session
[s
].ipv6prefixlen
, 0);
2132 // This session was part of a bundle
2133 bundle
[b
].num_of_links
--;
2134 LOG(3, s
, session
[s
].tunnel
, "MPPP: Dropping member link: %d from bundle %d\n",s
,b
);
2135 if(bundle
[b
].num_of_links
== 0)
2138 LOG(3, s
, session
[s
].tunnel
, "MPPP: Kill bundle: %d (No remaing member links)\n",b
);
2142 // Adjust the members array to accomodate the new change
2143 uint8_t mem_num
= 0;
2144 // It should be here num_of_links instead of num_of_links-1 (previous instruction "num_of_links--")
2145 if(bundle
[b
].members
[bundle
[b
].num_of_links
] != s
)
2148 for(ml
= 0; ml
<bundle
[b
].num_of_links
; ml
++)
2149 if(bundle
[b
].members
[ml
] == s
)
2154 bundle
[b
].members
[mem_num
] = bundle
[b
].members
[bundle
[b
].num_of_links
];
2155 LOG(3, s
, session
[s
].tunnel
, "MPPP: Adjusted member links array\n");
2157 // If the killed session is the first of the bundle,
2158 // the new first session must be stored in the cache_ipmap
2159 // else the function sessionbyip return 0 and the sending not work any more (processipout).
2162 sessionidt new_s
= bundle
[b
].members
[0];
2165 // Add the route for this session.
2166 for (r
= 0; r
< MAXROUTE
&& session
[new_s
].route
[r
].ip
; r
++)
2171 prefixlen
= session
[new_s
].route
[r
].prefixlen
;
2172 ip
= session
[new_s
].route
[r
].ip
;
2174 if (!prefixlen
) prefixlen
= 32;
2175 ip
&= 0xffffffff << (32 - prefixlen
); // Force the ip to be the first one in the route.
2177 for (i
= ip
; i
< ip
+(1<<(32-prefixlen
)) ; ++i
)
2178 cache_ipmap(i
, new_s
);
2180 cache_ipmap(session
[new_s
].ip
, new_s
);
2183 if (session
[new_s
].ipv6prefixlen
)
2184 cache_ipv6map(session
[new_s
].ipv6route
, session
[new_s
].ipv6prefixlen
, new_s
);
2189 cluster_send_bundle(b
);
2193 if (session
[s
].throttle_in
|| session
[s
].throttle_out
) // Unthrottle if throttled.
2194 throttle_session(s
, 0, 0);
2198 if (session
[s
].tunnel
== TUNNEL_ID_PPPOE
)
2200 pppoe_shutdown_session(s
);
2205 controlt
*c
= controlnew(14); // sending CDN
2209 buf
[0] = htons(cdn_result
);
2210 buf
[1] = htons(cdn_error
);
2211 controlb(c
, 1, (uint8_t *)buf
, 4, 1);
2214 control16(c
, 1, cdn_result
, 1);
2216 control16(c
, 14, s
, 1); // assigned session (our end)
2217 controladd(c
, session
[s
].far
, session
[s
].tunnel
); // send the message
2221 // update filter refcounts
2222 if (session
[s
].filter_in
) ip_filters
[session
[s
].filter_in
- 1].used
--;
2223 if (session
[s
].filter_out
) ip_filters
[session
[s
].filter_out
- 1].used
--;
2226 memset(&session
[s
].ppp
, 0, sizeof(session
[s
].ppp
));
2227 sess_local
[s
].lcp
.restart
= 0;
2228 sess_local
[s
].ipcp
.restart
= 0;
2229 sess_local
[s
].ipv6cp
.restart
= 0;
2230 sess_local
[s
].ccp
.restart
= 0;
2232 cluster_send_session(s
);
2235 void sendipcp(sessionidt s
, tunnelidt t
)
2237 uint8_t buf
[MAXETHER
];
2241 LOG(3, s
, t
, "IPCP: send ConfigReq\n");
2243 if (!session
[s
].unique_id
)
2245 if (!++last_id
) ++last_id
; // skip zero
2246 session
[s
].unique_id
= last_id
;
2249 q
= makeppp(buf
, sizeof(buf
), 0, 0, s
, t
, PPPIPCP
, 0, 0, 0);
2253 q
[1] = session
[s
].unique_id
& 0xf; // ID, dont care, we only send one type of request
2254 *(uint16_t *) (q
+ 2) = htons(10); // packet length
2255 q
[4] = 3; // ip address option
2256 q
[5] = 6; // option length
2257 *(in_addr_t
*) (q
+ 6) = config
->peer_address
? config
->peer_address
:
2258 config
->iftun_n_address
[tunnel
[t
].indexudp
] ? config
->iftun_n_address
[tunnel
[t
].indexudp
] :
2259 my_address
; // send my IP
2261 tunnelsend(buf
, 10 + (q
- buf
), t
); // send it
2262 restart_timer(s
, ipcp
);
2265 void sendipv6cp(sessionidt s
, tunnelidt t
)
2267 uint8_t buf
[MAXETHER
];
2271 LOG(3, s
, t
, "IPV6CP: send ConfigReq\n");
2273 q
= makeppp(buf
, sizeof(buf
), 0, 0, s
, t
, PPPIPV6CP
, 0, 0, 0);
2277 q
[1] = session
[s
].unique_id
& 0xf; // ID, don't care, we
2278 // only send one type
2280 *(uint16_t *) (q
+ 2) = htons(14);
2281 q
[4] = 1; // interface identifier option
2282 q
[5] = 10; // option length
2283 *(uint32_t *) (q
+ 6) = 0; // We'll be prefix::1
2284 *(uint32_t *) (q
+ 10) = 0;
2287 tunnelsend(buf
, 14 + (q
- buf
), t
); // send it
2288 restart_timer(s
, ipv6cp
);
2291 static void sessionclear(sessionidt s
)
2293 memset(&session
[s
], 0, sizeof(session
[s
]));
2294 memset(&sess_local
[s
], 0, sizeof(sess_local
[s
]));
2295 memset(&cli_session_actions
[s
], 0, sizeof(cli_session_actions
[s
]));
2297 session
[s
].tunnel
= T_FREE
; // Mark it as free.
2298 session
[s
].next
= sessionfree
;
2302 // kill a session now
2303 void sessionkill(sessionidt s
, char *reason
)
2309 if (!session
[s
].opened
) // not alive
2312 if (session
[s
].next
)
2314 LOG(0, s
, session
[s
].tunnel
, "Tried to kill a session with next pointer set (%u)\n", session
[s
].next
);
2318 if (!session
[s
].die
)
2319 sessionshutdown(s
, reason
, CDN_ADMIN_DISC
, TERM_ADMIN_RESET
); // close radius/routes, etc.
2321 if (sess_local
[s
].radius
)
2322 radiusclear(sess_local
[s
].radius
, s
); // cant send clean accounting data, session is killed
2324 if (session
[s
].forwardtosession
)
2326 sessionidt sess
= session
[s
].forwardtosession
;
2327 if (session
[sess
].forwardtosession
== s
)
2329 // Shutdown the linked session also.
2330 sessionshutdown(sess
, reason
, CDN_ADMIN_DISC
, TERM_ADMIN_RESET
);
2334 LOG(2, s
, session
[s
].tunnel
, "Kill session %d (%s): %s\n", s
, session
[s
].user
, reason
);
2336 if ((g
= grp_groupbysession(s
)))
2338 grp_removesession(g
, s
);
2342 cluster_send_session(s
);
2345 static void tunnelclear(tunnelidt t
)
2348 memset(&tunnel
[t
], 0, sizeof(tunnel
[t
]));
2349 tunnel
[t
].state
= TUNNELFREE
;
2352 static void bundleclear(bundleidt b
)
2355 memset(&bundle
[b
], 0, sizeof(bundle
[b
]));
2356 bundle
[b
].state
= BUNDLEFREE
;
2359 // kill a tunnel now
2360 static void tunnelkill(tunnelidt t
, char *reason
)
2367 tunnel
[t
].state
= TUNNELDIE
;
2369 // free control messages
2370 while ((c
= tunnel
[t
].controls
))
2372 controlt
* n
= c
->next
;
2373 tunnel
[t
].controls
= n
;
2374 tunnel
[t
].controlc
--;
2375 c
->next
= controlfree
;
2379 for (s
= 1; s
<= config
->cluster_highest_sessionid
; ++s
)
2380 if (session
[s
].tunnel
== t
)
2381 sessionkill(s
, reason
);
2385 LOG(1, 0, t
, "Kill tunnel %u: %s\n", t
, reason
);
2386 cli_tunnel_actions
[t
].action
= 0;
2387 cluster_send_tunnel(t
);
2390 // shut down a tunnel cleanly
2391 static void tunnelshutdown(tunnelidt t
, char *reason
, int result
, int error
, char *msg
)
2395 CSTAT(tunnelshutdown
);
2397 if (!tunnel
[t
].last
|| !tunnel
[t
].far
|| tunnel
[t
].state
== TUNNELFREE
)
2399 // never set up, can immediately kill
2400 tunnelkill(t
, reason
);
2403 LOG(1, 0, t
, "Shutting down tunnel %u (%s)\n", t
, reason
);
2406 for (s
= 1; s
<= config
->cluster_highest_sessionid
; ++s
)
2407 if (session
[s
].tunnel
== t
)
2408 sessionshutdown(s
, reason
, CDN_NONE
, TERM_ADMIN_RESET
);
2410 tunnel
[t
].state
= TUNNELDIE
;
2411 tunnel
[t
].die
= TIME
+ 700; // Clean up in 70 seconds
2412 cluster_send_tunnel(t
);
2413 // TBA - should we wait for sessions to stop?
2416 controlt
*c
= controlnew(4); // sending StopCCN
2421 buf
[0] = htons(result
);
2422 buf
[1] = htons(error
);
2425 int m
= strlen(msg
);
2426 if (m
+ 4 > sizeof(buf
))
2427 m
= sizeof(buf
) - 4;
2429 memcpy(buf
+2, msg
, m
);
2433 controlb(c
, 1, (uint8_t *)buf
, l
, 1);
2436 control16(c
, 1, result
, 1);
2438 control16(c
, 9, t
, 1); // assigned tunnel (our end)
2439 controladd(c
, 0, t
); // send the message
2443 // read and process packet on tunnel (UDP)
2444 void processudp(uint8_t *buf
, int len
, struct sockaddr_in
*addr
, uint16_t indexudpfd
)
2446 uint8_t *sendchalresponse
= NULL
;
2447 uint8_t *recvchalresponse
= NULL
;
2448 uint16_t l
= len
, t
= 0, s
= 0, ns
= 0, nr
= 0;
2449 uint8_t *p
= buf
+ 2;
2456 LOG_HEX(5, "UDP Data", buf
, len
);
2457 STAT(tunnel_rx_packets
);
2458 INC_STAT(tunnel_rx_bytes
, len
);
2461 LOG(1, 0, 0, "Short UDP, %d bytes\n", len
);
2462 STAT(tunnel_rx_errors
);
2465 if ((buf
[1] & 0x0F) != 2)
2467 LOG(1, 0, 0, "Bad L2TP ver %d\n", buf
[1] & 0x0F);
2468 STAT(tunnel_rx_errors
);
2473 l
= ntohs(*(uint16_t *) p
);
2476 t
= ntohs(*(uint16_t *) p
);
2478 s
= ntohs(*(uint16_t *) p
);
2480 if (s
>= MAXSESSION
)
2482 LOG(1, s
, t
, "Received UDP packet with invalid session ID\n");
2483 STAT(tunnel_rx_errors
);
2488 LOG(1, s
, t
, "Received UDP packet with invalid tunnel ID\n");
2489 STAT(tunnel_rx_errors
);
2492 if (t
== TUNNEL_ID_PPPOE
)
2494 LOG(1, s
, t
, "Received UDP packet with tunnel ID reserved for pppoe\n");
2495 STAT(tunnel_rx_errors
);
2500 ns
= ntohs(*(uint16_t *) p
);
2502 nr
= ntohs(*(uint16_t *) p
);
2507 uint16_t o
= ntohs(*(uint16_t *) p
);
2512 LOG(1, s
, t
, "Bad length %d>%d\n", (int) (p
- buf
), l
);
2513 STAT(tunnel_rx_errors
);
2518 // used to time out old tunnels
2519 if (t
&& tunnel
[t
].state
== TUNNELOPEN
)
2520 tunnel
[t
].lastrec
= time_now
;
2524 uint16_t message
= 0xFFFF; // message type
2526 uint8_t mandatory
= 0;
2527 uint16_t asession
= 0; // assigned session
2528 uint32_t amagic
= 0; // magic number
2529 uint8_t aflags
= 0; // flags from last LCF
2530 uint16_t version
= 0x0100; // protocol version (we handle 0.0 as well and send that back just in case)
2531 char called
[MAXTEL
] = ""; // called number
2532 char calling
[MAXTEL
] = ""; // calling number
2534 if (!config
->cluster_iam_master
)
2536 master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
);
2540 // control messages must have bits 0x80|0x40|0x08
2541 // (type, length and sequence) set, and bits 0x02|0x01
2542 // (offset and priority) clear
2543 if ((*buf
& 0xCB) != 0xC8)
2545 LOG(1, s
, t
, "Bad control header %02X\n", *buf
);
2546 STAT(tunnel_rx_errors
);
2550 // check for duplicate tunnel open message
2556 // Is this a duplicate of the first packet? (SCCRQ)
2558 for (i
= 1; i
<= config
->cluster_highest_tunnelid
; ++i
)
2560 if (tunnel
[i
].state
!= TUNNELOPENING
||
2561 tunnel
[i
].ip
!= ntohl(*(in_addr_t
*) & addr
->sin_addr
) ||
2562 tunnel
[i
].port
!= ntohs(addr
->sin_port
) )
2565 LOG(3, s
, t
, "Duplicate SCCRQ?\n");
2570 LOG(3, s
, t
, "Control message (%d bytes): (unacked %d) l-ns %u l-nr %u r-ns %u r-nr %u\n",
2571 l
, tunnel
[t
].controlc
, tunnel
[t
].ns
, tunnel
[t
].nr
, ns
, nr
);
2573 // if no tunnel specified, assign one
2576 if (!(t
= new_tunnel()))
2578 LOG(1, 0, 0, "No more tunnels\n");
2579 STAT(tunnel_overflow
);
2583 tunnel
[t
].ip
= ntohl(*(in_addr_t
*) & addr
->sin_addr
);
2584 tunnel
[t
].port
= ntohs(addr
->sin_port
);
2585 tunnel
[t
].window
= 4; // default window
2586 tunnel
[t
].indexudp
= indexudpfd
;
2587 STAT(tunnel_created
);
2588 LOG(1, 0, t
, " New tunnel from %s:%u ID %u\n",
2589 fmtaddr(htonl(tunnel
[t
].ip
), 0), tunnel
[t
].port
, t
);
2592 // If the 'ns' just received is not the 'nr' we're
2593 // expecting, just send an ack and drop it.
2595 // if 'ns' is less, then we got a retransmitted packet.
2596 // if 'ns' is greater than missed a packet. Either way
2597 // we should ignore it.
2598 if (ns
!= tunnel
[t
].nr
)
2600 // is this the sequence we were expecting?
2601 STAT(tunnel_rx_errors
);
2602 LOG(1, 0, t
, " Out of sequence tunnel %u, (%u is not the expected %u)\n",
2603 t
, ns
, tunnel
[t
].nr
);
2605 if (l
) // Is this not a ZLB?
2610 // check sequence of this message
2612 int skip
= tunnel
[t
].window
; // track how many in-window packets are still in queue
2613 // some to clear maybe?
2614 while (tunnel
[t
].controlc
> 0 && (((tunnel
[t
].ns
- tunnel
[t
].controlc
) - nr
) & 0x8000))
2616 controlt
*c
= tunnel
[t
].controls
;
2617 tunnel
[t
].controls
= c
->next
;
2618 tunnel
[t
].controlc
--;
2619 c
->next
= controlfree
;
2622 tunnel
[t
].try = 0; // we have progress
2625 // receiver advance (do here so quoted correctly in any sends below)
2626 if (l
) tunnel
[t
].nr
= (ns
+ 1);
2627 if (skip
< 0) skip
= 0;
2628 if (skip
< tunnel
[t
].controlc
)
2630 // some control packets can now be sent that were previous stuck out of window
2631 int tosend
= tunnel
[t
].window
- skip
;
2632 controlt
*c
= tunnel
[t
].controls
;
2640 tunnel
[t
].try = 0; // first send
2641 tunnelsend(c
->buf
, c
->length
, t
);
2646 if (!tunnel
[t
].controlc
)
2647 tunnel
[t
].retry
= 0; // caught up
2650 { // if not a null message
2655 // Default disconnect cause/message on receipt of CDN. Set to
2656 // more specific value from attribute 1 (result code) or 46
2657 // (disconnect cause) if present below.
2658 int disc_cause_set
= 0;
2659 int disc_cause
= TERM_NAS_REQUEST
;
2660 char const *disc_reason
= "Closed (Received CDN).";
2663 while (l
&& !(fatal
& 0x80)) // 0x80 = mandatory AVP
2665 uint16_t n
= (ntohs(*(uint16_t *) p
) & 0x3FF);
2672 LOG(1, s
, t
, "Invalid length in AVP\n");
2673 STAT(tunnel_rx_errors
);
2678 if (flags
& 0x3C) // reserved bits, should be clear
2680 LOG(1, s
, t
, "Unrecognised AVP flags %02X\n", *b
);
2682 result
= 2; // general error
2683 error
= 3; // reserved field non-zero
2688 if (*(uint16_t *) (b
))
2690 LOG(2, s
, t
, "Unknown AVP vendor %u\n", ntohs(*(uint16_t *) (b
)));
2692 result
= 2; // general error
2693 error
= 6; // generic vendor-specific error
2694 msg
= "unsupported vendor-specific";
2698 mtype
= ntohs(*(uint16_t *) (b
));
2706 // handle hidden AVPs
2707 if (!*config
->l2tp_secret
)
2709 LOG(1, s
, t
, "Hidden AVP requested, but no L2TP secret.\n");
2711 result
= 2; // general error
2712 error
= 6; // generic vendor-specific error
2713 msg
= "secret not specified";
2716 if (!session
[s
].random_vector_length
)
2718 LOG(1, s
, t
, "Hidden AVP requested, but no random vector.\n");
2720 result
= 2; // general error
2721 error
= 6; // generic
2722 msg
= "no random vector";
2727 LOG(2, s
, t
, "Short hidden AVP.\n");
2729 result
= 2; // general error
2730 error
= 2; // length is wrong
2736 unhide_value(b
, n
, mtype
, session
[s
].random_vector
, session
[s
].random_vector_length
);
2738 orig_len
= ntohs(*(uint16_t *) b
);
2739 if (orig_len
> n
+ 2)
2741 LOG(1, s
, t
, "Original length %d too long in hidden AVP of length %d; wrong secret?\n",
2745 result
= 2; // general error
2746 error
= 2; // length is wrong
2755 LOG(4, s
, t
, " AVP %u (%s) len %d%s%s\n", mtype
, l2tp_avp_name(mtype
), n
,
2756 flags
& 0x40 ? ", hidden" : "", flags
& 0x80 ? ", mandatory" : "");
2760 case 0: // message type
2761 message
= ntohs(*(uint16_t *) b
);
2762 mandatory
= flags
& 0x80;
2763 LOG(4, s
, t
, " Message type = %u (%s)\n", message
, l2tp_code(message
));
2765 case 1: // result code
2767 uint16_t rescode
= ntohs(*(uint16_t *) b
);
2768 char const *resdesc
= "(unknown)";
2769 char const *errdesc
= NULL
;
2774 resdesc
= l2tp_stopccn_result_code(rescode
);
2775 cause
= TERM_LOST_SERVICE
;
2777 else if (message
== 14)
2779 resdesc
= l2tp_cdn_result_code(rescode
);
2781 cause
= TERM_LOST_CARRIER
;
2783 cause
= TERM_ADMIN_RESET
;
2786 LOG(4, s
, t
, " Result Code %u: %s\n", rescode
, resdesc
);
2789 uint16_t errcode
= ntohs(*(uint16_t *)(b
+ 2));
2790 errdesc
= l2tp_error_code(errcode
);
2791 LOG(4, s
, t
, " Error Code %u: %s\n", errcode
, errdesc
);
2794 LOG(4, s
, t
, " Error String: %.*s\n", n
-4, b
+4);
2796 if (cause
&& disc_cause_set
< mtype
) // take cause from attrib 46 in preference
2798 disc_cause_set
= mtype
;
2799 disc_reason
= errdesc
? errdesc
: resdesc
;
2806 case 2: // protocol version
2808 version
= ntohs(*(uint16_t *) (b
));
2809 LOG(4, s
, t
, " Protocol version = %u\n", version
);
2810 if (version
&& version
!= 0x0100)
2811 { // allow 0.0 and 1.0
2812 LOG(1, s
, t
, " Bad protocol version %04X\n", version
);
2814 result
= 5; // unspported protocol version
2815 error
= 0x0100; // supported version
2821 case 3: // framing capabilities
2823 case 4: // bearer capabilities
2825 case 5: // tie breaker
2826 // We never open tunnels, so we don't care about tie breakers
2828 case 6: // firmware revision
2830 case 7: // host name
2831 memset(tunnel
[t
].hostname
, 0, sizeof(tunnel
[t
].hostname
));
2832 memcpy(tunnel
[t
].hostname
, b
, (n
< sizeof(tunnel
[t
].hostname
)) ? n
: sizeof(tunnel
[t
].hostname
) - 1);
2833 LOG(4, s
, t
, " Tunnel hostname = \"%s\"\n", tunnel
[t
].hostname
);
2834 // TBA - to send to RADIUS
2836 case 8: // vendor name
2837 memset(tunnel
[t
].vendor
, 0, sizeof(tunnel
[t
].vendor
));
2838 memcpy(tunnel
[t
].vendor
, b
, (n
< sizeof(tunnel
[t
].vendor
)) ? n
: sizeof(tunnel
[t
].vendor
) - 1);
2839 LOG(4, s
, t
, " Vendor name = \"%s\"\n", tunnel
[t
].vendor
);
2841 case 9: // assigned tunnel
2842 tunnel
[t
].far
= ntohs(*(uint16_t *) (b
));
2843 LOG(4, s
, t
, " Remote tunnel id = %u\n", tunnel
[t
].far
);
2845 case 10: // rx window
2846 tunnel
[t
].window
= ntohs(*(uint16_t *) (b
));
2847 if (!tunnel
[t
].window
)
2848 tunnel
[t
].window
= 1; // window of 0 is silly
2849 LOG(4, s
, t
, " rx window = %u\n", tunnel
[t
].window
);
2851 case 11: // Request Challenge
2853 LOG(4, s
, t
, " LAC requested CHAP authentication for tunnel\n");
2855 build_chap_response(b
, 2, n
, &sendchalresponse
);
2856 else if (message
== 2)
2857 build_chap_response(b
, 3, n
, &sendchalresponse
);
2860 case 13: // receive challenge Response
2861 if (tunnel
[t
].isremotelns
)
2863 recvchalresponse
= calloc(17, 1);
2864 memcpy(recvchalresponse
, b
, (n
< 17) ? n
: 16);
2865 LOG(3, s
, t
, "received challenge response from REMOTE LNS\n");
2868 // Why did they send a response? We never challenge.
2869 LOG(2, s
, t
, " received unexpected challenge response\n");
2872 case 14: // assigned session
2873 asession
= session
[s
].far
= ntohs(*(uint16_t *) (b
));
2874 LOG(4, s
, t
, " assigned session = %u\n", asession
);
2876 case 15: // call serial number
2877 LOG(4, s
, t
, " call serial number = %u\n", ntohl(*(uint32_t *)b
));
2879 case 18: // bearer type
2880 LOG(4, s
, t
, " bearer type = %u\n", ntohl(*(uint32_t *)b
));
2883 case 19: // framing type
2884 LOG(4, s
, t
, " framing type = %u\n", ntohl(*(uint32_t *)b
));
2887 case 21: // called number
2888 memset(called
, 0, sizeof(called
));
2889 memcpy(called
, b
, (n
< sizeof(called
)) ? n
: sizeof(called
) - 1);
2890 LOG(4, s
, t
, " Called <%s>\n", called
);
2892 case 22: // calling number
2893 memset(calling
, 0, sizeof(calling
));
2894 memcpy(calling
, b
, (n
< sizeof(calling
)) ? n
: sizeof(calling
) - 1);
2895 LOG(4, s
, t
, " Calling <%s>\n", calling
);
2899 case 24: // tx connect speed
2902 session
[s
].tx_connect_speed
= ntohl(*(uint32_t *)b
);
2906 // AS5300s send connect speed as a string
2908 memset(tmp
, 0, sizeof(tmp
));
2909 memcpy(tmp
, b
, (n
< sizeof(tmp
)) ? n
: sizeof(tmp
) - 1);
2910 session
[s
].tx_connect_speed
= atol(tmp
);
2912 LOG(4, s
, t
, " TX connect speed <%u>\n", session
[s
].tx_connect_speed
);
2914 case 38: // rx connect speed
2917 session
[s
].rx_connect_speed
= ntohl(*(uint32_t *)b
);
2921 // AS5300s send connect speed as a string
2923 memset(tmp
, 0, sizeof(tmp
));
2924 memcpy(tmp
, b
, (n
< sizeof(tmp
)) ? n
: sizeof(tmp
) - 1);
2925 session
[s
].rx_connect_speed
= atol(tmp
);
2927 LOG(4, s
, t
, " RX connect speed <%u>\n", session
[s
].rx_connect_speed
);
2929 case 25: // Physical Channel ID
2931 uint32_t tmp
= ntohl(*(uint32_t *) b
);
2932 LOG(4, s
, t
, " Physical Channel ID <%X>\n", tmp
);
2935 case 29: // Proxy Authentication Type
2937 uint16_t atype
= ntohs(*(uint16_t *)b
);
2938 LOG(4, s
, t
, " Proxy Auth Type %u (%s)\n", atype
, ppp_auth_type(atype
));
2941 case 30: // Proxy Authentication Name
2944 memset(authname
, 0, sizeof(authname
));
2945 memcpy(authname
, b
, (n
< sizeof(authname
)) ? n
: sizeof(authname
) - 1);
2946 LOG(4, s
, t
, " Proxy Auth Name (%s)\n",
2950 case 31: // Proxy Authentication Challenge
2952 LOG(4, s
, t
, " Proxy Auth Challenge\n");
2955 case 32: // Proxy Authentication ID
2957 uint16_t authid
= ntohs(*(uint16_t *)(b
));
2958 LOG(4, s
, t
, " Proxy Auth ID (%u)\n", authid
);
2961 case 33: // Proxy Authentication Response
2962 LOG(4, s
, t
, " Proxy Auth Response\n");
2964 case 27: // last sent lcp
2965 { // find magic number
2966 uint8_t *p
= b
, *e
= p
+ n
;
2967 while (p
+ 1 < e
&& p
[1] && p
+ p
[1] <= e
)
2969 if (*p
== 5 && p
[1] == 6) // Magic-Number
2970 amagic
= ntohl(*(uint32_t *) (p
+ 2));
2971 else if (*p
== 7) // Protocol-Field-Compression
2972 aflags
|= SESSION_PFC
;
2973 else if (*p
== 8) // Address-and-Control-Field-Compression
2974 aflags
|= SESSION_ACFC
;
2979 case 28: // last recv lcp confreq
2981 case 26: // Initial Received LCP CONFREQ
2983 case 39: // seq required - we control it as an LNS anyway...
2985 case 36: // Random Vector
2986 LOG(4, s
, t
, " Random Vector received. Enabled AVP Hiding.\n");
2987 memset(session
[s
].random_vector
, 0, sizeof(session
[s
].random_vector
));
2988 if (n
> sizeof(session
[s
].random_vector
))
2989 n
= sizeof(session
[s
].random_vector
);
2990 memcpy(session
[s
].random_vector
, b
, n
);
2991 session
[s
].random_vector_length
= n
;
2993 case 46: // ppp disconnect cause
2996 uint16_t code
= ntohs(*(uint16_t *) b
);
2997 uint16_t proto
= ntohs(*(uint16_t *) (b
+ 2));
2998 uint8_t dir
= *(b
+ 4);
3000 LOG(4, s
, t
, " PPP disconnect cause "
3001 "(code=%u, proto=%04X, dir=%u, msg=\"%.*s\")\n",
3002 code
, proto
, dir
, n
- 5, b
+ 5);
3004 disc_cause_set
= mtype
;
3008 case 1: // admin disconnect
3009 disc_cause
= TERM_ADMIN_RESET
;
3010 disc_reason
= "Administrative disconnect";
3012 case 3: // lcp terminate
3013 if (dir
!= 2) break; // 1=peer (LNS), 2=local (LAC)
3014 disc_cause
= TERM_USER_REQUEST
;
3015 disc_reason
= "Normal disconnection";
3017 case 4: // compulsory encryption unavailable
3018 if (dir
!= 1) break; // 1=refused by peer, 2=local
3019 disc_cause
= TERM_USER_ERROR
;
3020 disc_reason
= "Compulsory encryption refused";
3022 case 5: // lcp: fsm timeout
3023 disc_cause
= TERM_PORT_ERROR
;
3024 disc_reason
= "LCP: FSM timeout";
3026 case 6: // lcp: no recognisable lcp packets received
3027 disc_cause
= TERM_PORT_ERROR
;
3028 disc_reason
= "LCP: no recognisable LCP packets";
3030 case 7: // lcp: magic-no error (possibly looped back)
3031 disc_cause
= TERM_PORT_ERROR
;
3032 disc_reason
= "LCP: magic-no error (possible loop)";
3034 case 8: // lcp: echo request timeout
3035 disc_cause
= TERM_PORT_ERROR
;
3036 disc_reason
= "LCP: echo request timeout";
3038 case 13: // auth: fsm timeout
3039 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3040 disc_reason
= "Authentication: FSM timeout";
3042 case 15: // auth: unacceptable auth protocol
3043 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3044 disc_reason
= "Unacceptable authentication protocol";
3046 case 16: // auth: authentication failed
3047 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3048 disc_reason
= "Authentication failed";
3050 case 17: // ncp: fsm timeout
3051 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3052 disc_reason
= "NCP: FSM timeout";
3054 case 18: // ncp: no ncps available
3055 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3056 disc_reason
= "NCP: no NCPs available";
3058 case 19: // ncp: failure to converge on acceptable address
3059 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3060 disc_reason
= (dir
== 1)
3061 ? "NCP: too many Configure-Naks received from peer"
3062 : "NCP: too many Configure-Naks sent to peer";
3064 case 20: // ncp: user not permitted to use any address
3065 disc_cause
= TERM_SERVICE_UNAVAILABLE
;
3066 disc_reason
= (dir
== 1)
3067 ? "NCP: local link address not acceptable to peer"
3068 : "NCP: remote link address not acceptable";
3075 static char e
[] = "unknown AVP 0xXXXX";
3076 LOG(2, s
, t
, " Unknown AVP type %u\n", mtype
);
3078 result
= 2; // general error
3079 error
= 8; // unknown mandatory AVP
3080 sprintf((msg
= e
) + 14, "%04x", mtype
);
3087 tunnelshutdown(t
, "Invalid mandatory AVP", result
, error
, msg
);
3091 case 1: // SCCRQ - Start Control Connection Request
3092 tunnel
[t
].state
= TUNNELOPENING
;
3093 LOG(3, s
, t
, "Received SCCRQ\n");
3094 if (main_quit
!= QUIT_SHUTDOWN
)
3096 LOG(3, s
, t
, "sending SCCRP\n");
3097 controlt
*c
= controlnew(2); // sending SCCRP
3098 control16(c
, 2, version
, 1); // protocol version
3099 control32(c
, 3, 3, 1); // framing
3100 controls(c
, 7, config
->multi_n_hostname
[tunnel
[t
].indexudp
][0]?config
->multi_n_hostname
[tunnel
[t
].indexudp
]:hostname
, 1); // host name
3101 if (sendchalresponse
) controlb(c
, 13, sendchalresponse
, 16, 1); // Send Challenge response
3102 control16(c
, 9, t
, 1); // assigned tunnel
3103 controladd(c
, 0, t
); // send the resply
3107 tunnelshutdown(t
, "Shutting down", 6, 0, 0);
3111 tunnel
[t
].state
= TUNNELOPEN
;
3112 tunnel
[t
].lastrec
= time_now
;
3113 LOG(3, s
, t
, "Received SCCRP\n");
3114 if (main_quit
!= QUIT_SHUTDOWN
)
3116 if (tunnel
[t
].isremotelns
&& recvchalresponse
)
3120 lac_calc_rlns_auth(t
, 2, hash
); // id = 2 (SCCRP)
3121 // check authenticator
3122 if (memcmp(hash
, recvchalresponse
, 16) == 0)
3124 LOG(3, s
, t
, "sending SCCCN to REMOTE LNS\n");
3125 controlt
*c
= controlnew(3); // sending SCCCN
3126 controls(c
, 7, config
->multi_n_hostname
[tunnel
[t
].indexudp
][0]?config
->multi_n_hostname
[tunnel
[t
].indexudp
]:hostname
, 1); // host name
3127 controls(c
, 8, Vendor_name
, 1); // Vendor name
3128 control16(c
, 2, version
, 1); // protocol version
3129 control32(c
, 3, 3, 1); // framing Capabilities
3130 if (sendchalresponse
) controlb(c
, 13, sendchalresponse
, 16, 1); // Challenge response
3131 control16(c
, 9, t
, 1); // assigned tunnel
3132 controladd(c
, 0, t
); // send
3136 tunnelshutdown(t
, "Bad chap response from REMOTE LNS", 4, 0, 0);
3142 tunnelshutdown(t
, "Shutting down", 6, 0, 0);
3146 LOG(3, s
, t
, "Received SCCN\n");
3147 tunnel
[t
].state
= TUNNELOPEN
;
3148 tunnel
[t
].lastrec
= time_now
;
3149 controlnull(t
); // ack
3152 LOG(3, s
, t
, "Received StopCCN\n");
3153 controlnull(t
); // ack
3154 tunnelshutdown(t
, "Stopped", 0, 0, 0); // Shut down cleanly
3157 LOG(3, s
, t
, "Received HELLO\n");
3158 controlnull(t
); // simply ACK
3162 LOG(3, s
, t
, "Received OCRQ\n");
3166 LOG(3, s
, t
, "Received OCRO\n");
3170 LOG(3, s
, t
, "Received OCCN\n");
3173 LOG(3, s
, t
, "Received ICRQ\n");
3174 if (sessionfree
&& main_quit
!= QUIT_SHUTDOWN
)
3176 controlt
*c
= controlnew(11); // ICRP
3178 LOG(3, s
, t
, "Sending ICRP\n");
3181 sessionfree
= session
[s
].next
;
3182 memset(&session
[s
], 0, sizeof(session
[s
]));
3184 if (s
> config
->cluster_highest_sessionid
)
3185 config
->cluster_highest_sessionid
= s
;
3187 session
[s
].opened
= time_now
;
3188 session
[s
].tunnel
= t
;
3189 session
[s
].far
= asession
;
3190 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
3191 LOG(3, s
, t
, "New session (%u/%u)\n", tunnel
[t
].far
, session
[s
].far
);
3192 control16(c
, 14, s
, 1); // assigned session
3193 controladd(c
, asession
, t
); // send the reply
3195 strncpy(session
[s
].called
, called
, sizeof(session
[s
].called
) - 1);
3196 strncpy(session
[s
].calling
, calling
, sizeof(session
[s
].calling
) - 1);
3198 session
[s
].ppp
.phase
= Establish
;
3199 session
[s
].ppp
.lcp
= Starting
;
3201 STAT(session_created
);
3206 controlt
*c
= controlnew(14); // CDN
3207 LOG(3, s
, t
, "Sending CDN\n");
3210 STAT(session_overflow
);
3211 LOG(1, 0, t
, "No free sessions\n");
3212 control16(c
, 1, 4, 0); // temporary lack of resources
3215 control16(c
, 1, 2, 7); // shutting down, try another
3217 controladd(c
, asession
, t
); // send the message
3221 LOG(3, s
, t
, "Received ICRP\n");
3222 if (session
[s
].forwardtosession
)
3224 controlt
*c
= controlnew(12); // ICCN
3226 session
[s
].opened
= time_now
;
3227 session
[s
].tunnel
= t
;
3228 session
[s
].far
= asession
;
3229 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
3231 control32(c
, 19, 1, 1); // Framing Type
3232 control32(c
, 24, 10000000, 1); // Tx Connect Speed
3233 controladd(c
, asession
, t
); // send the message
3234 LOG(3, s
, t
, "Sending ICCN\n");
3238 LOG(3, s
, t
, "Received ICCN\n");
3239 if (amagic
== 0) amagic
= time_now
;
3240 session
[s
].magic
= amagic
; // set magic number
3241 session
[s
].flags
= aflags
; // set flags received
3242 session
[s
].mru
= PPPoE_MRU
; // default
3243 controlnull(t
); // ack
3246 sess_local
[s
].lcp_authtype
= config
->radius_authprefer
;
3247 sess_local
[s
].ppp_mru
= MRU
;
3249 // Set multilink options before sending initial LCP packet
3250 sess_local
[s
].mp_mrru
= 1614;
3251 sess_local
[s
].mp_epdis
= ntohl(config
->iftun_n_address
[tunnel
[t
].indexudp
] ? config
->iftun_n_address
[tunnel
[t
].indexudp
] : my_address
);
3254 change_state(s
, lcp
, RequestSent
);
3258 LOG(3, s
, t
, "Received CDN\n");
3259 controlnull(t
); // ack
3260 sessionshutdown(s
, disc_reason
, CDN_NONE
, disc_cause
);
3263 LOG(1, s
, t
, "Missing message type\n");
3266 STAT(tunnel_rx_errors
);
3268 tunnelshutdown(t
, "Unknown message type", 2, 6, "unknown message type");
3270 LOG(1, s
, t
, "Unknown message type %u\n", message
);
3273 if (sendchalresponse
) free(sendchalresponse
);
3274 if (recvchalresponse
) free(recvchalresponse
);
3275 cluster_send_tunnel(t
);
3279 LOG(4, s
, t
, " Got a ZLB ack\n");
3286 LOG_HEX(5, "Receive Tunnel Data", p
, l
);
3287 if (l
> 2 && p
[0] == 0xFF && p
[1] == 0x03)
3288 { // HDLC address header, discard
3294 LOG(1, s
, t
, "Short ppp length %d\n", l
);
3295 STAT(tunnel_rx_errors
);
3305 proto
= ntohs(*(uint16_t *) p
);
3310 if (session
[s
].forwardtosession
)
3312 LOG(5, s
, t
, "Forwarding data session to session %u\n", session
[s
].forwardtosession
);
3313 // Forward to LAC/BAS or Remote LNS session
3314 lac_session_forward(buf
, len
, s
, proto
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
);
3317 else if (config
->auth_tunnel_change_addr_src
)
3319 if (tunnel
[t
].ip
!= ntohl(addr
->sin_addr
.s_addr
) &&
3320 tunnel
[t
].port
== ntohs(addr
->sin_port
))
3322 // The remotes BAS are a clustered l2tpns server and the source IP has changed
3323 LOG(5, s
, t
, "The tunnel IP source (%s) has changed by new IP (%s)\n",
3324 fmtaddr(htonl(tunnel
[t
].ip
), 0), fmtaddr(addr
->sin_addr
.s_addr
, 0));
3326 tunnel
[t
].ip
= ntohl(addr
->sin_addr
.s_addr
);
3330 if (s
&& !session
[s
].opened
) // Is something wrong??
3332 if (!config
->cluster_iam_master
)
3334 // Pass it off to the master to deal with..
3335 master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
);
3339 LOG(1, s
, t
, "UDP packet contains session which is not opened. Dropping packet.\n");
3340 STAT(tunnel_rx_errors
);
3344 if (proto
== PPPPAP
)
3346 session
[s
].last_packet
= time_now
;
3347 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3348 processpap(s
, t
, p
, l
);
3350 else if (proto
== PPPCHAP
)
3352 session
[s
].last_packet
= time_now
;
3353 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3354 processchap(s
, t
, p
, l
);
3356 else if (proto
== PPPLCP
)
3358 session
[s
].last_packet
= time_now
;
3359 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3360 processlcp(s
, t
, p
, l
);
3362 else if (proto
== PPPIPCP
)
3364 session
[s
].last_packet
= time_now
;
3365 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3366 processipcp(s
, t
, p
, l
);
3368 else if (proto
== PPPIPV6CP
&& config
->ipv6_prefix
.s6_addr
[0])
3370 session
[s
].last_packet
= time_now
;
3371 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3372 processipv6cp(s
, t
, p
, l
);
3374 else if (proto
== PPPCCP
)
3376 session
[s
].last_packet
= time_now
;
3377 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3378 processccp(s
, t
, p
, l
);
3380 else if (proto
== PPPIP
)
3384 LOG(4, s
, t
, "Session %u is closing. Don't process PPP packets\n", s
);
3385 return; // closing session, PPP not processed
3388 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
3389 if (session
[s
].walled_garden
&& !config
->cluster_iam_master
)
3391 master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
);
3395 processipin(s
, t
, p
, l
);
3397 else if (proto
== PPPMP
)
3401 LOG(4, s
, t
, "Session %u is closing. Don't process PPP packets\n", s
);
3402 return; // closing session, PPP not processed
3405 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
3406 if (!config
->cluster_iam_master
)
3408 // The fragments reconstruction is managed by the Master.
3409 master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
);
3413 processmpin(s
, t
, p
, l
);
3415 else if (proto
== PPPIPV6
&& config
->ipv6_prefix
.s6_addr
[0])
3419 LOG(4, s
, t
, "Session %u is closing. Don't process PPP packets\n", s
);
3420 return; // closing session, PPP not processed
3423 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
3424 if (session
[s
].walled_garden
&& !config
->cluster_iam_master
)
3426 master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
);
3430 processipv6in(s
, t
, p
, l
);
3432 else if (session
[s
].ppp
.lcp
== Opened
)
3434 session
[s
].last_packet
= time_now
;
3435 if (!config
->cluster_iam_master
) { master_forward_packet(buf
, len
, addr
->sin_addr
.s_addr
, addr
->sin_port
, indexudpfd
); return; }
3436 protoreject(s
, t
, p
, l
, proto
);
3440 LOG(2, s
, t
, "Unknown PPP protocol 0x%04X received in LCP %s state\n",
3441 proto
, ppp_state(session
[s
].ppp
.lcp
));
3446 // read and process packet on tun
3447 // (i.e. this routine writes to buf[-8]).
3448 static void processtun(uint8_t * buf
, int len
)
3450 LOG_HEX(5, "Receive TUN Data", buf
, len
);
3451 STAT(tun_rx_packets
);
3452 INC_STAT(tun_rx_bytes
, len
);
3460 LOG(1, 0, 0, "Short tun packet %d bytes\n", len
);
3461 STAT(tun_rx_errors
);
3465 if (*(uint16_t *) (buf
+ 2) == htons(PKTIP
)) // IPv4
3466 processipout(buf
, len
);
3467 else if (*(uint16_t *) (buf
+ 2) == htons(PKTIPV6
) // IPV6
3468 && config
->ipv6_prefix
.s6_addr
[0])
3469 processipv6out(buf
, len
);
3474 // Handle retries, timeouts. Runs every 1/10th sec, want to ensure
3475 // that we look at the whole of the tunnel, radius and session tables
3477 static void regular_cleanups(double period
)
3479 // Next tunnel, radius and session to check for actions on.
3480 static tunnelidt t
= 0;
3482 static sessionidt s
= 0;
3495 // divide up tables into slices based on the last run
3496 t_slice
= config
->cluster_highest_tunnelid
* period
;
3497 r_slice
= (MAXRADIUS
- 1) * period
;
3498 s_slice
= config
->cluster_highest_sessionid
* period
;
3502 else if (t_slice
> config
->cluster_highest_tunnelid
)
3503 t_slice
= config
->cluster_highest_tunnelid
;
3507 else if (r_slice
> (MAXRADIUS
- 1))
3508 r_slice
= MAXRADIUS
- 1;
3512 else if (s_slice
> config
->cluster_highest_sessionid
)
3513 s_slice
= config
->cluster_highest_sessionid
;
3515 LOG(4, 0, 0, "Begin regular cleanup (last %f seconds ago)\n", period
);
3517 for (i
= 0; i
< t_slice
; i
++)
3520 if (t
> config
->cluster_highest_tunnelid
)
3523 if (t
== TUNNEL_ID_PPPOE
)
3526 // check for expired tunnels
3527 if (tunnel
[t
].die
&& tunnel
[t
].die
<= TIME
)
3529 STAT(tunnel_timeout
);
3530 tunnelkill(t
, "Expired");
3534 // check for message resend
3535 if (tunnel
[t
].retry
&& tunnel
[t
].controlc
)
3537 // resend pending messages as timeout on reply
3538 if (tunnel
[t
].retry
<= TIME
)
3540 controlt
*c
= tunnel
[t
].controls
;
3541 uint16_t w
= tunnel
[t
].window
;
3542 tunnel
[t
].try++; // another try
3543 if (tunnel
[t
].try > 5)
3544 tunnelkill(t
, "Timeout on control message"); // game over
3548 tunnelsend(c
->buf
, c
->length
, t
);
3556 if (tunnel
[t
].state
== TUNNELOPEN
&& !tunnel
[t
].controlc
&& (time_now
- tunnel
[t
].lastrec
) > 60)
3558 if (!config
->disable_sending_hello
)
3560 controlt
*c
= controlnew(6); // sending HELLO
3561 controladd(c
, 0, t
); // send the message
3562 LOG(3, 0, t
, "Sending HELLO message\n");
3567 // Check for tunnel changes requested from the CLI
3568 if ((a
= cli_tunnel_actions
[t
].action
))
3570 cli_tunnel_actions
[t
].action
= 0;
3571 if (a
& CLI_TUN_KILL
)
3573 LOG(2, 0, t
, "Dropping tunnel by CLI\n");
3574 tunnelshutdown(t
, "Requested by administrator", 1, 0, 0);
3580 for (i
= 0; i
< r_slice
; i
++)
3586 if (!radius
[r
].state
)
3589 if (radius
[r
].retry
<= TIME
)
3596 for (i
= 0; i
< s_slice
; i
++)
3599 if (s
> config
->cluster_highest_sessionid
)
3602 if (!session
[s
].opened
) // Session isn't in use
3605 // check for expired sessions
3608 if (session
[s
].die
<= TIME
)
3610 sessionkill(s
, "Expired");
3617 if (sess_local
[s
].lcp
.restart
<= time_now
)
3619 int next_state
= session
[s
].ppp
.lcp
;
3620 switch (session
[s
].ppp
.lcp
)
3624 next_state
= RequestSent
;
3627 if (sess_local
[s
].lcp
.conf_sent
< config
->ppp_max_configure
)
3629 LOG(3, s
, session
[s
].tunnel
, "No ACK for LCP ConfigReq... resending\n");
3630 sendlcp(s
, session
[s
].tunnel
);
3631 change_state(s
, lcp
, next_state
);
3635 sessionshutdown(s
, "No response to LCP ConfigReq.", CDN_ADMIN_DISC
, TERM_LOST_SERVICE
);
3636 STAT(session_timeout
);
3646 if (sess_local
[s
].ipcp
.restart
<= time_now
)
3648 int next_state
= session
[s
].ppp
.ipcp
;
3649 switch (session
[s
].ppp
.ipcp
)
3653 next_state
= RequestSent
;
3656 if (sess_local
[s
].ipcp
.conf_sent
< config
->ppp_max_configure
)
3658 LOG(3, s
, session
[s
].tunnel
, "No ACK for IPCP ConfigReq... resending\n");
3659 sendipcp(s
, session
[s
].tunnel
);
3660 change_state(s
, ipcp
, next_state
);
3664 sessionshutdown(s
, "No response to IPCP ConfigReq.", CDN_ADMIN_DISC
, TERM_LOST_SERVICE
);
3665 STAT(session_timeout
);
3675 if (sess_local
[s
].ipv6cp
.restart
<= time_now
)
3677 int next_state
= session
[s
].ppp
.ipv6cp
;
3678 switch (session
[s
].ppp
.ipv6cp
)
3682 next_state
= RequestSent
;
3685 if (sess_local
[s
].ipv6cp
.conf_sent
< config
->ppp_max_configure
)
3687 LOG(3, s
, session
[s
].tunnel
, "No ACK for IPV6CP ConfigReq... resending\n");
3688 sendipv6cp(s
, session
[s
].tunnel
);
3689 change_state(s
, ipv6cp
, next_state
);
3693 LOG(3, s
, session
[s
].tunnel
, "No ACK for IPV6CP ConfigReq\n");
3694 change_state(s
, ipv6cp
, Stopped
);
3701 if (sess_local
[s
].ccp
.restart
<= time_now
)
3703 int next_state
= session
[s
].ppp
.ccp
;
3704 switch (session
[s
].ppp
.ccp
)
3708 next_state
= RequestSent
;
3711 if (sess_local
[s
].ccp
.conf_sent
< config
->ppp_max_configure
)
3713 LOG(3, s
, session
[s
].tunnel
, "No ACK for CCP ConfigReq... resending\n");
3714 sendccp(s
, session
[s
].tunnel
);
3715 change_state(s
, ccp
, next_state
);
3719 LOG(3, s
, session
[s
].tunnel
, "No ACK for CCP ConfigReq\n");
3720 change_state(s
, ccp
, Stopped
);
3727 // Drop sessions who have not responded within IDLE_ECHO_TIMEOUT seconds
3728 if (session
[s
].last_packet
&& (time_now
- session
[s
].last_packet
>= config
->idle_echo_timeout
))
3730 sessionshutdown(s
, "No response to LCP ECHO requests.", CDN_ADMIN_DISC
, TERM_LOST_SERVICE
);
3731 STAT(session_timeout
);
3736 // No data in ECHO_TIMEOUT seconds, send LCP ECHO
3737 if (session
[s
].ppp
.phase
>= Establish
&& (time_now
- session
[s
].last_packet
>= config
->echo_timeout
) &&
3738 (time_now
- sess_local
[s
].last_echo
>= config
->echo_timeout
))
3740 uint8_t b
[MAXETHER
];
3742 uint8_t *q
= makeppp(b
, sizeof(b
), 0, 0, s
, session
[s
].tunnel
, PPPLCP
, 1, 0, 0);
3746 *(uint8_t *)(q
+ 1) = (time_now
% 255); // ID
3747 *(uint16_t *)(q
+ 2) = htons(8); // Length
3748 *(uint32_t *)(q
+ 4) = session
[s
].ppp
.lcp
== Opened
? htonl(session
[s
].magic
) : 0; // Magic Number
3750 LOG(4, s
, session
[s
].tunnel
, "No data in %d seconds, sending LCP ECHO\n",
3751 (int)(time_now
- session
[s
].last_packet
));
3753 tunnelsend(b
, (q
- b
) + 8, session
[s
].tunnel
); // send it
3754 sess_local
[s
].last_echo
= time_now
;
3758 // Drop sessions who have reached session_timeout seconds
3759 if (session
[s
].session_timeout
)
3761 bundleidt bid
= session
[s
].bundle
;
3764 if (time_now
- bundle
[bid
].last_check
>= 1)
3766 bundle
[bid
].online_time
+= (time_now
- bundle
[bid
].last_check
) * bundle
[bid
].num_of_links
;
3767 bundle
[bid
].last_check
= time_now
;
3768 if (bundle
[bid
].online_time
>= session
[s
].session_timeout
)
3771 for (ses
= bundle
[bid
].num_of_links
- 1; ses
>= 0; ses
--)
3773 sessionshutdown(bundle
[bid
].members
[ses
], "Session timeout", CDN_ADMIN_DISC
, TERM_SESSION_TIMEOUT
);
3780 else if (time_now
- session
[s
].opened
>= session
[s
].session_timeout
)
3782 sessionshutdown(s
, "Session timeout", CDN_ADMIN_DISC
, TERM_SESSION_TIMEOUT
);
3788 // Drop sessions who have reached idle_timeout seconds
3789 if (session
[s
].last_data
&& session
[s
].idle_timeout
&& (time_now
- session
[s
].last_data
>= session
[s
].idle_timeout
))
3791 sessionshutdown(s
, "Idle Timeout Reached", CDN_ADMIN_DISC
, TERM_IDLE_TIMEOUT
);
3792 STAT(session_timeout
);
3797 // Check for actions requested from the CLI
3798 if ((a
= cli_session_actions
[s
].action
))
3802 cli_session_actions
[s
].action
= 0;
3803 if (a
& CLI_SESS_KILL
)
3805 LOG(2, s
, session
[s
].tunnel
, "Dropping session by CLI\n");
3806 sessionshutdown(s
, "Requested by administrator.", CDN_ADMIN_DISC
, TERM_ADMIN_RESET
);
3807 a
= 0; // dead, no need to check for other actions
3811 if (a
& CLI_SESS_NOSNOOP
)
3813 LOG(2, s
, session
[s
].tunnel
, "Unsnooping session by CLI\n");
3814 session
[s
].snoop_ip
= 0;
3815 session
[s
].snoop_port
= 0;
3819 else if (a
& CLI_SESS_SNOOP
)
3821 LOG(2, s
, session
[s
].tunnel
, "Snooping session by CLI (to %s:%u)\n",
3822 fmtaddr(cli_session_actions
[s
].snoop_ip
, 0),
3823 cli_session_actions
[s
].snoop_port
);
3825 session
[s
].snoop_ip
= cli_session_actions
[s
].snoop_ip
;
3826 session
[s
].snoop_port
= cli_session_actions
[s
].snoop_port
;
3831 if (a
& CLI_SESS_NOTHROTTLE
)
3833 LOG(2, s
, session
[s
].tunnel
, "Un-throttling session by CLI\n");
3834 throttle_session(s
, 0, 0);
3838 else if (a
& CLI_SESS_THROTTLE
)
3840 LOG(2, s
, session
[s
].tunnel
, "Throttling session by CLI (to %dkb/s up and %dkb/s down)\n",
3841 cli_session_actions
[s
].throttle_in
,
3842 cli_session_actions
[s
].throttle_out
);
3844 throttle_session(s
, cli_session_actions
[s
].throttle_in
, cli_session_actions
[s
].throttle_out
);
3849 if (a
& CLI_SESS_NOFILTER
)
3851 LOG(2, s
, session
[s
].tunnel
, "Un-filtering session by CLI\n");
3852 filter_session(s
, 0, 0);
3856 else if (a
& CLI_SESS_FILTER
)
3858 LOG(2, s
, session
[s
].tunnel
, "Filtering session by CLI (in=%d, out=%d)\n",
3859 cli_session_actions
[s
].filter_in
,
3860 cli_session_actions
[s
].filter_out
);
3862 filter_session(s
, cli_session_actions
[s
].filter_in
, cli_session_actions
[s
].filter_out
);
3868 cluster_send_session(s
);
3871 // RADIUS interim accounting
3872 if (config
->radius_accounting
&& config
->radius_interim
> 0
3873 && session
[s
].ip
&& !session
[s
].walled_garden
3874 && !sess_local
[s
].radius
// RADIUS already in progress
3875 && time_now
- sess_local
[s
].last_interim
>= config
->radius_interim
3876 && session
[s
].flags
& SESSION_STARTED
)
3878 int rad
= radiusnew(s
);
3881 LOG(1, s
, session
[s
].tunnel
, "No free RADIUS sessions for Interim message\n");
3882 STAT(radius_overflow
);
3886 LOG(3, s
, session
[s
].tunnel
, "Sending RADIUS Interim for %s (%u)\n",
3887 session
[s
].user
, session
[s
].unique_id
);
3889 radiussend(rad
, RADIUSINTERIM
);
3890 sess_local
[s
].last_interim
= time_now
;
3895 LOG(4, 0, 0, "End regular cleanup: checked %d/%d/%d tunnels/radius/sessions; %d/%d/%d actions\n",
3896 t_slice
, r_slice
, s_slice
, t_actions
, r_actions
, s_actions
);
3900 // Are we in the middle of a tunnel update, or radius
3903 static int still_busy(void)
3906 static clockt last_talked
= 0;
3907 static clockt start_busy_wait
= 0;
3910 static time_t stopped_bgp
= 0;
3915 LOG(1, 0, 0, "Shutting down in %d seconds, stopping BGP...\n", QUIT_DELAY
);
3917 for (i
= 0; i
< BGP_NUM_PEERS
; i
++)
3918 if (bgp_peers
[i
].state
== Established
)
3919 bgp_stop(&bgp_peers
[i
]);
3921 stopped_bgp
= time_now
;
3923 if (!config
->cluster_iam_master
)
3925 // we don't want to become master
3926 cluster_send_ping(0);
3932 if (!config
->cluster_iam_master
&& time_now
< (stopped_bgp
+ QUIT_DELAY
))
3937 if (!config
->cluster_iam_master
)
3940 if (main_quit
== QUIT_SHUTDOWN
)
3942 static int dropped
= 0;
3947 LOG(1, 0, 0, "Dropping sessions and tunnels\n");
3948 for (i
= 1; i
< MAXTUNNEL
; i
++)
3949 if (tunnel
[i
].ip
|| tunnel
[i
].state
)
3950 tunnelshutdown(i
, "L2TPNS Closing", 6, 0, 0);
3956 if (start_busy_wait
== 0)
3957 start_busy_wait
= TIME
;
3959 for (i
= config
->cluster_highest_tunnelid
; i
> 0 ; --i
)
3961 if (!tunnel
[i
].controlc
)
3964 if (last_talked
!= TIME
)
3966 LOG(2, 0, 0, "Tunnel %u still has un-acked control messages.\n", i
);
3972 // We stop waiting for radius after BUSY_WAIT_TIME 1/10th seconds
3973 if (abs(TIME
- start_busy_wait
) > BUSY_WAIT_TIME
)
3975 LOG(1, 0, 0, "Giving up waiting for RADIUS to be empty. Shutting down anyway.\n");
3979 for (i
= 1; i
< MAXRADIUS
; i
++)
3981 if (radius
[i
].state
== RADIUSNULL
)
3983 if (radius
[i
].state
== RADIUSWAIT
)
3986 if (last_talked
!= TIME
)
3988 LOG(2, 0, 0, "Radius session %u is still busy (sid %u)\n", i
, radius
[i
].session
);
3998 # include <sys/epoll.h>
4000 # define FAKE_EPOLL_IMPLEMENTATION /* include the functions */
4001 # include "fake_epoll.h"
4004 // the base set of fds polled: cli, cluster, tun, udp (MAX_UDPFD), control, dae, netlink, udplac, pppoedisc, pppoesess
4005 #define BASE_FDS (9 + MAX_UDPFD)
4007 // additional polled fds
4009 # define EXTRA_FDS BGP_NUM_PEERS
4011 # define EXTRA_FDS 0
4014 // main loop - gets packets on tun or udp and processes them
4015 static void mainloop(void)
4019 uint8_t *p
= buf
+ 32; // for the hearder of the forwarded MPPP packet (see C_MPPP_FORWARD)
4020 // and the forwarded pppoe session
4021 int size_bufp
= sizeof(buf
) - 32;
4022 clockt next_cluster_ping
= 0; // send initial ping immediately
4023 struct epoll_event events
[BASE_FDS
+ RADIUS_FDS
+ EXTRA_FDS
];
4024 int maxevent
= sizeof(events
)/sizeof(*events
);
4026 if ((epollfd
= epoll_create(maxevent
)) < 0)
4028 LOG(0, 0, 0, "epoll_create failed: %s\n", strerror(errno
));
4032 LOG(4, 0, 0, "Beginning of main loop. clifd=%d, cluster_sockfd=%d, tunfd=%d, udpfd=%d, controlfd=%d, daefd=%d, nlfd=%d , udplacfd=%d, pppoefd=%d, pppoesessfd=%d\n",
4033 clifd
, cluster_sockfd
, tunfd
, udpfd
[0], controlfd
, daefd
, nlfd
, udplacfd
, pppoediscfd
, pppoesessfd
);
4035 /* setup our fds to poll for input */
4037 static struct event_data d
[BASE_FDS
];
4038 struct epoll_event e
;
4045 d
[i
].type
= FD_TYPE_CLI
;
4046 e
.data
.ptr
= &d
[i
++];
4047 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, clifd
, &e
);
4050 d
[i
].type
= FD_TYPE_CLUSTER
;
4051 e
.data
.ptr
= &d
[i
++];
4052 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, cluster_sockfd
, &e
);
4054 d
[i
].type
= FD_TYPE_TUN
;
4055 e
.data
.ptr
= &d
[i
++];
4056 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, tunfd
, &e
);
4058 d
[i
].type
= FD_TYPE_CONTROL
;
4059 e
.data
.ptr
= &d
[i
++];
4060 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, controlfd
, &e
);
4062 d
[i
].type
= FD_TYPE_DAE
;
4063 e
.data
.ptr
= &d
[i
++];
4064 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, daefd
, &e
);
4066 d
[i
].type
= FD_TYPE_NETLINK
;
4067 e
.data
.ptr
= &d
[i
++];
4068 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, nlfd
, &e
);
4070 d
[i
].type
= FD_TYPE_PPPOEDISC
;
4071 e
.data
.ptr
= &d
[i
++];
4072 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, pppoediscfd
, &e
);
4074 d
[i
].type
= FD_TYPE_PPPOESESS
;
4075 e
.data
.ptr
= &d
[i
++];
4076 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, pppoesessfd
, &e
);
4078 for (j
= 0; j
< config
->nbudpfd
; j
++)
4080 d
[i
].type
= FD_TYPE_UDP
;
4082 e
.data
.ptr
= &d
[i
++];
4083 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, udpfd
[j
], &e
);
4088 signal(SIGPIPE
, SIG_IGN
);
4089 bgp_setup(config
->as_number
);
4090 if (config
->bind_address
)
4091 bgp_add_route(config
->bind_address
, 0xffffffff);
4093 for (i
= 0; i
< BGP_NUM_PEERS
; i
++)
4095 if (config
->neighbour
[i
].name
[0])
4096 bgp_start(&bgp_peers
[i
], config
->neighbour
[i
].name
,
4097 config
->neighbour
[i
].as
, config
->neighbour
[i
].keepalive
,
4098 config
->neighbour
[i
].hold
, config
->neighbour
[i
].update_source
,
4099 0); /* 0 = routing disabled */
4103 while (!main_quit
|| still_busy())
4113 config
->reload_config
++;
4116 if (config
->reload_config
)
4118 config
->reload_config
= 0;
4126 n
= epoll_wait(epollfd
, events
, maxevent
, 100); // timeout 100ms (1/10th sec)
4127 STAT(select_called
);
4132 if (errno
== EINTR
||
4133 errno
== ECHILD
) // EINTR was clobbered by sigchild_handler()
4136 LOG(0, 0, 0, "Error returned from select(): %s\n", strerror(errno
));
4142 struct sockaddr_in addr
;
4143 struct in_addr local
;
4146 int udp_ready
[MAX_UDPFD
+ 1] = INIT_TABUDPVAR
;
4147 int pppoesess_ready
= 0;
4148 int pppoesess_pkts
= 0;
4150 int cluster_ready
= 0;
4151 int udp_pkts
[MAX_UDPFD
+ 1] = INIT_TABUDPVAR
;
4153 int cluster_pkts
= 0;
4155 uint32_t bgp_events
[BGP_NUM_PEERS
];
4156 memset(bgp_events
, 0, sizeof(bgp_events
));
4159 for (c
= n
, i
= 0; i
< c
; i
++)
4161 struct event_data
*d
= events
[i
].data
.ptr
;
4165 case FD_TYPE_CLI
: // CLI connections
4169 alen
= sizeof(addr
);
4170 if ((cli
= accept(clifd
, (struct sockaddr
*)&addr
, &alen
)) >= 0)
4176 LOG(0, 0, 0, "accept error: %s\n", strerror(errno
));
4182 // these are handled below, with multiple interleaved reads
4183 case FD_TYPE_CLUSTER
: cluster_ready
++; break;
4184 case FD_TYPE_TUN
: tun_ready
++; break;
4185 case FD_TYPE_UDP
: udp_ready
[d
->index
]++; break;
4186 case FD_TYPE_PPPOESESS
: pppoesess_ready
++; break;
4188 case FD_TYPE_PPPOEDISC
: // pppoe discovery
4189 s
= read(pppoediscfd
, p
, size_bufp
);
4190 if (s
> 0) process_pppoe_disc(p
, s
);
4194 case FD_TYPE_CONTROL
: // nsctl commands
4195 alen
= sizeof(addr
);
4196 s
= recvfromto(controlfd
, p
, size_bufp
, MSG_WAITALL
, (struct sockaddr
*) &addr
, &alen
, &local
);
4197 if (s
> 0) processcontrol(p
, s
, &addr
, alen
, &local
);
4201 case FD_TYPE_DAE
: // DAE requests
4202 alen
= sizeof(addr
);
4203 s
= recvfromto(daefd
, p
, size_bufp
, MSG_WAITALL
, (struct sockaddr
*) &addr
, &alen
, &local
);
4204 if (s
> 0) processdae(p
, s
, &addr
, alen
, &local
);
4208 case FD_TYPE_RADIUS
: // RADIUS response
4209 alen
= sizeof(addr
);
4210 s
= recvfrom(radfds
[d
->index
], p
, size_bufp
, MSG_WAITALL
, (struct sockaddr
*) &addr
, &alen
);
4211 if (s
>= 0 && config
->cluster_iam_master
)
4213 if (addr
.sin_addr
.s_addr
== config
->radiusserver
[0] ||
4214 addr
.sin_addr
.s_addr
== config
->radiusserver
[1])
4215 processrad(p
, s
, d
->index
);
4217 LOG(3, 0, 0, "Dropping RADIUS packet from unknown source %s\n",
4218 fmtaddr(addr
.sin_addr
.s_addr
, 0));
4226 bgp_events
[d
->index
] = events
[i
].events
;
4231 case FD_TYPE_NETLINK
:
4233 struct nlmsghdr
*nh
= (struct nlmsghdr
*)p
;
4234 s
= netlink_recv(p
, size_bufp
);
4235 if (nh
->nlmsg_type
== NLMSG_ERROR
)
4237 struct nlmsgerr
*errmsg
= NLMSG_DATA(nh
);
4240 if (errmsg
->msg
.nlmsg_seq
< min_initok_nlseqnum
)
4242 LOG(0, 0, 0, "Got a fatal netlink error (while %s): %s\n", tun_nl_phase_msg
[nh
->nlmsg_seq
], strerror(-errmsg
->error
));
4246 LOG(0, 0, 0, "Got a netlink error: %s\n", strerror(-errmsg
->error
));
4251 LOG(1, 0, 0, "Got a unknown netlink message: type %d seq %d flags %d\n", nh
->nlmsg_type
, nh
->nlmsg_seq
, nh
->nlmsg_flags
);
4257 LOG(0, 0, 0, "Unexpected fd type returned from epoll_wait: %d\n", d
->type
);
4262 bgp_process(bgp_events
);
4265 for (c
= 0; n
&& c
< config
->multi_read_count
; c
++)
4267 for (j
= 0; j
< config
->nbudpfd
; j
++)
4269 // L2TP and L2TP REMOTE LNS
4272 alen
= sizeof(addr
);
4273 if ((s
= recvfrom(udpfd
[j
], p
, size_bufp
, 0, (void *) &addr
, &alen
)) > 0)
4275 processudp(p
, s
, &addr
, j
);
4289 if ((s
= read(tunfd
, p
, size_bufp
)) > 0)
4302 if (pppoesess_ready
)
4304 if ((s
= read(pppoesessfd
, p
, size_bufp
)) > 0)
4306 process_pppoe_sess(p
, s
);
4311 pppoesess_ready
= 0;
4319 alen
= sizeof(addr
);
4320 if ((s
= recvfrom(cluster_sockfd
, p
, size_bufp
, MSG_WAITALL
, (void *) &addr
, &alen
)) > 0)
4322 processcluster(p
, s
, addr
.sin_addr
.s_addr
);
4333 if (udp_pkts
[0] > 1 || tun_pkts
> 1 || cluster_pkts
> 1)
4334 STAT(multi_read_used
);
4336 if (c
>= config
->multi_read_count
)
4338 LOG(3, 0, 0, "Reached multi_read_count (%d); processed %d udp, %d tun %d cluster and %d pppoe packets\n",
4339 config
->multi_read_count
, udp_pkts
[0], tun_pkts
, cluster_pkts
, pppoesess_pkts
);
4340 STAT(multi_read_exceeded
);
4346 /* no event received, but timers could still have expired */
4347 bgp_process_peers_timers();
4352 double Mbps
= 1024.0 * 1024.0 / 8 * time_changed
;
4354 // Log current traffic stats
4355 snprintf(config
->bandwidth
, sizeof(config
->bandwidth
),
4356 "UDP-ETH:%1.0f/%1.0f ETH-UDP:%1.0f/%1.0f TOTAL:%0.1f IN:%u OUT:%u",
4357 (udp_rx
/ Mbps
), (eth_tx
/ Mbps
), (eth_rx
/ Mbps
), (udp_tx
/ Mbps
),
4358 ((udp_tx
+ udp_rx
+ eth_tx
+ eth_rx
) / Mbps
),
4359 udp_rx_pkt
/ time_changed
, eth_rx_pkt
/ time_changed
);
4361 udp_tx
= udp_rx
= 0;
4362 udp_rx_pkt
= eth_rx_pkt
= 0;
4363 eth_tx
= eth_rx
= 0;
4366 if (config
->dump_speed
)
4367 printf("%s\n", config
->bandwidth
);
4369 // Update the internal time counter
4370 strftime(time_now_string
, sizeof(time_now_string
), "%Y-%m-%d %H:%M:%S", localtime(&time_now
));
4374 struct param_timer p
= { time_now
};
4375 run_plugins(PLUGIN_TIMER
, &p
);
4379 // Runs on every machine (master and slaves).
4380 if (next_cluster_ping
<= TIME
)
4382 // Check to see which of the cluster is still alive..
4384 cluster_send_ping(basetime
); // Only does anything if we're a slave
4385 cluster_check_master(); // ditto.
4387 cluster_heartbeat(); // Only does anything if we're a master.
4388 cluster_check_slaves(); // ditto.
4390 master_update_counts(); // If we're a slave, send our byte counters to our master.
4392 if (config
->cluster_iam_master
&& !config
->cluster_iam_uptodate
)
4393 next_cluster_ping
= TIME
+ 1; // out-of-date slaves, do fast updates
4395 next_cluster_ping
= TIME
+ config
->cluster_hb_interval
;
4398 if (!config
->cluster_iam_master
)
4401 // Run token bucket filtering queue..
4402 // Only run it every 1/10th of a second.
4404 static clockt last_run
= 0;
4405 if (last_run
!= TIME
)
4412 // Handle timeouts, retries etc.
4414 static double last_clean
= 0;
4418 TIME
= now(&this_clean
);
4419 diff
= this_clean
- last_clean
;
4421 // Run during idle time (after we've handled
4422 // all incoming packets) or every 1/10th sec
4423 if (!more
|| diff
> 0.1)
4425 regular_cleanups(diff
);
4426 last_clean
= this_clean
;
4430 if (*config
->accounting_dir
)
4432 static clockt next_acct
= 0;
4433 static clockt next_shut_acct
= 0;
4435 if (next_acct
<= TIME
)
4437 // Dump accounting data
4438 next_acct
= TIME
+ ACCT_TIME
;
4439 next_shut_acct
= TIME
+ ACCT_SHUT_TIME
;
4442 else if (next_shut_acct
<= TIME
)
4444 // Dump accounting data for shutdown sessions
4445 next_shut_acct
= TIME
+ ACCT_SHUT_TIME
;
4452 // Are we the master and shutting down??
4453 if (config
->cluster_iam_master
)
4454 cluster_heartbeat(); // Flush any queued changes..
4456 // Ok. Notify everyone we're shutting down. If we're
4457 // the master, this will force an election.
4458 cluster_send_ping(0);
4461 // Important!!! We MUST not process any packets past this point!
4462 LOG(1, 0, 0, "Shutdown complete\n");
4465 static void stripdomain(char *host
)
4469 if ((p
= strchr(host
, '.')))
4475 FILE *resolv
= fopen("/etc/resolv.conf", "r");
4481 while (fgets(buf
, sizeof(buf
), resolv
))
4483 if (strncmp(buf
, "domain", 6) && strncmp(buf
, "search", 6))
4486 if (!isspace(buf
[6]))
4490 while (isspace(*b
)) b
++;
4495 while (*b
&& !isspace(*b
)) b
++;
4497 if (buf
[0] == 'd') // domain is canonical
4503 // first search line
4506 // hold, may be subsequent domain line
4507 strncpy(_domain
, d
, sizeof(_domain
))[sizeof(_domain
)-1] = 0;
4518 int hl
= strlen(host
);
4519 int dl
= strlen(domain
);
4520 if (dl
< hl
&& host
[hl
- dl
- 1] == '.' && !strcmp(host
+ hl
- dl
, domain
))
4521 host
[hl
-dl
- 1] = 0;
4525 *p
= 0; // everything after first dot
4530 // Init data structures
4531 static void initdata(int optdebug
, char *optconfig
)
4535 if (!(config
= shared_malloc(sizeof(configt
))))
4537 fprintf(stderr
, "Error doing malloc for configuration: %s\n", strerror(errno
));
4541 memset(config
, 0, sizeof(configt
));
4542 time(&config
->start_time
);
4543 strncpy(config
->config_file
, optconfig
, strlen(optconfig
));
4544 config
->debug
= optdebug
;
4545 config
->num_tbfs
= MAXTBFS
;
4546 config
->rl_rate
= 28; // 28kbps
4547 config
->cluster_mcast_ttl
= 1;
4548 config
->cluster_master_min_adv
= 1;
4549 config
->ppp_restart_time
= 3;
4550 config
->ppp_max_configure
= 10;
4551 config
->ppp_max_failure
= 5;
4552 config
->kill_timedout_sessions
= 1;
4553 strcpy(config
->random_device
, RANDOMDEVICE
);
4554 // Set default value echo_timeout and idle_echo_timeout
4555 config
->echo_timeout
= ECHO_TIMEOUT
;
4556 config
->idle_echo_timeout
= IDLE_ECHO_TIMEOUT
;
4558 log_stream
= stderr
;
4561 if (!(ringbuffer
= shared_malloc(sizeof(struct Tringbuffer
))))
4563 LOG(0, 0, 0, "Error doing malloc for ringbuffer: %s\n", strerror(errno
));
4566 memset(ringbuffer
, 0, sizeof(struct Tringbuffer
));
4569 if (!(_statistics
= shared_malloc(sizeof(struct Tstats
))))
4571 LOG(0, 0, 0, "Error doing malloc for _statistics: %s\n", strerror(errno
));
4574 if (!(tunnel
= shared_malloc(sizeof(tunnelt
) * MAXTUNNEL
)))
4576 LOG(0, 0, 0, "Error doing malloc for tunnels: %s\n", strerror(errno
));
4579 if (!(bundle
= shared_malloc(sizeof(bundlet
) * MAXBUNDLE
)))
4581 LOG(0, 0, 0, "Error doing malloc for bundles: %s\n", strerror(errno
));
4584 if (!(frag
= shared_malloc(sizeof(fragmentationt
) * MAXBUNDLE
)))
4586 LOG(0, 0, 0, "Error doing malloc for fragmentations: %s\n", strerror(errno
));
4589 if (!(session
= shared_malloc(sizeof(sessiont
) * MAXSESSION
)))
4591 LOG(0, 0, 0, "Error doing malloc for sessions: %s\n", strerror(errno
));
4595 if (!(sess_local
= shared_malloc(sizeof(sessionlocalt
) * MAXSESSION
)))
4597 LOG(0, 0, 0, "Error doing malloc for sess_local: %s\n", strerror(errno
));
4601 if (!(radius
= shared_malloc(sizeof(radiust
) * MAXRADIUS
)))
4603 LOG(0, 0, 0, "Error doing malloc for radius: %s\n", strerror(errno
));
4607 if (!(ip_address_pool
= shared_malloc(sizeof(ippoolt
) * MAXIPPOOL
)))
4609 LOG(0, 0, 0, "Error doing malloc for ip_address_pool: %s\n", strerror(errno
));
4613 if (!(ip_filters
= shared_malloc(sizeof(ip_filtert
) * MAXFILTER
)))
4615 LOG(0, 0, 0, "Error doing malloc for ip_filters: %s\n", strerror(errno
));
4618 memset(ip_filters
, 0, sizeof(ip_filtert
) * MAXFILTER
);
4620 if (!(cli_session_actions
= shared_malloc(sizeof(struct cli_session_actions
) * MAXSESSION
)))
4622 LOG(0, 0, 0, "Error doing malloc for cli session actions: %s\n", strerror(errno
));
4625 memset(cli_session_actions
, 0, sizeof(struct cli_session_actions
) * MAXSESSION
);
4627 if (!(cli_tunnel_actions
= shared_malloc(sizeof(struct cli_tunnel_actions
) * MAXSESSION
)))
4629 LOG(0, 0, 0, "Error doing malloc for cli tunnel actions: %s\n", strerror(errno
));
4632 memset(cli_tunnel_actions
, 0, sizeof(struct cli_tunnel_actions
) * MAXSESSION
);
4634 memset(tunnel
, 0, sizeof(tunnelt
) * MAXTUNNEL
);
4635 memset(bundle
, 0, sizeof(bundlet
) * MAXBUNDLE
);
4636 memset(session
, 0, sizeof(sessiont
) * MAXSESSION
);
4637 memset(radius
, 0, sizeof(radiust
) * MAXRADIUS
);
4638 memset(ip_address_pool
, 0, sizeof(ippoolt
) * MAXIPPOOL
);
4640 // Put all the sessions on the free list marked as undefined.
4641 for (i
= 1; i
< MAXSESSION
; i
++)
4643 session
[i
].next
= i
+ 1;
4644 session
[i
].tunnel
= T_UNDEF
; // mark it as not filled in.
4646 session
[MAXSESSION
- 1].next
= 0;
4649 // Mark all the tunnels as undefined (waiting to be filled in by a download).
4650 for (i
= 1; i
< MAXTUNNEL
; i
++)
4651 tunnel
[i
].state
= TUNNELUNDEF
; // mark it as not filled in.
4653 for (i
= 1; i
< MAXBUNDLE
; i
++) {
4654 bundle
[i
].state
= BUNDLEUNDEF
;
4659 // Grab my hostname unless it's been specified
4660 gethostname(hostname
, sizeof(hostname
));
4661 stripdomain(hostname
);
4664 _statistics
->start_time
= _statistics
->last_reset
= time(NULL
);
4667 if (!(bgp_peers
= shared_malloc(sizeof(struct bgp_peer
) * BGP_NUM_PEERS
)))
4669 LOG(0, 0, 0, "Error doing malloc for bgp: %s\n", strerror(errno
));
4674 lac_initremotelnsdata();
4679 static int assign_ip_address(sessionidt s
)
4683 time_t best_time
= time_now
;
4684 char *u
= session
[s
].user
;
4688 CSTAT(assign_ip_address
);
4690 for (i
= 1; i
< ip_pool_size
; i
++)
4692 if (!ip_address_pool
[i
].address
|| ip_address_pool
[i
].assigned
)
4695 if (!session
[s
].walled_garden
&& ip_address_pool
[i
].user
[0] && !strcmp(u
, ip_address_pool
[i
].user
))
4702 if (ip_address_pool
[i
].last
< best_time
)
4705 if (!(best_time
= ip_address_pool
[i
].last
))
4706 break; // never used, grab this one
4712 LOG(0, s
, session
[s
].tunnel
, "assign_ip_address(): out of addresses\n");
4716 session
[s
].ip
= ip_address_pool
[best
].address
;
4717 session
[s
].ip_pool_index
= best
;
4718 ip_address_pool
[best
].assigned
= 1;
4719 ip_address_pool
[best
].last
= time_now
;
4720 ip_address_pool
[best
].session
= s
;
4721 if (session
[s
].walled_garden
)
4722 /* Don't track addresses of users in walled garden (note: this
4723 means that their address isn't "sticky" even if they get
4725 ip_address_pool
[best
].user
[0] = 0;
4727 strncpy(ip_address_pool
[best
].user
, u
, sizeof(ip_address_pool
[best
].user
) - 1);
4730 LOG(4, s
, session
[s
].tunnel
, "assign_ip_address(): %s ip address %d from pool\n",
4731 reuse
? "Reusing" : "Allocating", best
);
4736 static void free_ip_address(sessionidt s
)
4738 int i
= session
[s
].ip_pool_index
;
4741 CSTAT(free_ip_address
);
4744 return; // what the?
4746 if (i
< 0) // Is this actually part of the ip pool?
4750 cache_ipmap(session
[s
].ip
, -i
); // Change the mapping to point back to the ip pool index.
4752 ip_address_pool
[i
].assigned
= 0;
4753 ip_address_pool
[i
].session
= 0;
4754 ip_address_pool
[i
].last
= time_now
;
4758 // Fsck the address pool against the session table.
4759 // Normally only called when we become a master.
4761 // This isn't perfect: We aren't keep tracking of which
4762 // users used to have an IP address.
4764 void rebuild_address_pool(void)
4769 // Zero the IP pool allocation, and build
4770 // a map from IP address to pool index.
4771 for (i
= 1; i
< MAXIPPOOL
; ++i
)
4773 ip_address_pool
[i
].assigned
= 0;
4774 ip_address_pool
[i
].session
= 0;
4775 if (!ip_address_pool
[i
].address
)
4778 cache_ipmap(ip_address_pool
[i
].address
, -i
); // Map pool IP to pool index.
4781 for (i
= 0; i
< MAXSESSION
; ++i
)
4784 if (!(session
[i
].opened
&& session
[i
].ip
))
4787 ipid
= - lookup_ipmap(htonl(session
[i
].ip
));
4789 if (session
[i
].ip_pool_index
< 0)
4791 // Not allocated out of the pool.
4792 if (ipid
< 1) // Not found in the pool either? good.
4795 LOG(0, i
, 0, "Session %u has an IP address (%s) that was marked static, but is in the pool (%d)!\n",
4796 i
, fmtaddr(session
[i
].ip
, 0), ipid
);
4798 // Fall through and process it as part of the pool.
4802 if (ipid
> MAXIPPOOL
|| ipid
< 0)
4804 LOG(0, i
, 0, "Session %u has a pool IP that's not found in the pool! (%d)\n", i
, ipid
);
4806 session
[i
].ip_pool_index
= ipid
;
4810 ip_address_pool
[ipid
].assigned
= 1;
4811 ip_address_pool
[ipid
].session
= i
;
4812 ip_address_pool
[ipid
].last
= time_now
;
4813 strncpy(ip_address_pool
[ipid
].user
, session
[i
].user
, sizeof(ip_address_pool
[ipid
].user
) - 1);
4814 session
[i
].ip_pool_index
= ipid
;
4815 cache_ipmap(session
[i
].ip
, i
); // Fix the ip map.
4820 // Fix the address pool to match a changed session.
4821 // (usually when the master sends us an update).
4822 static void fix_address_pool(int sid
)
4826 ipid
= session
[sid
].ip_pool_index
;
4828 if (ipid
> ip_pool_size
)
4829 return; // Ignore it. rebuild_address_pool will fix it up.
4831 if (ip_address_pool
[ipid
].address
!= session
[sid
].ip
)
4832 return; // Just ignore it. rebuild_address_pool will take care of it.
4834 ip_address_pool
[ipid
].assigned
= 1;
4835 ip_address_pool
[ipid
].session
= sid
;
4836 ip_address_pool
[ipid
].last
= time_now
;
4837 strncpy(ip_address_pool
[ipid
].user
, session
[sid
].user
, sizeof(ip_address_pool
[ipid
].user
) - 1);
4841 // Add a block of addresses to the IP pool to hand out.
4843 static void add_to_ip_pool(in_addr_t addr
, int prefixlen
)
4847 prefixlen
= 32; // Host route only.
4849 addr
&= 0xffffffff << (32 - prefixlen
);
4851 if (ip_pool_size
>= MAXIPPOOL
) // Pool is full!
4854 for (i
= addr
; i
< addr
+(1<<(32-prefixlen
)); ++i
)
4856 if ((i
& 0xff) == 0 || (i
&0xff) == 255)
4857 continue; // Skip 0 and broadcast addresses.
4859 ip_address_pool
[ip_pool_size
].address
= i
;
4860 ip_address_pool
[ip_pool_size
].assigned
= 0;
4862 if (ip_pool_size
>= MAXIPPOOL
)
4864 LOG(0, 0, 0, "Overflowed IP pool adding %s\n", fmtaddr(htonl(addr
), 0));
4870 // Initialize the IP address pool
4871 static void initippool()
4876 memset(ip_address_pool
, 0, sizeof(ip_address_pool
));
4878 if (!(f
= fopen(IPPOOLFILE
, "r")))
4880 LOG(0, 0, 0, "Can't load pool file " IPPOOLFILE
": %s\n", strerror(errno
));
4884 while (ip_pool_size
< MAXIPPOOL
&& fgets(buf
, 4096, f
))
4887 buf
[4095] = 0; // Force it to be zero terminated/
4889 if (*buf
== '#' || *buf
== '\n')
4890 continue; // Skip comments / blank lines
4891 if ((p
= (char *)strrchr(buf
, '\n'))) *p
= 0;
4892 if ((p
= (char *)strchr(buf
, ':')))
4896 src
= inet_addr(buf
);
4897 if (src
== INADDR_NONE
)
4899 LOG(0, 0, 0, "Invalid address pool IP %s\n", buf
);
4902 // This entry is for a specific IP only
4903 if (src
!= config
->bind_address
)
4908 if ((p
= (char *)strchr(pool
, '/')))
4912 in_addr_t start
= 0;
4914 LOG(2, 0, 0, "Adding IP address range %s\n", buf
);
4916 if (!*p
|| !(numbits
= atoi(p
)))
4918 LOG(0, 0, 0, "Invalid pool range %s\n", buf
);
4921 start
= ntohl(inet_addr(pool
));
4923 // Add a static route for this pool
4924 LOG(5, 0, 0, "Adding route for address pool %s/%d\n",
4925 fmtaddr(htonl(start
), 0), numbits
);
4927 routeset(0, start
, numbits
, 0, 1);
4929 add_to_ip_pool(start
, numbits
);
4933 // It's a single ip address
4934 add_to_ip_pool(ntohl(inet_addr(pool
)), 0);
4938 LOG(1, 0, 0, "IP address pool is %d addresses\n", ip_pool_size
- 1);
4941 void snoop_send_packet(uint8_t *packet
, uint16_t size
, in_addr_t destination
, uint16_t port
)
4943 struct sockaddr_in snoop_addr
= {0};
4944 if (!destination
|| !port
|| snoopfd
<= 0 || size
<= 0 || !packet
)
4947 snoop_addr
.sin_family
= AF_INET
;
4948 snoop_addr
.sin_addr
.s_addr
= destination
;
4949 snoop_addr
.sin_port
= ntohs(port
);
4951 LOG(5, 0, 0, "Snooping %d byte packet to %s:%u\n", size
,
4952 fmtaddr(snoop_addr
.sin_addr
.s_addr
, 0),
4953 htons(snoop_addr
.sin_port
));
4955 if (sendto(snoopfd
, packet
, size
, MSG_DONTWAIT
| MSG_NOSIGNAL
, (void *) &snoop_addr
, sizeof(snoop_addr
)) < 0)
4956 LOG(0, 0, 0, "Error sending intercept packet: %s\n", strerror(errno
));
4958 STAT(packets_snooped
);
4961 static int dump_session(FILE **f
, sessiont
*s
)
4963 if (!s
->opened
|| (!s
->ip
&& !s
->forwardtosession
) || !(s
->cin_delta
|| s
->cout_delta
) || !*s
->user
|| s
->walled_garden
)
4968 char filename
[1024];
4970 time_t now
= time(NULL
);
4972 strftime(timestr
, sizeof(timestr
), "%Y%m%d%H%M%S", localtime(&now
));
4973 snprintf(filename
, sizeof(filename
), "%s/%s", config
->accounting_dir
, timestr
);
4975 if (!(*f
= fopen(filename
, "w")))
4977 LOG(0, 0, 0, "Can't write accounting info to %s: %s\n", filename
, strerror(errno
));
4981 LOG(3, 0, 0, "Dumping accounting information to %s\n", filename
);
4982 if(config
->account_all_origin
)
4984 fprintf(*f
, "# dslwatch.pl dump file V1.01\n"
4989 "# format: username ip qos uptxoctets downrxoctets origin(L=LAC, R=Remote LNS, P=PPPOE)\n",
4991 fmtaddr(config
->iftun_n_address
[tunnel
[s
->tunnel
].indexudp
] ? config
->iftun_n_address
[tunnel
[s
->tunnel
].indexudp
] : my_address
, 0),
4997 fprintf(*f
, "# dslwatch.pl dump file V1.01\n"
5002 "# format: username ip qos uptxoctets downrxoctets\n",
5004 fmtaddr(config
->iftun_n_address
[tunnel
[s
->tunnel
].indexudp
] ? config
->iftun_n_address
[tunnel
[s
->tunnel
].indexudp
] : my_address
, 0),
5010 LOG(4, 0, 0, "Dumping accounting information for %s\n", s
->user
);
5011 if(config
->account_all_origin
)
5013 fprintf(*f
, "%s %s %d %u %u %s\n",
5014 s
->user
, // username
5015 fmtaddr(htonl(s
->ip
), 0), // ip
5016 (s
->throttle_in
|| s
->throttle_out
) ? 2 : 1, // qos
5017 (uint32_t) s
->cin_delta
, // uptxoctets
5018 (uint32_t) s
->cout_delta
, // downrxoctets
5019 (s
->tunnel
== TUNNEL_ID_PPPOE
)?"P":(tunnel
[s
->tunnel
].isremotelns
?"R":"L")); // Origin
5021 else if (!tunnel
[s
->tunnel
].isremotelns
&& (s
->tunnel
!= TUNNEL_ID_PPPOE
))
5023 fprintf(*f
, "%s %s %d %u %u\n",
5024 s
->user
, // username
5025 fmtaddr(htonl(s
->ip
), 0), // ip
5026 (s
->throttle_in
|| s
->throttle_out
) ? 2 : 1, // qos
5027 (uint32_t) s
->cin_delta
, // uptxoctets
5028 (uint32_t) s
->cout_delta
); // downrxoctets
5031 s
->cin_delta
= s
->cout_delta
= 0;
5036 static void dump_acct_info(int all
)
5042 CSTAT(dump_acct_info
);
5046 for (i
= 0; i
< shut_acct_n
; i
++)
5047 dump_session(&f
, &shut_acct
[i
]);
5053 for (i
= 1; i
<= config
->cluster_highest_sessionid
; i
++)
5054 dump_session(&f
, &session
[i
]);
5061 int main(int argc
, char *argv
[])
5065 char *optconfig
= CONFIGFILE
;
5067 time(&basetime
); // start clock
5070 while ((i
= getopt(argc
, argv
, "dvc:h:")) >= 0)
5075 if (fork()) exit(0);
5077 freopen("/dev/null", "r", stdin
);
5078 freopen("/dev/null", "w", stdout
);
5079 freopen("/dev/null", "w", stderr
);
5088 snprintf(hostname
, sizeof(hostname
), "%s", optarg
);
5091 printf("Args are:\n"
5092 "\t-d\t\tDetach from terminal\n"
5093 "\t-c <file>\tConfig file\n"
5094 "\t-h <hostname>\tForce hostname\n"
5102 // Start the timer routine off
5104 strftime(time_now_string
, sizeof(time_now_string
), "%Y-%m-%d %H:%M:%S", localtime(&time_now
));
5107 initdata(optdebug
, optconfig
);
5111 /* set hostname /after/ having read the config file */
5112 if (*config
->hostname
)
5113 strcpy(hostname
, config
->hostname
);
5114 cli_init_complete(hostname
);
5116 init_tbf(config
->num_tbfs
);
5118 LOG(0, 0, 0, "L2TPNS version " VERSION
"\n");
5119 LOG(0, 0, 0, "Copyright (c) 2003, 2004, 2005, 2006 Optus Internet Engineering\n");
5120 LOG(0, 0, 0, "Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced\n");
5123 rlim
.rlim_cur
= RLIM_INFINITY
;
5124 rlim
.rlim_max
= RLIM_INFINITY
;
5125 // Remove the maximum core size
5126 if (setrlimit(RLIMIT_CORE
, &rlim
) < 0)
5127 LOG(0, 0, 0, "Can't set ulimit: %s\n", strerror(errno
));
5129 // Make core dumps go to /tmp
5133 if (config
->scheduler_fifo
)
5136 struct sched_param params
= {0};
5137 params
.sched_priority
= 1;
5139 if (get_nprocs() < 2)
5141 LOG(0, 0, 0, "Not using FIFO scheduler, there is only 1 processor in the system.\n");
5142 config
->scheduler_fifo
= 0;
5146 if ((ret
= sched_setscheduler(0, SCHED_FIFO
, ¶ms
)) == 0)
5148 LOG(1, 0, 0, "Using FIFO scheduler. Say goodbye to any other processes running\n");
5152 LOG(0, 0, 0, "Error setting scheduler to FIFO: %s\n", strerror(errno
));
5153 config
->scheduler_fifo
= 0;
5160 /* Set up the cluster communications port. */
5161 if (cluster_init() < 0)
5165 LOG(1, 0, 0, "Set up on interface %s\n", config
->tundevicename
);
5167 if (*config
->pppoe_if_to_bind
)
5170 LOG(1, 0, 0, "Set up on pppoe interface %s\n", config
->pppoe_if_to_bind
);
5173 if (!config
->nbmultiaddress
)
5175 config
->bind_n_address
[0] = config
->bind_address
;
5176 config
->nbmultiaddress
++;
5178 config
->nbudpfd
= config
->nbmultiaddress
;
5179 for (i
= 0; i
< config
->nbudpfd
; i
++)
5180 initudp(&udpfd
[i
], config
->bind_n_address
[i
]);
5182 config
->indexlacudpfd
= config
->nbudpfd
;
5183 udpfd
[config
->indexlacudpfd
] = udplacfd
;
5190 snoopfd
= socket(AF_INET
, SOCK_DGRAM
, IPPROTO_UDP
);
5197 unsigned seed
= time_now
^ getpid();
5198 LOG(4, 0, 0, "Seeding the pseudo random generator: %u\n", seed
);
5202 signal(SIGHUP
, sighup_handler
);
5203 signal(SIGCHLD
, sigchild_handler
);
5204 signal(SIGTERM
, shutdown_handler
);
5205 signal(SIGINT
, shutdown_handler
);
5206 signal(SIGQUIT
, shutdown_handler
);
5208 // Prevent us from getting paged out
5209 if (config
->lock_pages
)
5211 if (!mlockall(MCL_CURRENT
))
5212 LOG(1, 0, 0, "Locking pages into memory\n");
5214 LOG(0, 0, 0, "Can't lock pages: %s\n", strerror(errno
));
5217 //LOG(3, 0, 0, "Debug sizeof struct: sessiont %lu, tunnelt %lu, bundlet %lu, groupsesst %lu\n",
5218 // sizeof(sessiont), sizeof(tunnelt), sizeof(bundlet), sizeof(groupsesst));
5222 /* remove plugins (so cleanup code gets run) */
5225 // Remove the PID file if we wrote it
5226 if (config
->wrote_pid
&& *config
->pid_file
== '/')
5227 unlink(config
->pid_file
);
5229 /* kill CLI children */
5230 signal(SIGTERM
, SIG_IGN
);
5235 static void sighup_handler(int sig
)
5240 static void shutdown_handler(int sig
)
5242 main_quit
= (sig
== SIGQUIT
) ? QUIT_SHUTDOWN
: QUIT_FAILOVER
;
5245 static void sigchild_handler(int sig
)
5247 while (waitpid(-1, NULL
, WNOHANG
) > 0)
5251 static void build_chap_response(uint8_t *challenge
, uint8_t id
, uint16_t challenge_length
, uint8_t **challenge_response
)
5254 *challenge_response
= NULL
;
5256 if (!*config
->l2tp_secret
)
5258 LOG(0, 0, 0, "LNS requested CHAP authentication, but no l2tp secret is defined\n");
5262 LOG(4, 0, 0, " Building challenge response for CHAP request\n");
5264 *challenge_response
= calloc(17, 1);
5267 MD5_Update(&ctx
, &id
, 1);
5268 MD5_Update(&ctx
, config
->l2tp_secret
, strlen(config
->l2tp_secret
));
5269 MD5_Update(&ctx
, challenge
, challenge_length
);
5270 MD5_Final(*challenge_response
, &ctx
);
5275 static int facility_value(char *name
)
5278 for (i
= 0; facilitynames
[i
].c_name
; i
++)
5280 if (strcmp(facilitynames
[i
].c_name
, name
) == 0)
5281 return facilitynames
[i
].c_val
;
5286 static void update_config()
5290 static int timeout
= 0;
5291 static int interval
= 0;
5298 if (log_stream
!= stderr
)
5304 if (*config
->log_filename
)
5306 if (strstr(config
->log_filename
, "syslog:") == config
->log_filename
)
5308 char *p
= config
->log_filename
+ 7;
5311 openlog("l2tpns", LOG_PID
, facility_value(p
));
5315 else if (strchr(config
->log_filename
, '/') == config
->log_filename
)
5317 if ((log_stream
= fopen((char *)(config
->log_filename
), "a")))
5319 fseek(log_stream
, 0, SEEK_END
);
5320 setbuf(log_stream
, NULL
);
5324 log_stream
= stderr
;
5325 setbuf(log_stream
, NULL
);
5331 log_stream
= stderr
;
5332 setbuf(log_stream
, NULL
);
5335 #define L2TP_HDRS (20+8+6+4) // L2TP data encaptulation: ip + udp + l2tp (data) + ppp (inc hdlc)
5336 #define TCP_HDRS (20+20) // TCP encapsulation: ip + tcp
5338 if (config
->l2tp_mtu
<= 0) config
->l2tp_mtu
= 1500; // ethernet default
5339 else if (config
->l2tp_mtu
< MINMTU
) config
->l2tp_mtu
= MINMTU
;
5340 else if (config
->l2tp_mtu
> MAXMTU
) config
->l2tp_mtu
= MAXMTU
;
5342 // reset MRU/MSS globals
5343 MRU
= config
->l2tp_mtu
- L2TP_HDRS
;
5344 if (MRU
> PPPoE_MRU
)
5347 MSS
= MRU
- TCP_HDRS
;
5350 config
->numradiusservers
= 0;
5351 for (i
= 0; i
< MAXRADSERVER
; i
++)
5352 if (config
->radiusserver
[i
])
5354 config
->numradiusservers
++;
5355 // Set radius port: if not set, take the port from the
5356 // first radius server. For the first radius server,
5357 // take the #defined default value from l2tpns.h
5359 // test twice, In case someone works with
5360 // a secondary radius server without defining
5361 // a primary one, this will work even then.
5362 if (i
> 0 && !config
->radiusport
[i
])
5363 config
->radiusport
[i
] = config
->radiusport
[i
-1];
5364 if (!config
->radiusport
[i
])
5365 config
->radiusport
[i
] = RADPORT
;
5368 if (!config
->numradiusservers
)
5369 LOG(0, 0, 0, "No RADIUS servers defined!\n");
5371 // parse radius_authtypes_s
5372 config
->radius_authtypes
= config
->radius_authprefer
= 0;
5373 p
= config
->radius_authtypes_s
;
5376 char *s
= strpbrk(p
, " \t,");
5382 while (*s
== ' ' || *s
== '\t')
5389 if (!strncasecmp("chap", p
, strlen(p
)))
5391 else if (!strncasecmp("pap", p
, strlen(p
)))
5394 LOG(0, 0, 0, "Invalid RADIUS authentication type \"%s\"\n", p
);
5396 config
->radius_authtypes
|= type
;
5397 if (!config
->radius_authprefer
)
5398 config
->radius_authprefer
= type
;
5403 if (!config
->radius_authtypes
)
5405 LOG(0, 0, 0, "Defaulting to PAP authentication\n");
5406 config
->radius_authtypes
= config
->radius_authprefer
= AUTHPAP
;
5409 // normalise radius_authtypes_s
5410 if (config
->radius_authprefer
== AUTHPAP
)
5412 strcpy(config
->radius_authtypes_s
, "pap");
5413 if (config
->radius_authtypes
& AUTHCHAP
)
5414 strcat(config
->radius_authtypes_s
, ", chap");
5418 strcpy(config
->radius_authtypes_s
, "chap");
5419 if (config
->radius_authtypes
& AUTHPAP
)
5420 strcat(config
->radius_authtypes_s
, ", pap");
5423 if (!config
->radius_dae_port
)
5424 config
->radius_dae_port
= DAEPORT
;
5426 if(!config
->bind_portremotelns
)
5427 config
->bind_portremotelns
= L2TPLACPORT
;
5428 if(!config
->bind_address_remotelns
)
5429 config
->bind_address_remotelns
= INADDR_ANY
;
5431 if (*config
->bind_multi_address
)
5433 char *sip
= config
->bind_multi_address
;
5435 char *e
= config
->bind_multi_address
+ strlen(config
->bind_multi_address
);
5436 config
->nbmultiaddress
= 0;
5438 while (*sip
&& (sip
< e
))
5443 while (n
< e
&& (*n
== ',' || *n
== ' ')) n
++;
5445 while (n
< e
&& (isdigit(*n
) || *n
== '.'))
5453 u
= u
* 10 + *n
- '0';
5461 config
->bind_n_address
[config
->nbmultiaddress
] = htonl(ip
);
5462 config
->iftun_n_address
[config
->nbmultiaddress
] = htonl(ip
);
5463 config
->nbmultiaddress
++;
5464 LOG(1, 0, 0, "Bind address %s\n", fmtaddr(htonl(ip
), 0));
5466 if (config
->nbmultiaddress
>= MAX_BINDADDR
) break;
5472 if (config
->nbmultiaddress
>= 1)
5474 config
->bind_address
= config
->bind_n_address
[0];
5475 config
->iftun_address
= config
->bind_address
;
5479 if(!config
->iftun_address
)
5481 config
->iftun_address
= config
->bind_address
;
5482 config
->iftun_n_address
[0] = config
->iftun_address
;
5485 if (*config
->multi_hostname
)
5487 char *shost
= config
->multi_hostname
;
5489 char *e
= config
->multi_hostname
+ strlen(config
->multi_hostname
);
5490 config
->nbmultihostname
= 0;
5492 while (*shost
&& (shost
< e
))
5494 while ((n
< e
) && (*n
== ' ' || *n
== ',' || *n
== '\t')) n
++;
5497 while (n
< e
&& (*n
!= ',') && (*n
!= '\t'))
5499 config
->multi_n_hostname
[config
->nbmultihostname
][i
] = *n
;
5505 config
->multi_n_hostname
[config
->nbmultihostname
][i
] = 0;
5506 LOG(1, 0, 0, "Bind Hostname %s\n", config
->multi_n_hostname
[config
->nbmultihostname
]);
5507 config
->nbmultihostname
++;
5508 if (config
->nbmultihostname
>= MAX_NBHOSTNAME
) break;
5514 if (config
->nbmultihostname
>= 1)
5516 strcpy(hostname
, config
->multi_n_hostname
[0]);
5517 strcpy(config
->hostname
, hostname
);
5521 if (!*config
->pppoe_ac_name
)
5522 strncpy(config
->pppoe_ac_name
, DEFAULT_PPPOE_AC_NAME
, sizeof(config
->pppoe_ac_name
) - 1);
5524 // re-initialise the random number source
5525 initrandom(config
->random_device
);
5528 for (i
= 0; i
< MAXPLUGINS
; i
++)
5530 if (strcmp(config
->plugins
[i
], config
->old_plugins
[i
]) == 0)
5533 if (*config
->plugins
[i
])
5536 add_plugin(config
->plugins
[i
]);
5538 else if (*config
->old_plugins
[i
])
5541 remove_plugin(config
->old_plugins
[i
]);
5546 guest_accounts_num
= 0;
5547 char *p2
= config
->guest_user
;
5550 char *s
= strpbrk(p2
, " \t,");
5554 while (*s
== ' ' || *s
== '\t')
5561 strcpy(guest_users
[guest_accounts_num
], p2
);
5562 LOG(1, 0, 0, "Guest account[%d]: %s\n", guest_accounts_num
, guest_users
[guest_accounts_num
]);
5563 guest_accounts_num
++;
5566 // Rebuild the guest_user array
5567 strcpy(config
->guest_user
, "");
5569 for (ui
=0; ui
<guest_accounts_num
; ui
++)
5571 strcat(config
->guest_user
, guest_users
[ui
]);
5572 if (ui
<guest_accounts_num
-1)
5574 strcat(config
->guest_user
, ",");
5579 memcpy(config
->old_plugins
, config
->plugins
, sizeof(config
->plugins
));
5580 if (!config
->multi_read_count
) config
->multi_read_count
= 10;
5581 if (!config
->cluster_address
) config
->cluster_address
= inet_addr(DEFAULT_MCAST_ADDR
);
5582 if (!*config
->cluster_interface
)
5583 strncpy(config
->cluster_interface
, DEFAULT_MCAST_INTERFACE
, sizeof(config
->cluster_interface
) - 1);
5585 if (!config
->cluster_hb_interval
)
5586 config
->cluster_hb_interval
= PING_INTERVAL
; // Heartbeat every 0.5 seconds.
5588 if (!config
->cluster_hb_timeout
)
5589 config
->cluster_hb_timeout
= HB_TIMEOUT
; // 10 missed heartbeat triggers an election.
5591 if (interval
!= config
->cluster_hb_interval
|| timeout
!= config
->cluster_hb_timeout
)
5593 // Paranoia: cluster_check_master() treats 2 x interval + 1 sec as
5594 // late, ensure we're sufficiently larger than that
5595 int t
= 4 * config
->cluster_hb_interval
+ 11;
5597 if (config
->cluster_hb_timeout
< t
)
5599 LOG(0, 0, 0, "Heartbeat timeout %d too low, adjusting to %d\n", config
->cluster_hb_timeout
, t
);
5600 config
->cluster_hb_timeout
= t
;
5603 // Push timing changes to the slaves immediately if we're the master
5604 if (config
->cluster_iam_master
)
5605 cluster_heartbeat();
5607 interval
= config
->cluster_hb_interval
;
5608 timeout
= config
->cluster_hb_timeout
;
5612 if (*config
->pid_file
== '/' && !config
->wrote_pid
)
5615 if ((f
= fopen(config
->pid_file
, "w")))
5617 fprintf(f
, "%d\n", getpid());
5619 config
->wrote_pid
= 1;
5623 LOG(0, 0, 0, "Can't write to PID file %s: %s\n", config
->pid_file
, strerror(errno
));
5628 static void read_config_file()
5632 if (!config
->config_file
) return;
5633 if (!(f
= fopen(config
->config_file
, "r")))
5635 fprintf(stderr
, "Can't open config file %s: %s\n", config
->config_file
, strerror(errno
));
5639 LOG(3, 0, 0, "Reading config file %s\n", config
->config_file
);
5641 LOG(3, 0, 0, "Done reading config file\n");
5645 int sessionsetup(sessionidt s
, tunnelidt t
)
5647 // A session now exists, set it up
5653 CSTAT(sessionsetup
);
5655 LOG(3, s
, t
, "Doing session setup for session\n");
5657 // Join a bundle if the MRRU option is accepted
5658 if(session
[s
].mrru
> 0 && session
[s
].bundle
== 0)
5660 LOG(3, s
, t
, "This session can be part of multilink bundle\n");
5661 if (join_bundle(s
) > 0)
5662 cluster_send_bundle(session
[s
].bundle
);
5665 LOG(0, s
, t
, "MPPP: Mismaching mssf option with other sessions in bundle\n");
5666 sessionshutdown(s
, "Mismaching mssf option.", CDN_NONE
, TERM_SERVICE_UNAVAILABLE
);
5673 assign_ip_address(s
);
5676 LOG(0, s
, t
, " No IP allocated. The IP address pool is FULL!\n");
5677 sessionshutdown(s
, "No IP addresses available.", CDN_TRY_ANOTHER
, TERM_SERVICE_UNAVAILABLE
);
5680 LOG(3, s
, t
, " No IP allocated. Assigned %s from pool\n",
5681 fmtaddr(htonl(session
[s
].ip
), 0));
5684 // Make sure this is right
5685 session
[s
].tunnel
= t
;
5687 // zap old sessions with same IP and/or username
5688 // Don't kill gardened sessions - doing so leads to a DoS
5689 // from someone who doesn't need to know the password
5692 user
= session
[s
].user
;
5693 for (i
= 1; i
<= config
->cluster_highest_sessionid
; i
++)
5695 if (i
== s
) continue;
5696 if (!session
[s
].opened
) break;
5697 // Allow duplicate sessions for multilink ones of the same bundle.
5698 if (session
[s
].bundle
&& session
[i
].bundle
&& session
[s
].bundle
== session
[i
].bundle
) continue;
5700 if (ip
== session
[i
].ip
)
5702 sessionshutdown(i
, "Duplicate IP address", CDN_ADMIN_DISC
, TERM_ADMIN_RESET
); // close radius/routes, etc.
5706 if (config
->allow_duplicate_users
) continue;
5707 if (session
[s
].walled_garden
|| session
[i
].walled_garden
) continue;
5711 for (gu
= 0; gu
< guest_accounts_num
; gu
++)
5713 if (!strcasecmp(user
, guest_users
[gu
]))
5719 if (found
) continue;
5721 // Drop the new session in case of duplicate sessionss, not the old one.
5722 if (!strcasecmp(user
, session
[i
].user
))
5723 sessionshutdown(i
, "Duplicate session for users", CDN_ADMIN_DISC
, TERM_ADMIN_RESET
); // close radius/routes, etc.
5727 // no need to set a route for the same IP address of the bundle
5728 if (!session
[s
].bundle
|| (bundle
[session
[s
].bundle
].num_of_links
== 1))
5733 // Add the route for this session.
5734 for (r
= 0; r
< MAXROUTE
&& session
[s
].route
[r
].ip
; r
++)
5736 if ((session
[s
].ip
>> (32-session
[s
].route
[r
].prefixlen
)) ==
5737 (session
[s
].route
[r
].ip
>> (32-session
[s
].route
[r
].prefixlen
)))
5740 routeset(s
, session
[s
].route
[r
].ip
, session
[s
].route
[r
].prefixlen
, 0, 1);
5743 // Static IPs need to be routed if not already
5744 // convered by a Framed-Route. Anything else is part
5745 // of the IP address pool and is already routed, it
5746 // just needs to be added to the IP cache.
5747 // IPv6 route setup is done in ppp.c, when IPV6CP is acked.
5748 if (session
[s
].ip_pool_index
== -1) // static ip
5750 if (!routed
) routeset(s
, session
[s
].ip
, 0, 0, 1);
5753 cache_ipmap(session
[s
].ip
, s
);
5755 if ((g
= grp_groupbysession(s
)))
5757 grp_setgrouproute(g
, 1);
5758 cluster_send_groupe(g
);
5762 sess_local
[s
].lcp_authtype
= 0; // RADIUS authentication complete
5763 lcp_open(s
, t
); // transition to Network phase and send initial IPCP
5765 // Run the plugin's against this new session.
5767 struct param_new_session data
= { &tunnel
[t
], &session
[s
] };
5768 run_plugins(PLUGIN_NEW_SESSION
, &data
);
5771 // Allocate TBFs if throttled
5772 if (session
[s
].throttle_in
|| session
[s
].throttle_out
)
5773 throttle_session(s
, session
[s
].throttle_in
, session
[s
].throttle_out
);
5775 session
[s
].last_packet
= session
[s
].last_data
= time_now
;
5777 LOG(2, s
, t
, "Login by %s at %s from %s (%s)\n", session
[s
].user
,
5778 fmtaddr(htonl(session
[s
].ip
), 0),
5779 fmtaddr(htonl(tunnel
[t
].ip
), 1), tunnel
[t
].hostname
);
5781 cluster_send_session(s
); // Mark it as dirty, and needing to the flooded to the cluster.
5783 return 1; // RADIUS OK and IP allocated, done...
5787 // This session just got dropped on us by the master or something.
5788 // Make sure our tables up up to date...
5790 int load_session(sessionidt s
, sessiont
*new)
5796 if (new->ip_pool_index
>= MAXIPPOOL
||
5797 new->tunnel
>= MAXTUNNEL
)
5799 LOG(0, s
, 0, "Strange session update received!\n");
5800 // FIXME! What to do here?
5805 // Ok. All sanity checks passed. Now we're committed to
5806 // loading the new session.
5809 session
[s
].tunnel
= new->tunnel
; // For logging in cache_ipmap
5811 // See if routes/ip cache need updating
5812 if (new->ip
!= session
[s
].ip
)
5815 for (i
= 0; !newip
&& i
< MAXROUTE
&& (session
[s
].route
[i
].ip
|| new->route
[i
].ip
); i
++)
5816 if (new->route
[i
].ip
!= session
[s
].route
[i
].ip
||
5817 new->route
[i
].prefixlen
!= session
[s
].route
[i
].prefixlen
)
5825 // remove old routes...
5826 for (i
= 0; i
< MAXROUTE
&& session
[s
].route
[i
].ip
; i
++)
5828 if ((session
[s
].ip
>> (32-session
[s
].route
[i
].prefixlen
)) ==
5829 (session
[s
].route
[i
].ip
>> (32-session
[s
].route
[i
].prefixlen
)))
5832 routeset(s
, session
[s
].route
[i
].ip
, session
[s
].route
[i
].prefixlen
, 0, 0);
5838 if (session
[s
].ip_pool_index
== -1) // static IP
5840 if (!routed
) routeset(s
, session
[s
].ip
, 0, 0, 0);
5842 else // It's part of the IP pool, remove it manually.
5843 uncache_ipmap(session
[s
].ip
);
5848 // add new routes...
5849 for (i
= 0; i
< MAXROUTE
&& new->route
[i
].ip
; i
++)
5851 if ((new->ip
>> (32-new->route
[i
].prefixlen
)) ==
5852 (new->route
[i
].ip
>> (32-new->route
[i
].prefixlen
)))
5855 routeset(s
, new->route
[i
].ip
, new->route
[i
].prefixlen
, 0, 1);
5861 // If there's a new one, add it.
5862 if (new->ip_pool_index
== -1)
5864 if (!routed
) routeset(s
, new->ip
, 0, 0, 1);
5867 cache_ipmap(new->ip
, s
);
5872 if (new->ipv6prefixlen
&& new->ppp
.ipv6cp
== Opened
&& session
[s
].ppp
.ipv6cp
!= Opened
)
5873 route6set(s
, new->ipv6route
, new->ipv6prefixlen
, 1);
5876 if (new->filter_in
&& (new->filter_in
> MAXFILTER
|| !ip_filters
[new->filter_in
- 1].name
[0]))
5878 LOG(2, s
, session
[s
].tunnel
, "Dropping invalid input filter %u\n", (int) new->filter_in
);
5882 if (new->filter_out
&& (new->filter_out
> MAXFILTER
|| !ip_filters
[new->filter_out
- 1].name
[0]))
5884 LOG(2, s
, session
[s
].tunnel
, "Dropping invalid output filter %u\n", (int) new->filter_out
);
5885 new->filter_out
= 0;
5888 if (new->filter_in
!= session
[s
].filter_in
)
5890 if (session
[s
].filter_in
) ip_filters
[session
[s
].filter_in
- 1].used
--;
5891 if (new->filter_in
) ip_filters
[new->filter_in
- 1].used
++;
5894 if (new->filter_out
!= session
[s
].filter_out
)
5896 if (session
[s
].filter_out
) ip_filters
[session
[s
].filter_out
- 1].used
--;
5897 if (new->filter_out
) ip_filters
[new->filter_out
- 1].used
++;
5900 if (new->tunnel
&& s
> config
->cluster_highest_sessionid
) // Maintain this in the slave. It's used
5901 // for walking the sessions to forward byte counts to the master.
5902 config
->cluster_highest_sessionid
= s
;
5904 memcpy(&session
[s
], new, sizeof(session
[s
])); // Copy over..
5906 // Do fixups into address pool.
5907 if (new->ip_pool_index
!= -1)
5908 fix_address_pool(s
);
5913 static void initplugins()
5917 loaded_plugins
= ll_init();
5918 // Initialize the plugins to nothing
5919 for (i
= 0; i
< MAX_PLUGIN_TYPES
; i
++)
5920 plugins
[i
] = ll_init();
5923 static void *open_plugin(char *plugin_name
, int load
)
5925 char path
[256] = "";
5927 snprintf(path
, 256, PLUGINDIR
"/%s.so", plugin_name
);
5928 LOG(2, 0, 0, "%soading plugin from %s\n", load
? "L" : "Un-l", path
);
5929 return dlopen(path
, RTLD_NOW
);
5932 // plugin callback to get a config value
5933 static void *getconfig(char *key
, enum config_typet type
)
5937 for (i
= 0; config_values
[i
].key
; i
++)
5939 if (!strcmp(config_values
[i
].key
, key
))
5941 if (config_values
[i
].type
== type
)
5942 return ((void *) config
) + config_values
[i
].offset
;
5944 LOG(1, 0, 0, "plugin requested config item \"%s\" expecting type %d, have type %d\n",
5945 key
, type
, config_values
[i
].type
);
5951 LOG(1, 0, 0, "plugin requested unknown config item \"%s\"\n", key
);
5955 static int add_plugin(char *plugin_name
)
5957 static struct pluginfuncs funcs
= {
5962 sessiontbysessionidt
,
5963 sessionidtbysessiont
,
5970 cluster_send_session
,
5973 void *p
= open_plugin(plugin_name
, 1);
5974 int (*initfunc
)(struct pluginfuncs
*);
5979 LOG(1, 0, 0, " Plugin load failed: %s\n", dlerror());
5983 if (ll_contains(loaded_plugins
, p
))
5986 return 0; // already loaded
5990 int *v
= dlsym(p
, "plugin_api_version");
5991 if (!v
|| *v
!= PLUGIN_API_VERSION
)
5993 LOG(1, 0, 0, " Plugin load failed: API version mismatch: %s\n", dlerror());
5999 if ((initfunc
= dlsym(p
, "plugin_init")))
6001 if (!initfunc(&funcs
))
6003 LOG(1, 0, 0, " Plugin load failed: plugin_init() returned FALSE: %s\n", dlerror());
6009 ll_push(loaded_plugins
, p
);
6011 for (i
= 0; i
< max_plugin_functions
; i
++)
6014 if (plugin_functions
[i
] && (x
= dlsym(p
, plugin_functions
[i
])))
6016 LOG(3, 0, 0, " Supports function \"%s\"\n", plugin_functions
[i
]);
6017 ll_push(plugins
[i
], x
);
6021 LOG(2, 0, 0, " Loaded plugin %s\n", plugin_name
);
6025 static void run_plugin_done(void *plugin
)
6027 int (*donefunc
)(void) = dlsym(plugin
, "plugin_done");
6033 static int remove_plugin(char *plugin_name
)
6035 void *p
= open_plugin(plugin_name
, 0);
6041 if (ll_contains(loaded_plugins
, p
))
6044 for (i
= 0; i
< max_plugin_functions
; i
++)
6047 if (plugin_functions
[i
] && (x
= dlsym(p
, plugin_functions
[i
])))
6048 ll_delete(plugins
[i
], x
);
6051 ll_delete(loaded_plugins
, p
);
6057 LOG(2, 0, 0, "Removed plugin %s\n", plugin_name
);
6061 int run_plugins(int plugin_type
, void *data
)
6063 int (*func
)(void *data
);
6065 if (!plugins
[plugin_type
] || plugin_type
> max_plugin_functions
)
6066 return PLUGIN_RET_ERROR
;
6068 ll_reset(plugins
[plugin_type
]);
6069 while ((func
= ll_next(plugins
[plugin_type
])))
6073 if (r
!= PLUGIN_RET_OK
)
6074 return r
; // stop here
6077 return PLUGIN_RET_OK
;
6080 static void plugins_done()
6084 ll_reset(loaded_plugins
);
6085 while ((p
= ll_next(loaded_plugins
)))
6089 static void processcontrol(uint8_t *buf
, int len
, struct sockaddr_in
*addr
, int alen
, struct in_addr
*local
)
6091 struct nsctl request
;
6092 struct nsctl response
;
6093 int type
= unpack_control(&request
, buf
, len
);
6097 if (log_stream
&& config
->debug
>= 4)
6101 LOG(4, 0, 0, "Bogus control message from %s (%d)\n",
6102 fmtaddr(addr
->sin_addr
.s_addr
, 0), type
);
6106 LOG(4, 0, 0, "Received [%s] ", fmtaddr(addr
->sin_addr
.s_addr
, 0));
6107 dump_control(&request
, log_stream
);
6113 case NSCTL_REQ_LOAD
:
6114 if (request
.argc
!= 1)
6116 response
.type
= NSCTL_RES_ERR
;
6118 response
.argv
[0] = "name of plugin required";
6120 else if ((r
= add_plugin(request
.argv
[0])) < 1)
6122 response
.type
= NSCTL_RES_ERR
;
6124 response
.argv
[0] = !r
6125 ? "plugin already loaded"
6126 : "error loading plugin";
6130 response
.type
= NSCTL_RES_OK
;
6136 case NSCTL_REQ_UNLOAD
:
6137 if (request
.argc
!= 1)
6139 response
.type
= NSCTL_RES_ERR
;
6141 response
.argv
[0] = "name of plugin required";
6143 else if ((r
= remove_plugin(request
.argv
[0])) < 1)
6145 response
.type
= NSCTL_RES_ERR
;
6147 response
.argv
[0] = !r
6148 ? "plugin not loaded"
6149 : "plugin not found";
6153 response
.type
= NSCTL_RES_OK
;
6159 case NSCTL_REQ_HELP
:
6160 response
.type
= NSCTL_RES_OK
;
6163 ll_reset(loaded_plugins
);
6164 while ((p
= ll_next(loaded_plugins
)))
6166 char **help
= dlsym(p
, "plugin_control_help");
6167 while (response
.argc
< 0xff && help
&& *help
)
6168 response
.argv
[response
.argc
++] = *help
++;
6173 case NSCTL_REQ_CONTROL
:
6175 struct param_control param
= {
6176 config
->cluster_iam_master
,
6183 int r
= run_plugins(PLUGIN_CONTROL
, ¶m
);
6185 if (r
== PLUGIN_RET_ERROR
)
6187 response
.type
= NSCTL_RES_ERR
;
6189 response
.argv
[0] = param
.additional
6191 : "error returned by plugin";
6193 else if (r
== PLUGIN_RET_NOTMASTER
)
6195 static char msg
[] = "must be run on master: 000.000.000.000";
6197 response
.type
= NSCTL_RES_ERR
;
6199 if (config
->cluster_master_address
)
6201 strcpy(msg
+ 23, fmtaddr(config
->cluster_master_address
, 0));
6202 response
.argv
[0] = msg
;
6206 response
.argv
[0] = "must be run on master: none elected";
6209 else if (!(param
.response
& NSCTL_RESPONSE
))
6211 response
.type
= NSCTL_RES_ERR
;
6213 response
.argv
[0] = param
.response
6214 ? "unrecognised response value from plugin"
6215 : "unhandled action";
6219 response
.type
= param
.response
;
6221 if (param
.additional
)
6224 response
.argv
[0] = param
.additional
;
6232 response
.type
= NSCTL_RES_ERR
;
6234 response
.argv
[0] = "error unpacking control packet";
6237 buf
= calloc(NSCTL_MAX_PKT_SZ
, 1);
6240 LOG(2, 0, 0, "Failed to allocate nsctl response\n");
6244 r
= pack_control(buf
, NSCTL_MAX_PKT_SZ
, response
.type
, response
.argc
, response
.argv
);
6247 sendtofrom(controlfd
, buf
, r
, 0, (const struct sockaddr
*) addr
, alen
, local
);
6248 if (log_stream
&& config
->debug
>= 4)
6250 LOG(4, 0, 0, "Sent [%s] ", fmtaddr(addr
->sin_addr
.s_addr
, 0));
6251 dump_control(&response
, log_stream
);
6255 LOG(2, 0, 0, "Failed to pack nsctl response for %s (%d)\n",
6256 fmtaddr(addr
->sin_addr
.s_addr
, 0), r
);
6261 static tunnelidt
new_tunnel()
6264 for (i
= 1; i
< MAXTUNNEL
; i
++)
6266 if ((tunnel
[i
].state
== TUNNELFREE
) && (i
!= TUNNEL_ID_PPPOE
))
6268 LOG(4, 0, i
, "Assigning tunnel ID %u\n", i
);
6269 if (i
> config
->cluster_highest_tunnelid
)
6270 config
->cluster_highest_tunnelid
= i
;
6274 LOG(0, 0, 0, "Can't find a free tunnel! There shouldn't be this many in use!\n");
6279 // We're becoming the master. Do any required setup..
6281 // This is principally telling all the plugins that we're
6282 // now a master, and telling them about all the sessions
6283 // that are active too..
6285 void become_master(void)
6288 static struct event_data d
[RADIUS_FDS
];
6289 struct epoll_event e
;
6291 run_plugins(PLUGIN_BECOME_MASTER
, NULL
);
6293 // running a bunch of iptables commands is slow and can cause
6294 // the master to drop tunnels on takeover--kludge around the
6295 // problem by forking for the moment (note: race)
6296 if (!fork_and_close())
6298 for (s
= 1; s
<= config
->cluster_highest_sessionid
; ++s
)
6300 if (!session
[s
].opened
) // Not an in-use session.
6303 run_plugins(PLUGIN_NEW_SESSION_MASTER
, &session
[s
]);
6310 for (i
= 0; i
< RADIUS_FDS
; i
++)
6312 d
[i
].type
= FD_TYPE_RADIUS
;
6316 epoll_ctl(epollfd
, EPOLL_CTL_ADD
, radfds
[i
], &e
);
6320 int cmd_show_hist_idle(struct cli_def
*cli
, char *command
, char **argv
, int argc
)
6326 if (CLI_HELP_REQUESTED
)
6327 return CLI_HELP_NO_ARGS
;
6330 for (i
= 0; i
< 64;++i
) buckets
[i
] = 0;
6332 for (s
= 1; s
<= config
->cluster_highest_sessionid
; ++s
)
6335 if (!session
[s
].opened
)
6338 idle
= time_now
- session
[s
].last_data
;
6339 idle
/= 5 ; // In multiples of 5 seconds.
6349 for (i
= 0; i
< 63; ++i
)
6351 cli_print(cli
, "%3d seconds : %7.2f%% (%6d)", i
* 5, (double) buckets
[i
] * 100.0 / count
, buckets
[i
]);
6353 cli_print(cli
, "lots of secs : %7.2f%% (%6d)", (double) buckets
[63] * 100.0 / count
, buckets
[i
]);
6354 cli_print(cli
, "%d total sessions open.", count
);
6358 int cmd_show_hist_open(struct cli_def
*cli
, char *command
, char **argv
, int argc
)
6364 if (CLI_HELP_REQUESTED
)
6365 return CLI_HELP_NO_ARGS
;
6368 for (i
= 0; i
< 64;++i
) buckets
[i
] = 0;
6370 for (s
= 1; s
<= config
->cluster_highest_sessionid
; ++s
)
6373 if (!session
[s
].opened
)
6376 d
= time_now
- session
[s
].opened
;
6379 while (d
> 1 && open
< 32)
6389 for (i
= 0; i
< 30; ++i
)
6391 cli_print(cli
, " < %8d seconds : %7.2f%% (%6d)", s
, (double) buckets
[i
] * 100.0 / count
, buckets
[i
]);
6394 cli_print(cli
, "%d total sessions open.", count
);
6400 * This unencodes the AVP using the L2TP secret and the previously
6401 * stored random vector. It overwrites the hidden data with the
6402 * unhidden AVP subformat.
6404 static void unhide_value(uint8_t *value
, size_t len
, uint16_t type
, uint8_t *vector
, size_t vec_len
)
6410 uint16_t m
= htons(type
);
6412 // Compute initial pad
6414 MD5_Update(&ctx
, (unsigned char *) &m
, 2);
6415 MD5_Update(&ctx
, config
->l2tp_secret
, strlen(config
->l2tp_secret
));
6416 MD5_Update(&ctx
, vector
, vec_len
);
6417 MD5_Final(digest
, &ctx
);
6419 // pointer to last decoded 16 octets
6424 // calculate a new pad based on the last decoded block
6425 if (d
>= sizeof(digest
))
6428 MD5_Update(&ctx
, config
->l2tp_secret
, strlen(config
->l2tp_secret
));
6429 MD5_Update(&ctx
, last
, sizeof(digest
));
6430 MD5_Final(digest
, &ctx
);
6436 *value
++ ^= digest
[d
++];
6441 int find_filter(char const *name
, size_t len
)
6446 for (i
= 0; i
< MAXFILTER
; i
++)
6448 if (!*ip_filters
[i
].name
)
6456 if (strlen(ip_filters
[i
].name
) != len
)
6459 if (!strncmp(ip_filters
[i
].name
, name
, len
))
6466 static int ip_filter_port(ip_filter_portt
*p
, uint16_t port
)
6470 case FILTER_PORT_OP_EQ
: return port
== p
->port
;
6471 case FILTER_PORT_OP_NEQ
: return port
!= p
->port
;
6472 case FILTER_PORT_OP_GT
: return port
> p
->port
;
6473 case FILTER_PORT_OP_LT
: return port
< p
->port
;
6474 case FILTER_PORT_OP_RANGE
: return port
>= p
->port
&& port
<= p
->port2
;
6480 static int ip_filter_flag(uint8_t op
, uint8_t sflags
, uint8_t cflags
, uint8_t flags
)
6484 case FILTER_FLAG_OP_ANY
:
6485 return (flags
& sflags
) || (~flags
& cflags
);
6487 case FILTER_FLAG_OP_ALL
:
6488 return (flags
& sflags
) == sflags
&& (~flags
& cflags
) == cflags
;
6490 case FILTER_FLAG_OP_EST
:
6491 return (flags
& (TCP_FLAG_ACK
|TCP_FLAG_RST
)) && (~flags
& TCP_FLAG_SYN
);
6497 int ip_filter(uint8_t *buf
, int len
, uint8_t filter
)
6499 uint16_t frag_offset
;
6503 uint16_t src_port
= 0;
6504 uint16_t dst_port
= 0;
6506 ip_filter_rulet
*rule
;
6508 if (len
< 20) // up to end of destination address
6511 if ((*buf
>> 4) != 4) // IPv4
6514 frag_offset
= ntohs(*(uint16_t *) (buf
+ 6)) & 0x1fff;
6516 src_ip
= *(in_addr_t
*) (buf
+ 12);
6517 dst_ip
= *(in_addr_t
*) (buf
+ 16);
6519 if (frag_offset
== 0 && (proto
== IPPROTO_TCP
|| proto
== IPPROTO_UDP
))
6521 int l
= (buf
[0] & 0xf) * 4; // length of IP header
6522 if (len
< l
+ 4) // ports
6525 src_port
= ntohs(*(uint16_t *) (buf
+ l
));
6526 dst_port
= ntohs(*(uint16_t *) (buf
+ l
+ 2));
6527 if (proto
== IPPROTO_TCP
)
6529 if (len
< l
+ 14) // flags
6532 flags
= buf
[l
+ 13] & 0x3f;
6536 for (rule
= ip_filters
[filter
].rules
; rule
->action
; rule
++)
6538 if (rule
->proto
!= IPPROTO_IP
&& proto
!= rule
->proto
)
6541 if (rule
->src_wild
!= INADDR_BROADCAST
&&
6542 (src_ip
& ~rule
->src_wild
) != (rule
->src_ip
& ~rule
->src_wild
))
6545 if (rule
->dst_wild
!= INADDR_BROADCAST
&&
6546 (dst_ip
& ~rule
->dst_wild
) != (rule
->dst_ip
& ~rule
->dst_wild
))
6551 // layer 4 deny rules are skipped
6552 if (rule
->action
== FILTER_ACTION_DENY
&&
6553 (rule
->src_ports
.op
|| rule
->dst_ports
.op
|| rule
->tcp_flag_op
))
6561 if (proto
== IPPROTO_TCP
|| proto
== IPPROTO_UDP
)
6563 if (rule
->src_ports
.op
&& !ip_filter_port(&rule
->src_ports
, src_port
))
6566 if (rule
->dst_ports
.op
&& !ip_filter_port(&rule
->dst_ports
, dst_port
))
6569 if (proto
== IPPROTO_TCP
&& rule
->tcp_flag_op
&&
6570 !ip_filter_flag(rule
->tcp_flag_op
, rule
->tcp_sflags
, rule
->tcp_cflags
, flags
))
6577 return rule
->action
== FILTER_ACTION_PERMIT
;
6584 tunnelidt
lac_new_tunnel()
6586 return new_tunnel();
6589 void lac_tunnelclear(tunnelidt t
)
6594 void lac_send_SCCRQ(tunnelidt t
, uint8_t * auth
, unsigned int auth_len
)
6596 uint16_t version
= 0x0100; // protocol version
6598 tunnel
[t
].state
= TUNNELOPENING
;
6600 // Sent SCCRQ - Start Control Connection Request
6601 controlt
*c
= controlnew(1); // sending SCCRQ
6602 controls(c
, 7, config
->multi_n_hostname
[tunnel
[t
].indexudp
][0]?config
->multi_n_hostname
[tunnel
[t
].indexudp
]:hostname
, 1); // host name
6603 controls(c
, 8, Vendor_name
, 1); // Vendor name
6604 control16(c
, 2, version
, 1); // protocol version
6605 control32(c
, 3, 3, 1); // framing Capabilities
6606 control16(c
, 9, t
, 1); // assigned tunnel
6607 controlb(c
, 11, (uint8_t *) auth
, auth_len
, 1); // CHAP Challenge
6608 LOG(3, 0, t
, "Sent SCCRQ to REMOTE LNS\n");
6609 controladd(c
, 0, t
); // send
6612 void lac_send_ICRQ(tunnelidt t
, sessionidt s
)
6614 // Sent ICRQ Incoming-call-request
6615 controlt
*c
= controlnew(10); // ICRQ
6617 control16(c
, 14, s
, 1); // assigned sesion
6618 call_serial_number
++;
6619 control32(c
, 15, call_serial_number
, 1); // call serial number
6620 LOG(3, s
, t
, "Sent ICRQ to REMOTE LNS (far ID %u)\n", tunnel
[t
].far
);
6621 controladd(c
, 0, t
); // send
6624 void lac_tunnelshutdown(tunnelidt t
, char *reason
, int result
, int error
, char *msg
)
6626 tunnelshutdown(t
, reason
, result
, error
, msg
);